.textEditor-toolbar-overlay {
	.type-name {
		margin-left: 10px;
	}
}

.img-align-box {
	padding: 2px 0;
	background: #ffffff;
	border: 1px solid #d9d9d9;
	box-shadow: 2px 2px 5px #e8e8e8;
	z-index: 2;
	.ant-btn {
		border: 0;
		box-shadow: none;
		background: none;
	}
	.zoom-select {
		width: 90px;
		text-align: center;
		color: #000000a6;
		.ant-select-selector {
			padding: 0 8px !important;
		}
		.ant-select-arrow {
			font-size: 12px;
			color: #000000a6;
		}
	}
}

.link-modal-box {
	padding: 2px 8px;
	background: #ffffff;
	border: 1px solid #d9d9d9;
	box-shadow: 2px 2px 5px #e8e8e8;
	a {
		margin-right: 8px;
	}
	.ant-btn {
		border: 0;
		box-shadow: none;
		background: none;
		padding: 0;
	}
	.ant-input {
		width: 160px;
		border: none;
		margin-right: 6px;
	}
}

.link-item-layout {
	display: flex;
	margin-bottom: 20px;
	.item-label {
		display: inline-block;
		width: 100px;
		line-height: 31px;
	}
}

.czi-table-grid-size-editor {
	background: #fff;
	/* // box-shadow: 0 1px 2px rgba(0, 0, 0, 0.46); */
	font-size: 13px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.czi-table-grid-size-editor-body {
	position: relative;
}

/* // .czi-table-grid-size-editor-body::after {
//     background: rgba(0, 0, 0, 0);
//     bottom: -50px;
//     content: "";
//     left: 0;
//     position: absolute;
//     right: -50px;
//     top: -50px;
// } */

.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 {
	font-size: 13px;
	border: 1px solid #f0f0f0;
	.ant-menu-submenu > .ant-menu-submenu-title,
	.ant-menu-item {
		height: 30px;
		line-height: 30px;
		margin: 0;
	}
}

/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
:root {
  --primary-color: #217eb2;
  --purple-primary-color: #1a4fb3;
  --primary-dark-color: #21212c;
  --background-color: #f5f9fc;
  --disabled-color: #bfbfbf;
  --white: #ffffff;
  --black: #000;
  --component-background: var(--white);
  --default-color: #8b97ad;
  --header-color: #252525;
  --border-color: #ebebeb;
  --border-color-1: #e6e6e6;
  --tabs-default-color: #575757;
  --icon-default-color: #333333;
  --title-icon-color: #9ca3af;
  --title-icon-selected-color: #d1d5db;
  --properties-label-color: #6b7c6c;
  --reference-color: var(--header-color);
  --reference-bg-color: #ecedf0;
  --item-frame-bg-color: #f5f8fd;
  --cancel-color: #777777;
  --delete-color: #ee6868;
  --archive-color: #faad14;
  --done-color: #18bd85;
  --not-started-color: #ffca61;
  --progress-color: #765fee;
  --purple-secondary-color: #4f46e5;
  --new-color: #ff8f5e;
  --rejected-color: var(--progress-color);
  --active-color: var(--primary-color);
  --closed-color: var(--delete-color);
  --heading-subtitle-color: #00000073;
  --success-color: #52c41a;
  --heading-color: #000000d9;
  --normal-color: #d9d9d9;
  --background-color-base: #f5f5f5;
  --default-border-color: #868686;
  --main-menu-icon-hover-color: #fffff8;
  --ant-menu-default-color: #505050;
  --ant-menu-hover-color: #94cdff;
  --toolbar-hover-color: #20aaea;
  --ant-badge-color: #b8b8b8;
  --ant-badge-bg-color: transparent;
  --ant-badge-hover-color: #ffffff;
  --font-size-base: 14px;
  --font-size-sm: 12px;
  --font-size-lg: 16px;
  --font-size-xl: 18px;
  --heading-size: 20px;
  --heading-1-size: calc(var(--font-size-base) * 2.71);
  --heading-2-size: calc(var(--font-size-base) * 2.14);
  --heading-3-size: calc(var(--font-size-base) * 1.71);
  --heading-4-size: calc(var(--font-size-base) * 1.42);
  --heading-5-size: calc(var(--font-size-base) * 1.14);
  --tour-font-size-lg-screen: 1.5em;
  --border-radius: 5px;
  --border-color-base: #d9d9d9;
  --border-color-split: #f0f0f0;
  --border-color-inverse: var(--white);
  --border-width-base: 1px;
  --border-style-base: solid;
  --item-active-bg: #e6f7ff;
  --item-hover-bg: #f5f5f5;
  --shadow-color: rgba(119, 119, 119, 0.14);
  --left-box-shadow: 0px 3px 10px rgba(119, 119, 119, 0.14);
  --right-box-shadow: 0px 3px 6px rgba(188, 226, 255, 0.16);
  --hover-box-shadow: 0px 3px 6px rgba(139, 139, 139, 0.11);
  --hover-button-shadow: 0px 3px 6px rgba(99, 99, 99, 0.16);
  --card-shadow: 0px 0px 10px rgba(152, 181, 206, 0.16);
  --badge-hover-shadow: 0px 10px 6px rgba(91, 91, 91, 0.05);
  --avatar-box-shadow: 0px 3px 6px rgba(80, 80, 80, 0.12);
  --more-box-shadow: 0px 3px 6px rgba(119, 119, 119, 0.14);
  --shadow-1-up: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05),
    0 -12px 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-1-down: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05),
    0 12px 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-1-left: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05),
    -12px 0 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-1-right: 6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05),
    12px 0 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-2: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08),
    0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.voplus-nav-antd-menu {
  --size: var(--font-size-base);
}
.voplus-nav-antd-menu {
  .ant-menu {
    font-size: var(--size);
    font-weight: 500;
    color: #334155;
    border-right: none;
    padding-top: 12px;
    .ant-menu-item {
      height: calc(var(--size) * (52 / 18));
      line-height: calc(var(--size) * (52 / 18));
      border-radius: 0.75rem;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
      transition-duration: 200ms;
    }
    .ant-menu-submenu {
      &.ant-menu-submenu-selected {
        > .ant-menu-submenu-title {
          color: var(--purple-secondary-color);
          .ant-menu-item-icon {
            color: var(--purple-secondary-color);
          }
        }
      }
      > .ant-menu-submenu-title {
        height: calc(var(--size) * (52 / 18));
        line-height: calc(var(--size) * (52 / 18));
        border-radius: 0.75rem;
        color: #334155;
        padding: 0 13px !important;
        margin: 0;
        &:hover {
          background-color: #f8fafc;
          color: #0f172a;
          .ant-menu-item-icon {
            color: var(--purple-secondary-color);
          }
        }
      }
    }
    .ant-menu-submenu .ant-menu-sub {
      width: auto;
      > .ant-menu-item {
        height: calc(var(--size) * (46 / 18));
        line-height: calc(var(--size) * (46 / 18));
        font-size: calc(var(--size) - 2);
        padding: 0 12px 0 12px !important;
        transition: all 0.2s ease;
        overflow: visible;
        position: relative;
        &:hover {
          background: transparent;
          &:before {
            height: 20px;
          }
        }
        &.ant-menu-item-selected {
          background: transparent;
          &:before {
            height: 100%;
          }
          &.add-register::before {
            height: 0;
          }
        }
        &:before {
          content: "";
          position: absolute;
          left: -2px;
          top: 50%;
          transform: translateY(-50%);
          width: 2px;
          height: 0;
          background: var(--purple-secondary-color);
          transition: height 0.2s ease;
        }
        .ant-badge-count {
          transform: scale(0.8);
        }
      }
      &.ant-menu-inline {
        animation: slideDown 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        margin-left: 1.2rem;
        border-left: 2px solid #e2e8f0;
        padding-top: 0;
      }
    }
    .ant-menu-item .ant-menu-item-icon, .ant-menu-submenu-title .ant-menu-item-icon, .ant-menu-item .anticon, .ant-menu-submenu-title .anticon {
      font-size: var(--size);
    }
    &.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
      font-weight: bold;
      color: #1f2937;
      background: linear-gradient( 135deg, rgba(99, 102, 241, 0.1) 0%, rgba(139, 92, 246, 0.1) 100% );
      .ant-menu-item-icon {
        color: #6366f1;
      }
    }
    .ant-menu-item-disabled, .ant-menu-submenu-disabled {
      color: var(--disabled-color) !important;
    }
    .ant-menu-item:not(.ant-menu-item-selected):hover {
      background-color: #f8fafc;
    }
    .ant-menu-item:not(.ant-menu-item-selected):not( .ant-menu-submenu-selected ):not(.ant-menu-item-disabled):hover {
      color: #0f172a;
      .ant-menu-item-icon {
        color: var(--purple-secondary-color);
      }
    }
    .ant-menu-item-group-title {
      color: #868686;
      padding: 15px 8px 5px;
    }
    .ant-menu-item-divider {
      border-color: #e6e6e6;
      margin-block: 6px;
    }
    .section-divider {
      background: linear-gradient( 90deg, transparent 0%, #e2e8f0 50%, transparent 100% );
    }
  }
}
:global {
  html {
    height: 100%;
    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: var(--heading-subtitle-color);
    margin-left: 5px;
  }
  .ant-select-multiple .ant-select-selection-item-remove {
    display: inline-flex !important;
    align-items: center;
  }
  .ant-btn {
    border-radius: var(--border-radius);
  }
  .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: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
  }
  .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: var(--border-radius);
    border-bottom-left-radius: var(--border-radius);
  }
  .ant-badge .ant-badge-count {
    min-width: 32px;
    font-weight: 700;
    height: 24px;
    border-radius: 9999px;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    font-size: 0.75rem;
    line-height: 24px;
  }
  .ant-input {
    border-radius: var(--border-radius);
  }
  .ant-select-selector {
    border-radius: var(--border-radius) !important;
  }
  .ant-select-dropdown {
    border-radius: var(--border-radius);
    box-shadow: var(--more-box-shadow);
  }
  .ant-menu-submenu > .ant-menu {
    border-radius: var(--border-radius);
  }
  .ant-dropdown-menu {
    border-radius: var(--border-radius) !important;
    box-shadow: var(--more-box-shadow) !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: var(--border-radius) !important;
    box-shadow: var(--more-box-shadow) !important;
    padding: 4px 8px !important;
    .ant-btn:hover {
      background-color: var(--ant-menu-hover-color) !important;
      box-shadow: var(--hover-button-shadow) !important;
      border-radius: var(--border-radius) !important;
    }
  }
  .ant-popover-inner {
    border-radius: var(--border-radius) !important;
    overflow: hidden;
    box-shadow: var(--more-box-shadow) !important;
  }
  .ant-popover-inner {
    border-radius: var(--border-radius);
    box-shadow: var(--more-box-shadow);
  }
  .ant-tag {
    border-radius: 4px;
  }
  .ant-picker {
    border-radius: var(--border-radius);
  }
  .ant-tabs {
    .ant-tabs-tab {
      font-size: var(--font-size-lg);
      color: var(--tabs-default-color);
      &.ant-tabs-tab-active {
        .ant-tabs-tab-btn {
          color: var(--purple-primary-color);
        }
      }
    }
    .ant-tabs-ink-bar {
      background: var(--purple-primary-color);
    }
    .ant-tabs-content-holder .ant-tabs-content {
      height: 100%;
      background: #ffffff;
    }
    .ant-tabs-tabpane {
      height: 100%;
    }
    .ant-tabs-top > .ant-tabs-nav {
      margin: 0;
    }
  }
  .voplus-table-pattern {
    .ant-table-thead {
      font-size: 12px;
      .ant-table-cell {
        color: #5d5d5d;
        font-weight: 600;
        text-transform: uppercase;
        border-radius: 0px;
        &::before {
          width: 0 !important;
        }
      }
      tr {
        background-image: linear-gradient(to right, var(--tw-gradient-stops));
        --tw-gradient-from: #f8fafc var(--tw-gradient-from-position);
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
        --tw-gradient-to: #f1f5f9 var(--tw-gradient-to-position);
      }
      > tr > th {
        background: none;
        &::before {
          background-color: transparent;
        }
      }
    }
    .ant-table-tbody {
      > tr {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
        &:hover {
          background-color: rgb(248 250 252 / 0.8);
        }
        > td {
          border-bottom: 1px solid #e6e6e6;
          padding: 16px 10px;
          white-space: pre-line;
          &:nth-last-child(1) {
            text-align: end;
          }
          &.ant-table-cell-row-hover {
            background: transparent !important;
          }
        }
      }
    }
  }
  .ant-form-item-label > label {
    color: #000;
  }
  .ant-switch {
    background-color: rgba(0, 0, 0, 0.25);
  }
  .ant-modal {
    font-size: var(--font-size-lg);
    .ant-modal-container {
      height: 100%;
      padding: 0;
      .ant-modal-header {
        padding: 16px 24px;
        background: var(--purple-primary-color);
        margin: 0;
        .ant-modal-title {
          color: var(--white);
          font-weight: normal;
        }
      }
      .ant-modal-body {
        padding: 24px;
      }
      .ant-modal-footer {
        padding: 0 24px 20px 24px;
      }
      .ant-modal-close-x {
        color: var(--white);
      }
    }
  }
  .currency-amount {
    .ant-statistic {
      font-size: inherit;
      color: inherit;
      .ant-statistic-content {
        font-size: inherit;
        color: inherit;
      }
    }
  }
  .ant-message {
    .ant-message-custom-content {
      display: flex;
      align-items: center;
    }
  }
  .ant-btn-primary {
    background-color: var(--purple-primary-color);
  }
  .ant-btn-primary:disabled {
    background: rgba(0, 0, 0, 0.04);
  }
  .ant-btn-primary:not(:disabled):not(.ant-btn-disabled):hover {
    background-color: var(--primary-color);
  }
  .properties-list {
    height: 100%;
    color: #5d5d5d;
    display: flex;
    flex-direction: column;
    padding: 0 8px;
    .prop-item {
      margin-bottom: 13px;
      .tag-view-2 .ant-tag {
        margin-top: 0;
      }
    }
    .properties-header {
      font-size: calc(16 / 16 * 1em);
      padding: calc(10 / 16 * 1em) 0;
      display: flex;
      justify-content: space-between;
      margin-bottom: calc(20 / 16 * 1em);
      .title {
        font-size: calc(22 / 18 * 1em);
        font-weight: 500;
      }
    }
    .document-header-default {
      font-size: calc(16 / 16 * 1em);
      padding: calc(10 / 16 * 1em) 0;
      margin-bottom: calc(20 / 16 * 1em);
      .document-name {
        font-size: calc(22 / 18 * 1em);
      }
    }
    .document-propertie-header {
      padding: 14px 0 14px 12px;
      border-bottom: 1px solid #cbcbcb;
      .document-header-content {
        .document-name-content {
          align-items: center;
          .document-pre {
            font-size: 14px;
            color: var(--purple-primary-color);
          }
          .document-name {
            font-size: 14px;
            font-weight: bold;
          }
        }
      }
    }
    .description-editor, .description-editor_2, .document-panel-header-properties {
      padding-left: 12px;
      padding-right: 12px;
    }
    .description-editor_2 {
      .description-editor-header .edit-icon {
        padding-right: 0;
      }
    }
    .ant-form {
      font-size: calc(16 / 16 * 1em);
      .ant-form-item {
        font-size: calc(16 / 16 * 1em);
      }
      .ant-form-item-label {
        .ant-form-item-no-colon {
          color: var(--properties-label-color);
          font-weight: 500;
        }
      }
      .ant-form-item-label > label {
        font-size: calc(16 / 16 * 1em);
        color: var(--header-color);
      }
    }
    .properties-value {
      color: #868686;
    }
    .currency-amount {
      color: var(--purple-primary-color);
    }
    .ProseMirror {
      font-size: calc(16 / 16 * 1em);
      padding: 0;
    }
    .description-editor-header {
      padding: 0;
    }
    .description-editor .description-editor-proseMirror {
      padding: 0;
    }
    .description-editor .description-readonly-proseMirror .ProseMirror-container .ProseMirror {
      padding: 0;
    }
  }
  .quickView-modal-style {
    height: calc(100% - 200px);
    > div[tabindex="0"]:nth-child(1) {
      height: 100%;
    }
    .ant-modal-content {
      height: 100%;
    }
    .ant-modal-container {
      padding: 0;
    }
    .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: var(--border-radius);
    outline: none;
    box-shadow: var(--more-box-shadow);
    .ant-btn {
      display: block;
      width: 100%;
      padding: 0 12px;
      height: calc(38 / 16 * 1em);
      color: var(--cancel-color);
      text-align: left;
      border-radius: 0;
      &[disabled] {
        color: var(--disabled-color);
      }
      &:hover {
        background-color: var(--ant-menu-hover-color) !important;
        box-shadow: var(--hover-button-shadow) !important;
        border-radius: var(--border-radius) !important;
      }
      > span {
        margin-left: 10px;
      }
    }
    .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-title {
      padding: 10px 10px 10px 0;
      font-size: 18px;
      line-height: 20px;
      color: #000;
      font-weight: 500;
      display: flex;
      align-items: center;
      .nav-panel-name {
        flex: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }
    }
    .nav-panel-menu {
      flex: 1;
    }
    .nav-panel-settings {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: var(--font-size-base);
      color: #5d5d5d;
      height: calc(var(--font-size-base) * (44 / 18));
      line-height: calc(var(--font-size-base) * (44 / 18));
      border-radius: var(--border-radius);
      padding-left: 13px;
      margin-bottom: 7px;
      margin-right: 6px;
      &.activeColor {
        font-weight: bold;
        color: var(--purple-primary-color);
        background: #f0f7ff;
      }
      &:hover {
        color: var(--primary-color);
      }
      svg {
        margin-right: 10px;
      }
    }
    .ant-menu:first-of-type {
      background-color: #fff !important;
      .ant-menu-item, .ant-menu-submenu-title {
        .ant-menu-item-icon {
          color: #64748b;
        }
      }
      .ant-menu-item-selected {
        .ant-menu-item-icon {
          color: #6366f1;
        }
      }
      .ant-menu-item-disabled {
        .ant-menu-item-icon {
          color: #bfbfbf;
        }
      }
    }
    .ant-menu {
      .ant-menu-item {
        padding-right: 20px;
        display: flex;
        align-items: center;
        color: #5d5d5d;
        padding: 0 13px !important;
        margin: 0;
        &.new-customer {
          color: #1ea7fd !important;
        }
        > span {
          flex: 1;
          display: flex;
          align-items: center;
          overflow: hidden;
          .item-name {
            flex: 1;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
          }
        }
      }
    }
  }
  .element-tabs {
    .ant-tabs-nav {
      padding-left: 20px;
    }
    .list-header-content {
      border-bottom: none !important;
    }
  }
  .title-currency {
    color: var(--heading-subtitle-color);
    font-weight: normal;
    font-size: calc(14 / 16 * 1em);
  }
  .prosemirror-mention-node {
    display: inline-block;
    color: var(--reference-color);
    cursor: pointer;
    line-height: calc(24 / 18 * 1em);
    word-break: break-word;
    background: var(--reference-bg-color);
    border-radius: var(--border-radius);
    padding: calc(8 / 18 * 1em);
    margin-right: calc(8 / 18 * 1em);
  }
  .prosemirror-mention-link {
    color: var(--purple-primary-color);
    background: #fff;
    padding: 0;
    text-decoration: underline;
    margin: 0 calc(16 / 18 * 1em) 0 0;
  }
  .finance-editable-table {
    .currency-amount {
      color: #5d5d5d;
      &.isCurrency {
        display: inline-flex;
      }
    }
    table {
      table-layout: auto;
      font-size: calc(16 / 16 * 1em);
      line-height: calc(28 / 16 * 1em);
      color: #5d5d5d;
      thead {
        border: none;
        tr {
          &:first-child > *:first-child {
            border-start-start-radius: 0;
          }
          &:first-child > *:last-child {
            border-start-end-radius: 0;
          }
          th {
            position: relative;
            color: #5d5d5d;
            font-weight: 600;
            &::before {
              background-color: transparent !important;
            }
            &: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: "";
            }
          }
        }
      }
      tbody {
        tr {
          border-style: solid;
          border-width: 1px;
          --tw-divide-opacity: 1;
          border-color: rgb(226 232 240 / var(--tw-divide-opacity, 1));
          border-left: none;
          border-right: none;
          .sotr-drag {
            color: var(--heading-subtitle-color);
            touch-action: none;
            cursor: move;
          }
          &:hover {
            .sotr-drag {
              color: var(--header-color);
            }
          }
        }
      }
      thead th:last-child, tbody td:last-child {
        padding-right: 25px;
      }
      thead th:first-child, tbody td:first-child {
        padding-left: 25px;
      }
      tr {
        height: 66px;
      }
      td, th {
        padding: 12px 12px;
      }
      .morpho-inline-edit {
        position: relative;
        top: -2px;
        .ant-input, .ant-select, .ant-picker, .ant-input-number {
          width: 100% !important;
        }
      }
    }
    .editable-table-footer {
      color: #5d5d5d;
      .table-foot {
        display: flex;
        justify-content: space-between;
        line-height: 19px;
        margin-top: 20px;
        padding: 0 25px 0 10px;
        .ant-btn {
          color: var(--purple-primary-color);
          &:disabled {
            color: rgba(0, 0, 0, 0.25);
          }
        }
        .total {
          display: flex;
          justify-content: space-between;
          margin-bottom: 10px;
          .total-k {
            width: 150px;
          }
        }
      }
      .table-foot-amount, .table-foot-amount-2, .table-foot-amount-3 {
        height: 80px;
        background: #f0f6fd;
        align-items: center;
        margin-top: 10px;
        color: var(--purple-primary-color);
        font-weight: bold;
        .ant-col {
          font-size: 18px;
        }
      }
      .table-foot-amount {
        display: flex;
        justify-content: space-between;
        padding: 0 100px 0 15px;
      }
      .table-foot-amount-2 {
        padding: 0 15px 0 15px;
        .credit-amount {
          color: #b22121;
        }
      }
      .table-foot-amount-3 {
        display: flex;
        justify-content: space-between;
        padding: 0 25px 0 10px;
        .amount-content {
          font-size: 18px;
          display: flex;
          justify-content: space-between;
        }
      }
    }
    .table-foot_2 {
      color: var(--purple-primary-color);
      background: #f0f6fd;
      font-weight: bold;
      padding: 10px 50px 10px 15px;
      display: flex;
      justify-content: end;
      align-items: center;
      .text {
        width: 150px;
      }
      .ant-statistic .ant-statistic-content {
        color: var(--purple-primary-color);
      }
    }
    .table-title {
      display: flex;
      justify-content: space-between;
      margin-bottom: 15px;
      .title {
        color: #5d5d5d;
        font-size: 18px;
        font-weight: bold;
        line-height: 24px;
      }
      .ant-btn {
        height: 24px;
        color: var(--purple-primary-color);
        font-weight: bold;
      }
    }
    &.mobile {
      table {
        font-size: 12px;
        line-height: 15px;
        thead th:first-child, tbody td:first-child {
          padding-left: 18px;
        }
        thead th:last-child, tbody td:last-child {
          padding-right: 18px;
        }
        thead {
          tr {
            height: 52px;
          }
        }
        th {
          padding: 0px 6px;
        }
        td {
          padding: 10px;
        }
      }
      .item-description {
        color: #5d5d5d;
        line-height: 17px;
        .item-account {
          color: #868686;
        }
      }
      .mobile-table-foot {
        font-size: 12px;
        font-weight: 500;
        margin-top: 10px;
        .foot-btn {
          padding: 0 10px;
        }
        .ant-btn {
          font-size: 12px;
          font-weight: 500;
          color: var(--purple-primary-color);
          padding: 0px 6px;
        }
        .total {
          font-size: 12px;
          display: flex;
          justify-content: space-between;
          color: var(--purple-primary-color);
          line-height: 18px;
          padding: 0 18px;
        }
      }
      .mobile-table-foot-amount {
        height: 50px;
        line-height: 50px;
        background: #f7fbff;
        margin: 15px 0 10px;
        .content {
          display: flex;
          justify-content: space-between;
          color: var(--purple-primary-color);
          font-weight: 600;
          padding: 0 18px;
        }
        .ant-statistic {
          line-height: 50px;
        }
        .amount-content, .currency-amount {
          font-size: 14px;
        }
      }
    }
  }
  .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: var(--purple-primary-color);
    border-color: var(--purple-primary-color);
    border-radius: var(--border-radius);
  }
  .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-info {
      background: #e0efff;
      border-top: solid 3px var(--purple-primary-color);
    }
    &.ant-alert-warning {
      background: #fdfff7;
      border-top: solid 3px #fce534;
    }
    &.ant-alert-error {
      background: #fff7f7;
      border-top: solid 3px #b04d4d;
    }
    &.normal-alert {
      color: #5d5d5d;
    }
    .ant-alert-icon {
      color: #5d5d5d;
      margin-top: 4px;
    }
    .ant-alert-close-icon {
      margin-top: 4px;
      .anticon-close {
        color: #5d5d5d;
      }
    }
  }
  .voplus-antd-table {
    flex: 1;
    padding: 5px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    .ant-table-wrapper {
      .ant-table-thead {
        > tr > th {
          color: #5d5d5d;
          background: #e7f1fc;
          padding: 9px 10px 10px;
          &:not(:last-child):not(.ant-table-selection-column):not( .ant-table-row-expand-icon-cell ):not([colspan])::before {
            width: 0;
          }
        }
        .ant-table-cell-scrollbar {
          background: #e7f1fc;
          &:not([rowspan]) {
            box-shadow: none;
          }
        }
      }
      table, .ant-table .ant-table-header {
        border-radius: 0;
      }
      .ant-table-container table > thead > tr:first-child > *:last-child {
        border-start-end-radius: 0;
      }
      .ant-table-container table > thead > tr:first-child > *:first-child {
        border-start-start-radius: 0;
      }
      .ant-table-cell {
        padding: 10px 10px;
      }
      .ant-table-tbody {
        .ant-table-row {
          &:last-child {
            .ant-table-cell {
              border: none;
            }
          }
          > .ant-table-cell-row-hover {
            background: #f4f9ff;
            .tool-bar {
              display: block;
            }
          }
        }
        .ant-table-placeholder {
          .ant-table-cell {
            border: none;
          }
        }
      }
      .tool-bar {
        display: none;
        .ant-btn {
          font-size: 14px;
          color: var(--purple-primary-color);
          padding: 0;
        }
      }
    }
  }
  .voplus-tag.ant-tag {
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    color: #5d5d5d;
    padding: 0 12px;
    margin-right: 15px;
    .ant-tag-close-icon {
      font-size: 13px;
      color: #5d5d5d;
      margin-left: 5px;
      &:hover {
        color: var(--purple-primary-color);
      }
    }
  }
  .unit-tag {
    .ant-tag {
      font-weight: 600;
    }
  }
  .finance-ledger-table {
    thead th, tbody td {
      padding: 12px 12px;
    }
    thead th:last-child, tbody td:last-child {
      padding-right: 25px;
    }
    thead th:first-child, tbody td:first-child {
      padding-left: 25px;
    }
    .ant-table-thead > tr {
      font-size: 12px;
      background-image: linear-gradient(to right, var(--tw-gradient-stops));
      --tw-gradient-from: #f8fafc var(--tw-gradient-from-position);
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
      --tw-gradient-to: #f1f5f9 var(--tw-gradient-to-position);
      > th {
        color: #5d5d5d;
        font-weight: 600;
        text-transform: uppercase;
        background: none;
        &::before {
          background-color: transparent;
        }
      }
      &:first-child > *:first-child {
        border-start-start-radius: 0 !important;
      }
      &:first-child > *:last-child {
        border-start-end-radius: 0 !important;
      }
    }
    .ant-table-tbody > tr {
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
      &:hover {
        background-color: rgb(248 250 252 / 0.8);
      }
      > td {
        --tw-text-opacity: 1;
        color: rgb(71 85 105 / var(--tw-text-opacity, 1));
        font-size: 0.875rem;
        font-weight: 500;
        border-bottom: 1px solid #e6e6e6;
        &.ant-table-cell-row-hover {
          background: transparent !important;
        }
      }
    }
    .currency-amount {
      &.isCurrency {
        display: inline-flex;
      }
    }
    .ledger-table-amount {
      display: flex;
      justify-content: space-between;
      .accountAmount {
        display: flex;
        width: 60%;
        justify-content: right;
      }
    }
    .ant-table-footer {
      padding: 0;
    }
    .ledger-table-foot {
      align-items: center;
      color: var(--purple-primary-color);
      font-weight: bold;
      background: #f0f6fd;
      height: 80px;
      padding: 0 16px;
      margin-top: 30px;
      .ant-col {
        font-size: 18px;
      }
    }
    &.mobile {
      table {
        font-size: 12px;
        line-height: 15px;
        thead th:first-child, tbody td:first-child {
          padding-left: 18px;
        }
        thead th:last-child, tbody td:last-child {
          padding-right: 12px;
        }
        thead {
          tr {
            height: 52px;
          }
        }
        th {
          padding: 0px 6px;
        }
        td {
          padding: 10px;
        }
        .table-action {
          .ant-btn {
            font-size: 12px;
            color: #cbcbcb;
            margin: 0;
            padding: 0 5px;
          }
        }
      }
      .ant-table-footer {
        padding-left: 18px;
      }
    }
  }
}
.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=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 version=%271.1%27 width=%2716%27 height=%2716%27 aria-hidden=%27true%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M4 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%27%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;
}
.ProseMirror input {
  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;
}
.ProseMirror .my-2 {
  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;
  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;
  }
  .right {
    text-align: right;
  }
  .center {
    text-align: center;
  }
  .indent-1 {
    margin-left: 2em;
  }
  .indent-2 {
    margin-left: 4em;
  }
  .indent-3 {
    margin-left: 6em;
  }
  .indent-4 {
    margin-left: 8em;
  }
  .indent-5 {
    margin-left: 10em;
  }
  .indent-6 {
    margin-left: 12em;
  }
  .indent-7 {
    margin-left: 14em;
  }
  .indent-8 {
    margin-left: 16em;
  }
  .indent-9 {
    margin-left: 18em;
  }
  .indent-10 {
    margin-left: 20em;
  }
  .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;
  }
  .insert-alert[data-alertType="info"] {
    background-color: #e6f7ff;
    border: 1px solid #91d5ff;
  }
  .insert-alert[data-alertType="warning"] {
    background-color: #fffbe6;
    border: 1px solid #ffe58f;
  }
  .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;
  &:hover {
    .cursor-user {
      display: block;
    }
  }
  .cursor-user {
    position: absolute;
    left: 0;
    top: -20px;
    color: #fff;
    padding: 0 5px;
    display: none;
  }
}
.prosemirror-mention-node {
  color: var(--reference-color);
  cursor: pointer;
  line-height: 1.714;
  font-size: 1em;
  font-weight: normal;
  word-break: break-word;
  background: var(--reference-bg-color);
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-image: initial;
  border-radius: var(--border-radius);
  padding: 0px 0.3em 2px 0.23em;
  margin: 0 4px;
}

.editor-toolbar {
	display: flex;
	justify-content: space-between;
	border: 1px solid hsl(0, 0%, 94%);
	/* //border-bottom: none; */
	padding: 0.65rem;
	background-color: white;
	z-index: 11;
	&.sticky {
		top: -1px;
		position: sticky;
		&.sticky-active {
			box-shadow: 0 8px 6px -6px lightgray;
		}
	}

	.toolbar-button {
		cursor: pointer;
		padding: 3px 5px;
		svg:hover,
		svg.active {
			color: #0050b3;
		}
		svg.disable {
			color: #cecece;
		}
		span.active {
			color: #0050b3;
		}
		.background-icon {
			font-size: 12px;
			background-color: #cecece;
			padding: 1px 2px;
		}
		.color-icon {
			font-size: 12px;
			display: inline-flex;
			flex-direction: column;
			span {
				margin-top: 1px;
				display: inline-block;
				width: 100%;
				height: 2px;
				background: #cecece;
			}
		}
		.heading-select {
			color: #000000a6;
			.ant-select-arrow {
				font-size: 12px;
				color: #000000a6;
				> span {
					display: flex;
					flex-direction: column;
				}
				.icon-down {
					margin-top: -4px;
				}
			}
		}
	}
}
.color-popover {
	.ant-popover-inner-content {
		padding: 4px;
	}
	.github-picker {
		border: none;
		box-shadow: none;
		> div {
			display: none;
		}
	}
}
.compactpicker_color {
	width: 260px !important;
}

/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
:root {
  --primary-color: #217eb2;
  --purple-primary-color: #1a4fb3;
  --primary-dark-color: #21212c;
  --background-color: #f5f9fc;
  --disabled-color: #bfbfbf;
  --white: #ffffff;
  --black: #000;
  --component-background: var(--white);
  --default-color: #8b97ad;
  --header-color: #252525;
  --border-color: #ebebeb;
  --border-color-1: #e6e6e6;
  --tabs-default-color: #575757;
  --icon-default-color: #333333;
  --title-icon-color: #9ca3af;
  --title-icon-selected-color: #d1d5db;
  --properties-label-color: #6b7c6c;
  --reference-color: var(--header-color);
  --reference-bg-color: #ecedf0;
  --item-frame-bg-color: #f5f8fd;
  --cancel-color: #777777;
  --delete-color: #ee6868;
  --archive-color: #faad14;
  --done-color: #18bd85;
  --not-started-color: #ffca61;
  --progress-color: #765fee;
  --purple-secondary-color: #4f46e5;
  --new-color: #ff8f5e;
  --rejected-color: var(--progress-color);
  --active-color: var(--primary-color);
  --closed-color: var(--delete-color);
  --heading-subtitle-color: #00000073;
  --success-color: #52c41a;
  --heading-color: #000000d9;
  --normal-color: #d9d9d9;
  --background-color-base: #f5f5f5;
  --default-border-color: #868686;
  --main-menu-icon-hover-color: #fffff8;
  --ant-menu-default-color: #505050;
  --ant-menu-hover-color: #94cdff;
  --toolbar-hover-color: #20aaea;
  --ant-badge-color: #b8b8b8;
  --ant-badge-bg-color: transparent;
  --ant-badge-hover-color: #ffffff;
  --font-size-base: 14px;
  --font-size-sm: 12px;
  --font-size-lg: 16px;
  --font-size-xl: 18px;
  --heading-size: 20px;
  --heading-1-size: calc(var(--font-size-base) * 2.71);
  --heading-2-size: calc(var(--font-size-base) * 2.14);
  --heading-3-size: calc(var(--font-size-base) * 1.71);
  --heading-4-size: calc(var(--font-size-base) * 1.42);
  --heading-5-size: calc(var(--font-size-base) * 1.14);
  --tour-font-size-lg-screen: 1.5em;
  --border-radius: 5px;
  --border-color-base: #d9d9d9;
  --border-color-split: #f0f0f0;
  --border-color-inverse: var(--white);
  --border-width-base: 1px;
  --border-style-base: solid;
  --item-active-bg: #e6f7ff;
  --item-hover-bg: #f5f5f5;
  --shadow-color: rgba(119, 119, 119, 0.14);
  --left-box-shadow: 0px 3px 10px rgba(119, 119, 119, 0.14);
  --right-box-shadow: 0px 3px 6px rgba(188, 226, 255, 0.16);
  --hover-box-shadow: 0px 3px 6px rgba(139, 139, 139, 0.11);
  --hover-button-shadow: 0px 3px 6px rgba(99, 99, 99, 0.16);
  --card-shadow: 0px 0px 10px rgba(152, 181, 206, 0.16);
  --badge-hover-shadow: 0px 10px 6px rgba(91, 91, 91, 0.05);
  --avatar-box-shadow: 0px 3px 6px rgba(80, 80, 80, 0.12);
  --more-box-shadow: 0px 3px 6px rgba(119, 119, 119, 0.14);
  --shadow-1-up: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05),
    0 -12px 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-1-down: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05),
    0 12px 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-1-left: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05),
    -12px 0 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-1-right: 6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05),
    12px 0 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-2: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08),
    0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.voplus-nav-antd-menu {
  --size: var(--font-size-base);
}
.voplus-nav-antd-menu {
  .ant-menu {
    font-size: var(--size);
    font-weight: 500;
    color: #334155;
    border-right: none;
    padding-top: 12px;
    .ant-menu-item {
      height: calc(var(--size) * (52 / 18));
      line-height: calc(var(--size) * (52 / 18));
      border-radius: 0.75rem;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
      transition-duration: 200ms;
    }
    .ant-menu-submenu {
      &.ant-menu-submenu-selected {
        > .ant-menu-submenu-title {
          color: var(--purple-secondary-color);
          .ant-menu-item-icon {
            color: var(--purple-secondary-color);
          }
        }
      }
      > .ant-menu-submenu-title {
        height: calc(var(--size) * (52 / 18));
        line-height: calc(var(--size) * (52 / 18));
        border-radius: 0.75rem;
        color: #334155;
        padding: 0 13px !important;
        margin: 0;
        &:hover {
          background-color: #f8fafc;
          color: #0f172a;
          .ant-menu-item-icon {
            color: var(--purple-secondary-color);
          }
        }
      }
    }
    .ant-menu-submenu .ant-menu-sub {
      width: auto;
      > .ant-menu-item {
        height: calc(var(--size) * (46 / 18));
        line-height: calc(var(--size) * (46 / 18));
        font-size: calc(var(--size) - 2);
        padding: 0 12px 0 12px !important;
        transition: all 0.2s ease;
        overflow: visible;
        position: relative;
        &:hover {
          background: transparent;
          &:before {
            height: 20px;
          }
        }
        &.ant-menu-item-selected {
          background: transparent;
          &:before {
            height: 100%;
          }
          &.add-register::before {
            height: 0;
          }
        }
        &:before {
          content: "";
          position: absolute;
          left: -2px;
          top: 50%;
          transform: translateY(-50%);
          width: 2px;
          height: 0;
          background: var(--purple-secondary-color);
          transition: height 0.2s ease;
        }
        .ant-badge-count {
          transform: scale(0.8);
        }
      }
      &.ant-menu-inline {
        animation: slideDown 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        margin-left: 1.2rem;
        border-left: 2px solid #e2e8f0;
        padding-top: 0;
      }
    }
    .ant-menu-item .ant-menu-item-icon, .ant-menu-submenu-title .ant-menu-item-icon, .ant-menu-item .anticon, .ant-menu-submenu-title .anticon {
      font-size: var(--size);
    }
    &.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
      font-weight: bold;
      color: #1f2937;
      background: linear-gradient( 135deg, rgba(99, 102, 241, 0.1) 0%, rgba(139, 92, 246, 0.1) 100% );
      .ant-menu-item-icon {
        color: #6366f1;
      }
    }
    .ant-menu-item-disabled, .ant-menu-submenu-disabled {
      color: var(--disabled-color) !important;
    }
    .ant-menu-item:not(.ant-menu-item-selected):hover {
      background-color: #f8fafc;
    }
    .ant-menu-item:not(.ant-menu-item-selected):not( .ant-menu-submenu-selected ):not(.ant-menu-item-disabled):hover {
      color: #0f172a;
      .ant-menu-item-icon {
        color: var(--purple-secondary-color);
      }
    }
    .ant-menu-item-group-title {
      color: #868686;
      padding: 15px 8px 5px;
    }
    .ant-menu-item-divider {
      border-color: #e6e6e6;
      margin-block: 6px;
    }
    .section-divider {
      background: linear-gradient( 90deg, transparent 0%, #e2e8f0 50%, transparent 100% );
    }
  }
}
:global {
  html {
    height: 100%;
    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: var(--heading-subtitle-color);
    margin-left: 5px;
  }
  .ant-select-multiple .ant-select-selection-item-remove {
    display: inline-flex !important;
    align-items: center;
  }
  .ant-btn {
    border-radius: var(--border-radius);
  }
  .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: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
  }
  .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: var(--border-radius);
    border-bottom-left-radius: var(--border-radius);
  }
  .ant-badge .ant-badge-count {
    min-width: 32px;
    font-weight: 700;
    height: 24px;
    border-radius: 9999px;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    font-size: 0.75rem;
    line-height: 24px;
  }
  .ant-input {
    border-radius: var(--border-radius);
  }
  .ant-select-selector {
    border-radius: var(--border-radius) !important;
  }
  .ant-select-dropdown {
    border-radius: var(--border-radius);
    box-shadow: var(--more-box-shadow);
  }
  .ant-menu-submenu > .ant-menu {
    border-radius: var(--border-radius);
  }
  .ant-dropdown-menu {
    border-radius: var(--border-radius) !important;
    box-shadow: var(--more-box-shadow) !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: var(--border-radius) !important;
    box-shadow: var(--more-box-shadow) !important;
    padding: 4px 8px !important;
    .ant-btn:hover {
      background-color: var(--ant-menu-hover-color) !important;
      box-shadow: var(--hover-button-shadow) !important;
      border-radius: var(--border-radius) !important;
    }
  }
  .ant-popover-inner {
    border-radius: var(--border-radius) !important;
    overflow: hidden;
    box-shadow: var(--more-box-shadow) !important;
  }
  .ant-popover-inner {
    border-radius: var(--border-radius);
    box-shadow: var(--more-box-shadow);
  }
  .ant-tag {
    border-radius: 4px;
  }
  .ant-picker {
    border-radius: var(--border-radius);
  }
  .ant-tabs {
    .ant-tabs-tab {
      font-size: var(--font-size-lg);
      color: var(--tabs-default-color);
      &.ant-tabs-tab-active {
        .ant-tabs-tab-btn {
          color: var(--purple-primary-color);
        }
      }
    }
    .ant-tabs-ink-bar {
      background: var(--purple-primary-color);
    }
    .ant-tabs-content-holder .ant-tabs-content {
      height: 100%;
      background: #ffffff;
    }
    .ant-tabs-tabpane {
      height: 100%;
    }
    .ant-tabs-top > .ant-tabs-nav {
      margin: 0;
    }
  }
  .voplus-table-pattern {
    .ant-table-thead {
      font-size: 12px;
      .ant-table-cell {
        color: #5d5d5d;
        font-weight: 600;
        text-transform: uppercase;
        border-radius: 0px;
        &::before {
          width: 0 !important;
        }
      }
      tr {
        background-image: linear-gradient(to right, var(--tw-gradient-stops));
        --tw-gradient-from: #f8fafc var(--tw-gradient-from-position);
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
        --tw-gradient-to: #f1f5f9 var(--tw-gradient-to-position);
      }
      > tr > th {
        background: none;
        &::before {
          background-color: transparent;
        }
      }
    }
    .ant-table-tbody {
      > tr {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
        &:hover {
          background-color: rgb(248 250 252 / 0.8);
        }
        > td {
          border-bottom: 1px solid #e6e6e6;
          padding: 16px 10px;
          white-space: pre-line;
          &:nth-last-child(1) {
            text-align: end;
          }
          &.ant-table-cell-row-hover {
            background: transparent !important;
          }
        }
      }
    }
  }
  .ant-form-item-label > label {
    color: #000;
  }
  .ant-switch {
    background-color: rgba(0, 0, 0, 0.25);
  }
  .ant-modal {
    font-size: var(--font-size-lg);
    .ant-modal-container {
      height: 100%;
      padding: 0;
      .ant-modal-header {
        padding: 16px 24px;
        background: var(--purple-primary-color);
        margin: 0;
        .ant-modal-title {
          color: var(--white);
          font-weight: normal;
        }
      }
      .ant-modal-body {
        padding: 24px;
      }
      .ant-modal-footer {
        padding: 0 24px 20px 24px;
      }
      .ant-modal-close-x {
        color: var(--white);
      }
    }
  }
  .currency-amount {
    .ant-statistic {
      font-size: inherit;
      color: inherit;
      .ant-statistic-content {
        font-size: inherit;
        color: inherit;
      }
    }
  }
  .ant-message {
    .ant-message-custom-content {
      display: flex;
      align-items: center;
    }
  }
  .ant-btn-primary {
    background-color: var(--purple-primary-color);
  }
  .ant-btn-primary:disabled {
    background: rgba(0, 0, 0, 0.04);
  }
  .ant-btn-primary:not(:disabled):not(.ant-btn-disabled):hover {
    background-color: var(--primary-color);
  }
  .properties-list {
    height: 100%;
    color: #5d5d5d;
    display: flex;
    flex-direction: column;
    padding: 0 8px;
    .prop-item {
      margin-bottom: 13px;
      .tag-view-2 .ant-tag {
        margin-top: 0;
      }
    }
    .properties-header {
      font-size: calc(16 / 16 * 1em);
      padding: calc(10 / 16 * 1em) 0;
      display: flex;
      justify-content: space-between;
      margin-bottom: calc(20 / 16 * 1em);
      .title {
        font-size: calc(22 / 18 * 1em);
        font-weight: 500;
      }
    }
    .document-header-default {
      font-size: calc(16 / 16 * 1em);
      padding: calc(10 / 16 * 1em) 0;
      margin-bottom: calc(20 / 16 * 1em);
      .document-name {
        font-size: calc(22 / 18 * 1em);
      }
    }
    .document-propertie-header {
      padding: 14px 0 14px 12px;
      border-bottom: 1px solid #cbcbcb;
      .document-header-content {
        .document-name-content {
          align-items: center;
          .document-pre {
            font-size: 14px;
            color: var(--purple-primary-color);
          }
          .document-name {
            font-size: 14px;
            font-weight: bold;
          }
        }
      }
    }
    .description-editor, .description-editor_2, .document-panel-header-properties {
      padding-left: 12px;
      padding-right: 12px;
    }
    .description-editor_2 {
      .description-editor-header .edit-icon {
        padding-right: 0;
      }
    }
    .ant-form {
      font-size: calc(16 / 16 * 1em);
      .ant-form-item {
        font-size: calc(16 / 16 * 1em);
      }
      .ant-form-item-label {
        .ant-form-item-no-colon {
          color: var(--properties-label-color);
          font-weight: 500;
        }
      }
      .ant-form-item-label > label {
        font-size: calc(16 / 16 * 1em);
        color: var(--header-color);
      }
    }
    .properties-value {
      color: #868686;
    }
    .currency-amount {
      color: var(--purple-primary-color);
    }
    .ProseMirror {
      font-size: calc(16 / 16 * 1em);
      padding: 0;
    }
    .description-editor-header {
      padding: 0;
    }
    .description-editor .description-editor-proseMirror {
      padding: 0;
    }
    .description-editor .description-readonly-proseMirror .ProseMirror-container .ProseMirror {
      padding: 0;
    }
  }
  .quickView-modal-style {
    height: calc(100% - 200px);
    > div[tabindex="0"]:nth-child(1) {
      height: 100%;
    }
    .ant-modal-content {
      height: 100%;
    }
    .ant-modal-container {
      padding: 0;
    }
    .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: var(--border-radius);
    outline: none;
    box-shadow: var(--more-box-shadow);
    .ant-btn {
      display: block;
      width: 100%;
      padding: 0 12px;
      height: calc(38 / 16 * 1em);
      color: var(--cancel-color);
      text-align: left;
      border-radius: 0;
      &[disabled] {
        color: var(--disabled-color);
      }
      &:hover {
        background-color: var(--ant-menu-hover-color) !important;
        box-shadow: var(--hover-button-shadow) !important;
        border-radius: var(--border-radius) !important;
      }
      > span {
        margin-left: 10px;
      }
    }
    .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-title {
      padding: 10px 10px 10px 0;
      font-size: 18px;
      line-height: 20px;
      color: #000;
      font-weight: 500;
      display: flex;
      align-items: center;
      .nav-panel-name {
        flex: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }
    }
    .nav-panel-menu {
      flex: 1;
    }
    .nav-panel-settings {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: var(--font-size-base);
      color: #5d5d5d;
      height: calc(var(--font-size-base) * (44 / 18));
      line-height: calc(var(--font-size-base) * (44 / 18));
      border-radius: var(--border-radius);
      padding-left: 13px;
      margin-bottom: 7px;
      margin-right: 6px;
      &.activeColor {
        font-weight: bold;
        color: var(--purple-primary-color);
        background: #f0f7ff;
      }
      &:hover {
        color: var(--primary-color);
      }
      svg {
        margin-right: 10px;
      }
    }
    .ant-menu:first-of-type {
      background-color: #fff !important;
      .ant-menu-item, .ant-menu-submenu-title {
        .ant-menu-item-icon {
          color: #64748b;
        }
      }
      .ant-menu-item-selected {
        .ant-menu-item-icon {
          color: #6366f1;
        }
      }
      .ant-menu-item-disabled {
        .ant-menu-item-icon {
          color: #bfbfbf;
        }
      }
    }
    .ant-menu {
      .ant-menu-item {
        padding-right: 20px;
        display: flex;
        align-items: center;
        color: #5d5d5d;
        padding: 0 13px !important;
        margin: 0;
        &.new-customer {
          color: #1ea7fd !important;
        }
        > span {
          flex: 1;
          display: flex;
          align-items: center;
          overflow: hidden;
          .item-name {
            flex: 1;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
          }
        }
      }
    }
  }
  .element-tabs {
    .ant-tabs-nav {
      padding-left: 20px;
    }
    .list-header-content {
      border-bottom: none !important;
    }
  }
  .title-currency {
    color: var(--heading-subtitle-color);
    font-weight: normal;
    font-size: calc(14 / 16 * 1em);
  }
  .prosemirror-mention-node {
    display: inline-block;
    color: var(--reference-color);
    cursor: pointer;
    line-height: calc(24 / 18 * 1em);
    word-break: break-word;
    background: var(--reference-bg-color);
    border-radius: var(--border-radius);
    padding: calc(8 / 18 * 1em);
    margin-right: calc(8 / 18 * 1em);
  }
  .prosemirror-mention-link {
    color: var(--purple-primary-color);
    background: #fff;
    padding: 0;
    text-decoration: underline;
    margin: 0 calc(16 / 18 * 1em) 0 0;
  }
  .finance-editable-table {
    .currency-amount {
      color: #5d5d5d;
      &.isCurrency {
        display: inline-flex;
      }
    }
    table {
      table-layout: auto;
      font-size: calc(16 / 16 * 1em);
      line-height: calc(28 / 16 * 1em);
      color: #5d5d5d;
      thead {
        border: none;
        tr {
          &:first-child > *:first-child {
            border-start-start-radius: 0;
          }
          &:first-child > *:last-child {
            border-start-end-radius: 0;
          }
          th {
            position: relative;
            color: #5d5d5d;
            font-weight: 600;
            &::before {
              background-color: transparent !important;
            }
            &: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: "";
            }
          }
        }
      }
      tbody {
        tr {
          border-style: solid;
          border-width: 1px;
          --tw-divide-opacity: 1;
          border-color: rgb(226 232 240 / var(--tw-divide-opacity, 1));
          border-left: none;
          border-right: none;
          .sotr-drag {
            color: var(--heading-subtitle-color);
            touch-action: none;
            cursor: move;
          }
          &:hover {
            .sotr-drag {
              color: var(--header-color);
            }
          }
        }
      }
      thead th:last-child, tbody td:last-child {
        padding-right: 25px;
      }
      thead th:first-child, tbody td:first-child {
        padding-left: 25px;
      }
      tr {
        height: 66px;
      }
      td, th {
        padding: 12px 12px;
      }
      .morpho-inline-edit {
        position: relative;
        top: -2px;
        .ant-input, .ant-select, .ant-picker, .ant-input-number {
          width: 100% !important;
        }
      }
    }
    .editable-table-footer {
      color: #5d5d5d;
      .table-foot {
        display: flex;
        justify-content: space-between;
        line-height: 19px;
        margin-top: 20px;
        padding: 0 25px 0 10px;
        .ant-btn {
          color: var(--purple-primary-color);
          &:disabled {
            color: rgba(0, 0, 0, 0.25);
          }
        }
        .total {
          display: flex;
          justify-content: space-between;
          margin-bottom: 10px;
          .total-k {
            width: 150px;
          }
        }
      }
      .table-foot-amount, .table-foot-amount-2, .table-foot-amount-3 {
        height: 80px;
        background: #f0f6fd;
        align-items: center;
        margin-top: 10px;
        color: var(--purple-primary-color);
        font-weight: bold;
        .ant-col {
          font-size: 18px;
        }
      }
      .table-foot-amount {
        display: flex;
        justify-content: space-between;
        padding: 0 100px 0 15px;
      }
      .table-foot-amount-2 {
        padding: 0 15px 0 15px;
        .credit-amount {
          color: #b22121;
        }
      }
      .table-foot-amount-3 {
        display: flex;
        justify-content: space-between;
        padding: 0 25px 0 10px;
        .amount-content {
          font-size: 18px;
          display: flex;
          justify-content: space-between;
        }
      }
    }
    .table-foot_2 {
      color: var(--purple-primary-color);
      background: #f0f6fd;
      font-weight: bold;
      padding: 10px 50px 10px 15px;
      display: flex;
      justify-content: end;
      align-items: center;
      .text {
        width: 150px;
      }
      .ant-statistic .ant-statistic-content {
        color: var(--purple-primary-color);
      }
    }
    .table-title {
      display: flex;
      justify-content: space-between;
      margin-bottom: 15px;
      .title {
        color: #5d5d5d;
        font-size: 18px;
        font-weight: bold;
        line-height: 24px;
      }
      .ant-btn {
        height: 24px;
        color: var(--purple-primary-color);
        font-weight: bold;
      }
    }
    &.mobile {
      table {
        font-size: 12px;
        line-height: 15px;
        thead th:first-child, tbody td:first-child {
          padding-left: 18px;
        }
        thead th:last-child, tbody td:last-child {
          padding-right: 18px;
        }
        thead {
          tr {
            height: 52px;
          }
        }
        th {
          padding: 0px 6px;
        }
        td {
          padding: 10px;
        }
      }
      .item-description {
        color: #5d5d5d;
        line-height: 17px;
        .item-account {
          color: #868686;
        }
      }
      .mobile-table-foot {
        font-size: 12px;
        font-weight: 500;
        margin-top: 10px;
        .foot-btn {
          padding: 0 10px;
        }
        .ant-btn {
          font-size: 12px;
          font-weight: 500;
          color: var(--purple-primary-color);
          padding: 0px 6px;
        }
        .total {
          font-size: 12px;
          display: flex;
          justify-content: space-between;
          color: var(--purple-primary-color);
          line-height: 18px;
          padding: 0 18px;
        }
      }
      .mobile-table-foot-amount {
        height: 50px;
        line-height: 50px;
        background: #f7fbff;
        margin: 15px 0 10px;
        .content {
          display: flex;
          justify-content: space-between;
          color: var(--purple-primary-color);
          font-weight: 600;
          padding: 0 18px;
        }
        .ant-statistic {
          line-height: 50px;
        }
        .amount-content, .currency-amount {
          font-size: 14px;
        }
      }
    }
  }
  .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: var(--purple-primary-color);
    border-color: var(--purple-primary-color);
    border-radius: var(--border-radius);
  }
  .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-info {
      background: #e0efff;
      border-top: solid 3px var(--purple-primary-color);
    }
    &.ant-alert-warning {
      background: #fdfff7;
      border-top: solid 3px #fce534;
    }
    &.ant-alert-error {
      background: #fff7f7;
      border-top: solid 3px #b04d4d;
    }
    &.normal-alert {
      color: #5d5d5d;
    }
    .ant-alert-icon {
      color: #5d5d5d;
      margin-top: 4px;
    }
    .ant-alert-close-icon {
      margin-top: 4px;
      .anticon-close {
        color: #5d5d5d;
      }
    }
  }
  .voplus-antd-table {
    flex: 1;
    padding: 5px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    .ant-table-wrapper {
      .ant-table-thead {
        > tr > th {
          color: #5d5d5d;
          background: #e7f1fc;
          padding: 9px 10px 10px;
          &:not(:last-child):not(.ant-table-selection-column):not( .ant-table-row-expand-icon-cell ):not([colspan])::before {
            width: 0;
          }
        }
        .ant-table-cell-scrollbar {
          background: #e7f1fc;
          &:not([rowspan]) {
            box-shadow: none;
          }
        }
      }
      table, .ant-table .ant-table-header {
        border-radius: 0;
      }
      .ant-table-container table > thead > tr:first-child > *:last-child {
        border-start-end-radius: 0;
      }
      .ant-table-container table > thead > tr:first-child > *:first-child {
        border-start-start-radius: 0;
      }
      .ant-table-cell {
        padding: 10px 10px;
      }
      .ant-table-tbody {
        .ant-table-row {
          &:last-child {
            .ant-table-cell {
              border: none;
            }
          }
          > .ant-table-cell-row-hover {
            background: #f4f9ff;
            .tool-bar {
              display: block;
            }
          }
        }
        .ant-table-placeholder {
          .ant-table-cell {
            border: none;
          }
        }
      }
      .tool-bar {
        display: none;
        .ant-btn {
          font-size: 14px;
          color: var(--purple-primary-color);
          padding: 0;
        }
      }
    }
  }
  .voplus-tag.ant-tag {
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    color: #5d5d5d;
    padding: 0 12px;
    margin-right: 15px;
    .ant-tag-close-icon {
      font-size: 13px;
      color: #5d5d5d;
      margin-left: 5px;
      &:hover {
        color: var(--purple-primary-color);
      }
    }
  }
  .unit-tag {
    .ant-tag {
      font-weight: 600;
    }
  }
  .finance-ledger-table {
    thead th, tbody td {
      padding: 12px 12px;
    }
    thead th:last-child, tbody td:last-child {
      padding-right: 25px;
    }
    thead th:first-child, tbody td:first-child {
      padding-left: 25px;
    }
    .ant-table-thead > tr {
      font-size: 12px;
      background-image: linear-gradient(to right, var(--tw-gradient-stops));
      --tw-gradient-from: #f8fafc var(--tw-gradient-from-position);
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
      --tw-gradient-to: #f1f5f9 var(--tw-gradient-to-position);
      > th {
        color: #5d5d5d;
        font-weight: 600;
        text-transform: uppercase;
        background: none;
        &::before {
          background-color: transparent;
        }
      }
      &:first-child > *:first-child {
        border-start-start-radius: 0 !important;
      }
      &:first-child > *:last-child {
        border-start-end-radius: 0 !important;
      }
    }
    .ant-table-tbody > tr {
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
      &:hover {
        background-color: rgb(248 250 252 / 0.8);
      }
      > td {
        --tw-text-opacity: 1;
        color: rgb(71 85 105 / var(--tw-text-opacity, 1));
        font-size: 0.875rem;
        font-weight: 500;
        border-bottom: 1px solid #e6e6e6;
        &.ant-table-cell-row-hover {
          background: transparent !important;
        }
      }
    }
    .currency-amount {
      &.isCurrency {
        display: inline-flex;
      }
    }
    .ledger-table-amount {
      display: flex;
      justify-content: space-between;
      .accountAmount {
        display: flex;
        width: 60%;
        justify-content: right;
      }
    }
    .ant-table-footer {
      padding: 0;
    }
    .ledger-table-foot {
      align-items: center;
      color: var(--purple-primary-color);
      font-weight: bold;
      background: #f0f6fd;
      height: 80px;
      padding: 0 16px;
      margin-top: 30px;
      .ant-col {
        font-size: 18px;
      }
    }
    &.mobile {
      table {
        font-size: 12px;
        line-height: 15px;
        thead th:first-child, tbody td:first-child {
          padding-left: 18px;
        }
        thead th:last-child, tbody td:last-child {
          padding-right: 12px;
        }
        thead {
          tr {
            height: 52px;
          }
        }
        th {
          padding: 0px 6px;
        }
        td {
          padding: 10px;
        }
        .table-action {
          .ant-btn {
            font-size: 12px;
            color: #cbcbcb;
            margin: 0;
            padding: 0 5px;
          }
        }
      }
      .ant-table-footer {
        padding-left: 18px;
      }
    }
  }
}
.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=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 version=%271.1%27 width=%2716%27 height=%2716%27 aria-hidden=%27true%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M4 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%27%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;
}
.ProseMirror input {
  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;
}
.ProseMirror .my-2 {
  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;
  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;
  }
  .right {
    text-align: right;
  }
  .center {
    text-align: center;
  }
  .indent-1 {
    margin-left: 2em;
  }
  .indent-2 {
    margin-left: 4em;
  }
  .indent-3 {
    margin-left: 6em;
  }
  .indent-4 {
    margin-left: 8em;
  }
  .indent-5 {
    margin-left: 10em;
  }
  .indent-6 {
    margin-left: 12em;
  }
  .indent-7 {
    margin-left: 14em;
  }
  .indent-8 {
    margin-left: 16em;
  }
  .indent-9 {
    margin-left: 18em;
  }
  .indent-10 {
    margin-left: 20em;
  }
  .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;
  }
  .insert-alert[data-alertType="info"] {
    background-color: #e6f7ff;
    border: 1px solid #91d5ff;
  }
  .insert-alert[data-alertType="warning"] {
    background-color: #fffbe6;
    border: 1px solid #ffe58f;
  }
  .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;
  &:hover {
    .cursor-user {
      display: block;
    }
  }
  .cursor-user {
    position: absolute;
    left: 0;
    top: -20px;
    color: #fff;
    padding: 0 5px;
    display: none;
  }
}
.prosemirror-mention-node {
  color: var(--reference-color);
  cursor: pointer;
  line-height: 1.714;
  font-size: 1em;
  font-weight: normal;
  word-break: break-word;
  background: var(--reference-bg-color);
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-image: initial;
  border-radius: var(--border-radius);
  padding: 0px 0.3em 2px 0.23em;
  margin: 0 4px;
}
.proseMirror_element {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
  .prosemirror-content {
    position: relative;
    height: 100%;
  }
  .ProseMirror-container {
    min-height: 100%;
    display: flex;
    border: 1px solid hsl(0, 0%, 94%);
    &.readonly {
      border: unset;
    }
  }
  .ProseMirror {
    flex: 1;
    outline: none;
    tab-size: 4;
    white-space: pre-wrap;
    line-height: 1.42;
    padding: 1rem 1.25rem;
    word-wrap: break-word;
  }
  .cm-editor {
    height: auto;
    min-height: 50px;
    margin: 20px 0px;
    .codeblock-toolbar {
      position: absolute;
      right: 10px;
      top: 10px;
      display: flex;
      align-items: center;
      z-index: 10;
      .ant-btn {
        padding: 4px 8px;
      }
      svg {
        font-size: 15px;
      }
    }
  }
  .placeholder::before {
    position: absolute;
    pointer-events: none;
    color: #5d5d5d;
    cursor: text;
    font-size: 14px;
    content: attr(data-placeholder);
  }
}

/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
:root {
  --primary-color: #217eb2;
  --purple-primary-color: #1a4fb3;
  --primary-dark-color: #21212c;
  --background-color: #f5f9fc;
  --disabled-color: #bfbfbf;
  --white: #ffffff;
  --black: #000;
  --component-background: var(--white);
  --default-color: #8b97ad;
  --header-color: #252525;
  --border-color: #ebebeb;
  --border-color-1: #e6e6e6;
  --tabs-default-color: #575757;
  --icon-default-color: #333333;
  --title-icon-color: #9ca3af;
  --title-icon-selected-color: #d1d5db;
  --properties-label-color: #6b7c6c;
  --reference-color: var(--header-color);
  --reference-bg-color: #ecedf0;
  --item-frame-bg-color: #f5f8fd;
  --cancel-color: #777777;
  --delete-color: #ee6868;
  --archive-color: #faad14;
  --done-color: #18bd85;
  --not-started-color: #ffca61;
  --progress-color: #765fee;
  --purple-secondary-color: #4f46e5;
  --new-color: #ff8f5e;
  --rejected-color: var(--progress-color);
  --active-color: var(--primary-color);
  --closed-color: var(--delete-color);
  --heading-subtitle-color: #00000073;
  --success-color: #52c41a;
  --heading-color: #000000d9;
  --normal-color: #d9d9d9;
  --background-color-base: #f5f5f5;
  --default-border-color: #868686;
  --main-menu-icon-hover-color: #fffff8;
  --ant-menu-default-color: #505050;
  --ant-menu-hover-color: #94cdff;
  --toolbar-hover-color: #20aaea;
  --ant-badge-color: #b8b8b8;
  --ant-badge-bg-color: transparent;
  --ant-badge-hover-color: #ffffff;
  --font-size-base: 14px;
  --font-size-sm: 12px;
  --font-size-lg: 16px;
  --font-size-xl: 18px;
  --heading-size: 20px;
  --heading-1-size: calc(var(--font-size-base) * 2.71);
  --heading-2-size: calc(var(--font-size-base) * 2.14);
  --heading-3-size: calc(var(--font-size-base) * 1.71);
  --heading-4-size: calc(var(--font-size-base) * 1.42);
  --heading-5-size: calc(var(--font-size-base) * 1.14);
  --tour-font-size-lg-screen: 1.5em;
  --border-radius: 5px;
  --border-color-base: #d9d9d9;
  --border-color-split: #f0f0f0;
  --border-color-inverse: var(--white);
  --border-width-base: 1px;
  --border-style-base: solid;
  --item-active-bg: #e6f7ff;
  --item-hover-bg: #f5f5f5;
  --shadow-color: rgba(119, 119, 119, 0.14);
  --left-box-shadow: 0px 3px 10px rgba(119, 119, 119, 0.14);
  --right-box-shadow: 0px 3px 6px rgba(188, 226, 255, 0.16);
  --hover-box-shadow: 0px 3px 6px rgba(139, 139, 139, 0.11);
  --hover-button-shadow: 0px 3px 6px rgba(99, 99, 99, 0.16);
  --card-shadow: 0px 0px 10px rgba(152, 181, 206, 0.16);
  --badge-hover-shadow: 0px 10px 6px rgba(91, 91, 91, 0.05);
  --avatar-box-shadow: 0px 3px 6px rgba(80, 80, 80, 0.12);
  --more-box-shadow: 0px 3px 6px rgba(119, 119, 119, 0.14);
  --shadow-1-up: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05),
    0 -12px 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-1-down: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05),
    0 12px 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-1-left: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05),
    -12px 0 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-1-right: 6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05),
    12px 0 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-2: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08),
    0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.voplus-nav-antd-menu {
  --size: var(--font-size-base);
}
.voplus-nav-antd-menu {
  .ant-menu {
    font-size: var(--size);
    font-weight: 500;
    color: #334155;
    border-right: none;
    padding-top: 12px;
    .ant-menu-item {
      height: calc(var(--size) * (52 / 18));
      line-height: calc(var(--size) * (52 / 18));
      border-radius: 0.75rem;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
      transition-duration: 200ms;
    }
    .ant-menu-submenu {
      &.ant-menu-submenu-selected {
        > .ant-menu-submenu-title {
          color: var(--purple-secondary-color);
          .ant-menu-item-icon {
            color: var(--purple-secondary-color);
          }
        }
      }
      > .ant-menu-submenu-title {
        height: calc(var(--size) * (52 / 18));
        line-height: calc(var(--size) * (52 / 18));
        border-radius: 0.75rem;
        color: #334155;
        padding: 0 13px !important;
        margin: 0;
        &:hover {
          background-color: #f8fafc;
          color: #0f172a;
          .ant-menu-item-icon {
            color: var(--purple-secondary-color);
          }
        }
      }
    }
    .ant-menu-submenu .ant-menu-sub {
      width: auto;
      > .ant-menu-item {
        height: calc(var(--size) * (46 / 18));
        line-height: calc(var(--size) * (46 / 18));
        font-size: calc(var(--size) - 2);
        padding: 0 12px 0 12px !important;
        transition: all 0.2s ease;
        overflow: visible;
        position: relative;
        &:hover {
          background: transparent;
          &:before {
            height: 20px;
          }
        }
        &.ant-menu-item-selected {
          background: transparent;
          &:before {
            height: 100%;
          }
          &.add-register::before {
            height: 0;
          }
        }
        &:before {
          content: "";
          position: absolute;
          left: -2px;
          top: 50%;
          transform: translateY(-50%);
          width: 2px;
          height: 0;
          background: var(--purple-secondary-color);
          transition: height 0.2s ease;
        }
        .ant-badge-count {
          transform: scale(0.8);
        }
      }
      &.ant-menu-inline {
        animation: slideDown 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        margin-left: 1.2rem;
        border-left: 2px solid #e2e8f0;
        padding-top: 0;
      }
    }
    .ant-menu-item .ant-menu-item-icon, .ant-menu-submenu-title .ant-menu-item-icon, .ant-menu-item .anticon, .ant-menu-submenu-title .anticon {
      font-size: var(--size);
    }
    &.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
      font-weight: bold;
      color: #1f2937;
      background: linear-gradient( 135deg, rgba(99, 102, 241, 0.1) 0%, rgba(139, 92, 246, 0.1) 100% );
      .ant-menu-item-icon {
        color: #6366f1;
      }
    }
    .ant-menu-item-disabled, .ant-menu-submenu-disabled {
      color: var(--disabled-color) !important;
    }
    .ant-menu-item:not(.ant-menu-item-selected):hover {
      background-color: #f8fafc;
    }
    .ant-menu-item:not(.ant-menu-item-selected):not( .ant-menu-submenu-selected ):not(.ant-menu-item-disabled):hover {
      color: #0f172a;
      .ant-menu-item-icon {
        color: var(--purple-secondary-color);
      }
    }
    .ant-menu-item-group-title {
      color: #868686;
      padding: 15px 8px 5px;
    }
    .ant-menu-item-divider {
      border-color: #e6e6e6;
      margin-block: 6px;
    }
    .section-divider {
      background: linear-gradient( 90deg, transparent 0%, #e2e8f0 50%, transparent 100% );
    }
  }
}
:global {
  html {
    height: 100%;
    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: var(--heading-subtitle-color);
    margin-left: 5px;
  }
  .ant-select-multiple .ant-select-selection-item-remove {
    display: inline-flex !important;
    align-items: center;
  }
  .ant-btn {
    border-radius: var(--border-radius);
  }
  .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: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
  }
  .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: var(--border-radius);
    border-bottom-left-radius: var(--border-radius);
  }
  .ant-badge .ant-badge-count {
    min-width: 32px;
    font-weight: 700;
    height: 24px;
    border-radius: 9999px;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    font-size: 0.75rem;
    line-height: 24px;
  }
  .ant-input {
    border-radius: var(--border-radius);
  }
  .ant-select-selector {
    border-radius: var(--border-radius) !important;
  }
  .ant-select-dropdown {
    border-radius: var(--border-radius);
    box-shadow: var(--more-box-shadow);
  }
  .ant-menu-submenu > .ant-menu {
    border-radius: var(--border-radius);
  }
  .ant-dropdown-menu {
    border-radius: var(--border-radius) !important;
    box-shadow: var(--more-box-shadow) !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: var(--border-radius) !important;
    box-shadow: var(--more-box-shadow) !important;
    padding: 4px 8px !important;
    .ant-btn:hover {
      background-color: var(--ant-menu-hover-color) !important;
      box-shadow: var(--hover-button-shadow) !important;
      border-radius: var(--border-radius) !important;
    }
  }
  .ant-popover-inner {
    border-radius: var(--border-radius) !important;
    overflow: hidden;
    box-shadow: var(--more-box-shadow) !important;
  }
  .ant-popover-inner {
    border-radius: var(--border-radius);
    box-shadow: var(--more-box-shadow);
  }
  .ant-tag {
    border-radius: 4px;
  }
  .ant-picker {
    border-radius: var(--border-radius);
  }
  .ant-tabs {
    .ant-tabs-tab {
      font-size: var(--font-size-lg);
      color: var(--tabs-default-color);
      &.ant-tabs-tab-active {
        .ant-tabs-tab-btn {
          color: var(--purple-primary-color);
        }
      }
    }
    .ant-tabs-ink-bar {
      background: var(--purple-primary-color);
    }
    .ant-tabs-content-holder .ant-tabs-content {
      height: 100%;
      background: #ffffff;
    }
    .ant-tabs-tabpane {
      height: 100%;
    }
    .ant-tabs-top > .ant-tabs-nav {
      margin: 0;
    }
  }
  .voplus-table-pattern {
    .ant-table-thead {
      font-size: 12px;
      .ant-table-cell {
        color: #5d5d5d;
        font-weight: 600;
        text-transform: uppercase;
        border-radius: 0px;
        &::before {
          width: 0 !important;
        }
      }
      tr {
        background-image: linear-gradient(to right, var(--tw-gradient-stops));
        --tw-gradient-from: #f8fafc var(--tw-gradient-from-position);
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
        --tw-gradient-to: #f1f5f9 var(--tw-gradient-to-position);
      }
      > tr > th {
        background: none;
        &::before {
          background-color: transparent;
        }
      }
    }
    .ant-table-tbody {
      > tr {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
        &:hover {
          background-color: rgb(248 250 252 / 0.8);
        }
        > td {
          border-bottom: 1px solid #e6e6e6;
          padding: 16px 10px;
          white-space: pre-line;
          &:nth-last-child(1) {
            text-align: end;
          }
          &.ant-table-cell-row-hover {
            background: transparent !important;
          }
        }
      }
    }
  }
  .ant-form-item-label > label {
    color: #000;
  }
  .ant-switch {
    background-color: rgba(0, 0, 0, 0.25);
  }
  .ant-modal {
    font-size: var(--font-size-lg);
    .ant-modal-container {
      height: 100%;
      padding: 0;
      .ant-modal-header {
        padding: 16px 24px;
        background: var(--purple-primary-color);
        margin: 0;
        .ant-modal-title {
          color: var(--white);
          font-weight: normal;
        }
      }
      .ant-modal-body {
        padding: 24px;
      }
      .ant-modal-footer {
        padding: 0 24px 20px 24px;
      }
      .ant-modal-close-x {
        color: var(--white);
      }
    }
  }
  .currency-amount {
    .ant-statistic {
      font-size: inherit;
      color: inherit;
      .ant-statistic-content {
        font-size: inherit;
        color: inherit;
      }
    }
  }
  .ant-message {
    .ant-message-custom-content {
      display: flex;
      align-items: center;
    }
  }
  .ant-btn-primary {
    background-color: var(--purple-primary-color);
  }
  .ant-btn-primary:disabled {
    background: rgba(0, 0, 0, 0.04);
  }
  .ant-btn-primary:not(:disabled):not(.ant-btn-disabled):hover {
    background-color: var(--primary-color);
  }
  .properties-list {
    height: 100%;
    color: #5d5d5d;
    display: flex;
    flex-direction: column;
    padding: 0 8px;
    .prop-item {
      margin-bottom: 13px;
      .tag-view-2 .ant-tag {
        margin-top: 0;
      }
    }
    .properties-header {
      font-size: calc(16 / 16 * 1em);
      padding: calc(10 / 16 * 1em) 0;
      display: flex;
      justify-content: space-between;
      margin-bottom: calc(20 / 16 * 1em);
      .title {
        font-size: calc(22 / 18 * 1em);
        font-weight: 500;
      }
    }
    .document-header-default {
      font-size: calc(16 / 16 * 1em);
      padding: calc(10 / 16 * 1em) 0;
      margin-bottom: calc(20 / 16 * 1em);
      .document-name {
        font-size: calc(22 / 18 * 1em);
      }
    }
    .document-propertie-header {
      padding: 14px 0 14px 12px;
      border-bottom: 1px solid #cbcbcb;
      .document-header-content {
        .document-name-content {
          align-items: center;
          .document-pre {
            font-size: 14px;
            color: var(--purple-primary-color);
          }
          .document-name {
            font-size: 14px;
            font-weight: bold;
          }
        }
      }
    }
    .description-editor, .description-editor_2, .document-panel-header-properties {
      padding-left: 12px;
      padding-right: 12px;
    }
    .description-editor_2 {
      .description-editor-header .edit-icon {
        padding-right: 0;
      }
    }
    .ant-form {
      font-size: calc(16 / 16 * 1em);
      .ant-form-item {
        font-size: calc(16 / 16 * 1em);
      }
      .ant-form-item-label {
        .ant-form-item-no-colon {
          color: var(--properties-label-color);
          font-weight: 500;
        }
      }
      .ant-form-item-label > label {
        font-size: calc(16 / 16 * 1em);
        color: var(--header-color);
      }
    }
    .properties-value {
      color: #868686;
    }
    .currency-amount {
      color: var(--purple-primary-color);
    }
    .ProseMirror {
      font-size: calc(16 / 16 * 1em);
      padding: 0;
    }
    .description-editor-header {
      padding: 0;
    }
    .description-editor .description-editor-proseMirror {
      padding: 0;
    }
    .description-editor .description-readonly-proseMirror .ProseMirror-container .ProseMirror {
      padding: 0;
    }
  }
  .quickView-modal-style {
    height: calc(100% - 200px);
    > div[tabindex="0"]:nth-child(1) {
      height: 100%;
    }
    .ant-modal-content {
      height: 100%;
    }
    .ant-modal-container {
      padding: 0;
    }
    .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: var(--border-radius);
    outline: none;
    box-shadow: var(--more-box-shadow);
    .ant-btn {
      display: block;
      width: 100%;
      padding: 0 12px;
      height: calc(38 / 16 * 1em);
      color: var(--cancel-color);
      text-align: left;
      border-radius: 0;
      &[disabled] {
        color: var(--disabled-color);
      }
      &:hover {
        background-color: var(--ant-menu-hover-color) !important;
        box-shadow: var(--hover-button-shadow) !important;
        border-radius: var(--border-radius) !important;
      }
      > span {
        margin-left: 10px;
      }
    }
    .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-title {
      padding: 10px 10px 10px 0;
      font-size: 18px;
      line-height: 20px;
      color: #000;
      font-weight: 500;
      display: flex;
      align-items: center;
      .nav-panel-name {
        flex: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }
    }
    .nav-panel-menu {
      flex: 1;
    }
    .nav-panel-settings {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: var(--font-size-base);
      color: #5d5d5d;
      height: calc(var(--font-size-base) * (44 / 18));
      line-height: calc(var(--font-size-base) * (44 / 18));
      border-radius: var(--border-radius);
      padding-left: 13px;
      margin-bottom: 7px;
      margin-right: 6px;
      &.activeColor {
        font-weight: bold;
        color: var(--purple-primary-color);
        background: #f0f7ff;
      }
      &:hover {
        color: var(--primary-color);
      }
      svg {
        margin-right: 10px;
      }
    }
    .ant-menu:first-of-type {
      background-color: #fff !important;
      .ant-menu-item, .ant-menu-submenu-title {
        .ant-menu-item-icon {
          color: #64748b;
        }
      }
      .ant-menu-item-selected {
        .ant-menu-item-icon {
          color: #6366f1;
        }
      }
      .ant-menu-item-disabled {
        .ant-menu-item-icon {
          color: #bfbfbf;
        }
      }
    }
    .ant-menu {
      .ant-menu-item {
        padding-right: 20px;
        display: flex;
        align-items: center;
        color: #5d5d5d;
        padding: 0 13px !important;
        margin: 0;
        &.new-customer {
          color: #1ea7fd !important;
        }
        > span {
          flex: 1;
          display: flex;
          align-items: center;
          overflow: hidden;
          .item-name {
            flex: 1;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
          }
        }
      }
    }
  }
  .element-tabs {
    .ant-tabs-nav {
      padding-left: 20px;
    }
    .list-header-content {
      border-bottom: none !important;
    }
  }
  .title-currency {
    color: var(--heading-subtitle-color);
    font-weight: normal;
    font-size: calc(14 / 16 * 1em);
  }
  .prosemirror-mention-node {
    display: inline-block;
    color: var(--reference-color);
    cursor: pointer;
    line-height: calc(24 / 18 * 1em);
    word-break: break-word;
    background: var(--reference-bg-color);
    border-radius: var(--border-radius);
    padding: calc(8 / 18 * 1em);
    margin-right: calc(8 / 18 * 1em);
  }
  .prosemirror-mention-link {
    color: var(--purple-primary-color);
    background: #fff;
    padding: 0;
    text-decoration: underline;
    margin: 0 calc(16 / 18 * 1em) 0 0;
  }
  .finance-editable-table {
    .currency-amount {
      color: #5d5d5d;
      &.isCurrency {
        display: inline-flex;
      }
    }
    table {
      table-layout: auto;
      font-size: calc(16 / 16 * 1em);
      line-height: calc(28 / 16 * 1em);
      color: #5d5d5d;
      thead {
        border: none;
        tr {
          &:first-child > *:first-child {
            border-start-start-radius: 0;
          }
          &:first-child > *:last-child {
            border-start-end-radius: 0;
          }
          th {
            position: relative;
            color: #5d5d5d;
            font-weight: 600;
            &::before {
              background-color: transparent !important;
            }
            &: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: "";
            }
          }
        }
      }
      tbody {
        tr {
          border-style: solid;
          border-width: 1px;
          --tw-divide-opacity: 1;
          border-color: rgb(226 232 240 / var(--tw-divide-opacity, 1));
          border-left: none;
          border-right: none;
          .sotr-drag {
            color: var(--heading-subtitle-color);
            touch-action: none;
            cursor: move;
          }
          &:hover {
            .sotr-drag {
              color: var(--header-color);
            }
          }
        }
      }
      thead th:last-child, tbody td:last-child {
        padding-right: 25px;
      }
      thead th:first-child, tbody td:first-child {
        padding-left: 25px;
      }
      tr {
        height: 66px;
      }
      td, th {
        padding: 12px 12px;
      }
      .morpho-inline-edit {
        position: relative;
        top: -2px;
        .ant-input, .ant-select, .ant-picker, .ant-input-number {
          width: 100% !important;
        }
      }
    }
    .editable-table-footer {
      color: #5d5d5d;
      .table-foot {
        display: flex;
        justify-content: space-between;
        line-height: 19px;
        margin-top: 20px;
        padding: 0 25px 0 10px;
        .ant-btn {
          color: var(--purple-primary-color);
          &:disabled {
            color: rgba(0, 0, 0, 0.25);
          }
        }
        .total {
          display: flex;
          justify-content: space-between;
          margin-bottom: 10px;
          .total-k {
            width: 150px;
          }
        }
      }
      .table-foot-amount, .table-foot-amount-2, .table-foot-amount-3 {
        height: 80px;
        background: #f0f6fd;
        align-items: center;
        margin-top: 10px;
        color: var(--purple-primary-color);
        font-weight: bold;
        .ant-col {
          font-size: 18px;
        }
      }
      .table-foot-amount {
        display: flex;
        justify-content: space-between;
        padding: 0 100px 0 15px;
      }
      .table-foot-amount-2 {
        padding: 0 15px 0 15px;
        .credit-amount {
          color: #b22121;
        }
      }
      .table-foot-amount-3 {
        display: flex;
        justify-content: space-between;
        padding: 0 25px 0 10px;
        .amount-content {
          font-size: 18px;
          display: flex;
          justify-content: space-between;
        }
      }
    }
    .table-foot_2 {
      color: var(--purple-primary-color);
      background: #f0f6fd;
      font-weight: bold;
      padding: 10px 50px 10px 15px;
      display: flex;
      justify-content: end;
      align-items: center;
      .text {
        width: 150px;
      }
      .ant-statistic .ant-statistic-content {
        color: var(--purple-primary-color);
      }
    }
    .table-title {
      display: flex;
      justify-content: space-between;
      margin-bottom: 15px;
      .title {
        color: #5d5d5d;
        font-size: 18px;
        font-weight: bold;
        line-height: 24px;
      }
      .ant-btn {
        height: 24px;
        color: var(--purple-primary-color);
        font-weight: bold;
      }
    }
    &.mobile {
      table {
        font-size: 12px;
        line-height: 15px;
        thead th:first-child, tbody td:first-child {
          padding-left: 18px;
        }
        thead th:last-child, tbody td:last-child {
          padding-right: 18px;
        }
        thead {
          tr {
            height: 52px;
          }
        }
        th {
          padding: 0px 6px;
        }
        td {
          padding: 10px;
        }
      }
      .item-description {
        color: #5d5d5d;
        line-height: 17px;
        .item-account {
          color: #868686;
        }
      }
      .mobile-table-foot {
        font-size: 12px;
        font-weight: 500;
        margin-top: 10px;
        .foot-btn {
          padding: 0 10px;
        }
        .ant-btn {
          font-size: 12px;
          font-weight: 500;
          color: var(--purple-primary-color);
          padding: 0px 6px;
        }
        .total {
          font-size: 12px;
          display: flex;
          justify-content: space-between;
          color: var(--purple-primary-color);
          line-height: 18px;
          padding: 0 18px;
        }
      }
      .mobile-table-foot-amount {
        height: 50px;
        line-height: 50px;
        background: #f7fbff;
        margin: 15px 0 10px;
        .content {
          display: flex;
          justify-content: space-between;
          color: var(--purple-primary-color);
          font-weight: 600;
          padding: 0 18px;
        }
        .ant-statistic {
          line-height: 50px;
        }
        .amount-content, .currency-amount {
          font-size: 14px;
        }
      }
    }
  }
  .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: var(--purple-primary-color);
    border-color: var(--purple-primary-color);
    border-radius: var(--border-radius);
  }
  .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-info {
      background: #e0efff;
      border-top: solid 3px var(--purple-primary-color);
    }
    &.ant-alert-warning {
      background: #fdfff7;
      border-top: solid 3px #fce534;
    }
    &.ant-alert-error {
      background: #fff7f7;
      border-top: solid 3px #b04d4d;
    }
    &.normal-alert {
      color: #5d5d5d;
    }
    .ant-alert-icon {
      color: #5d5d5d;
      margin-top: 4px;
    }
    .ant-alert-close-icon {
      margin-top: 4px;
      .anticon-close {
        color: #5d5d5d;
      }
    }
  }
  .voplus-antd-table {
    flex: 1;
    padding: 5px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    .ant-table-wrapper {
      .ant-table-thead {
        > tr > th {
          color: #5d5d5d;
          background: #e7f1fc;
          padding: 9px 10px 10px;
          &:not(:last-child):not(.ant-table-selection-column):not( .ant-table-row-expand-icon-cell ):not([colspan])::before {
            width: 0;
          }
        }
        .ant-table-cell-scrollbar {
          background: #e7f1fc;
          &:not([rowspan]) {
            box-shadow: none;
          }
        }
      }
      table, .ant-table .ant-table-header {
        border-radius: 0;
      }
      .ant-table-container table > thead > tr:first-child > *:last-child {
        border-start-end-radius: 0;
      }
      .ant-table-container table > thead > tr:first-child > *:first-child {
        border-start-start-radius: 0;
      }
      .ant-table-cell {
        padding: 10px 10px;
      }
      .ant-table-tbody {
        .ant-table-row {
          &:last-child {
            .ant-table-cell {
              border: none;
            }
          }
          > .ant-table-cell-row-hover {
            background: #f4f9ff;
            .tool-bar {
              display: block;
            }
          }
        }
        .ant-table-placeholder {
          .ant-table-cell {
            border: none;
          }
        }
      }
      .tool-bar {
        display: none;
        .ant-btn {
          font-size: 14px;
          color: var(--purple-primary-color);
          padding: 0;
        }
      }
    }
  }
  .voplus-tag.ant-tag {
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    color: #5d5d5d;
    padding: 0 12px;
    margin-right: 15px;
    .ant-tag-close-icon {
      font-size: 13px;
      color: #5d5d5d;
      margin-left: 5px;
      &:hover {
        color: var(--purple-primary-color);
      }
    }
  }
  .unit-tag {
    .ant-tag {
      font-weight: 600;
    }
  }
  .finance-ledger-table {
    thead th, tbody td {
      padding: 12px 12px;
    }
    thead th:last-child, tbody td:last-child {
      padding-right: 25px;
    }
    thead th:first-child, tbody td:first-child {
      padding-left: 25px;
    }
    .ant-table-thead > tr {
      font-size: 12px;
      background-image: linear-gradient(to right, var(--tw-gradient-stops));
      --tw-gradient-from: #f8fafc var(--tw-gradient-from-position);
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
      --tw-gradient-to: #f1f5f9 var(--tw-gradient-to-position);
      > th {
        color: #5d5d5d;
        font-weight: 600;
        text-transform: uppercase;
        background: none;
        &::before {
          background-color: transparent;
        }
      }
      &:first-child > *:first-child {
        border-start-start-radius: 0 !important;
      }
      &:first-child > *:last-child {
        border-start-end-radius: 0 !important;
      }
    }
    .ant-table-tbody > tr {
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
      &:hover {
        background-color: rgb(248 250 252 / 0.8);
      }
      > td {
        --tw-text-opacity: 1;
        color: rgb(71 85 105 / var(--tw-text-opacity, 1));
        font-size: 0.875rem;
        font-weight: 500;
        border-bottom: 1px solid #e6e6e6;
        &.ant-table-cell-row-hover {
          background: transparent !important;
        }
      }
    }
    .currency-amount {
      &.isCurrency {
        display: inline-flex;
      }
    }
    .ledger-table-amount {
      display: flex;
      justify-content: space-between;
      .accountAmount {
        display: flex;
        width: 60%;
        justify-content: right;
      }
    }
    .ant-table-footer {
      padding: 0;
    }
    .ledger-table-foot {
      align-items: center;
      color: var(--purple-primary-color);
      font-weight: bold;
      background: #f0f6fd;
      height: 80px;
      padding: 0 16px;
      margin-top: 30px;
      .ant-col {
        font-size: 18px;
      }
    }
    &.mobile {
      table {
        font-size: 12px;
        line-height: 15px;
        thead th:first-child, tbody td:first-child {
          padding-left: 18px;
        }
        thead th:last-child, tbody td:last-child {
          padding-right: 12px;
        }
        thead {
          tr {
            height: 52px;
          }
        }
        th {
          padding: 0px 6px;
        }
        td {
          padding: 10px;
        }
        .table-action {
          .ant-btn {
            font-size: 12px;
            color: #cbcbcb;
            margin: 0;
            padding: 0 5px;
          }
        }
      }
      .ant-table-footer {
        padding-left: 18px;
      }
    }
  }
}
.lite-proseMirror {
  font-size: 14px;
  border: 1px solid #e6e6e6;
  border-radius: var(--border-radius);
  &.tool-bal-bottom {
    .editor-toolbar {
      border-bottom: none;
      border-top: 1px solid #e6e6e6;
    }
  }
  .editor-toolbar {
    padding: 3px 5px 3px 5px;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0;
    .toolbar-button {
      padding: 0 5px;
      &[title="Align"] {
        .ant-select {
          width: auto;
        }
      }
    }
  }
  .prosemirror-content {
    height: 120px;
    .ProseMirror-container {
      border: none;
      border-radius: 0;
      .ProseMirror {
        padding: 0.8rem 0.7rem;
      }
    }
  }
}

