.bixi-editable-table {
  width: 100%;
}
.bixi-editable-table .ant-table.ant-table-small .ant-table-tbody > tr > td {
  padding: 6px 8px;
}
.bixi-editable-table-add-btn {
  margin-top: 12px;
}
.bixi-editable-table-cell {
  display: inline-block;
  width: 100%;
}
.bixi-editable-table-cell-active .ant-form-item-explain {
  display: none;
}
.bixi-editable-table-cell-not-active {
  height: 28px;
  margin-bottom: -1px;
  padding: 0 6px;
  overflow: hidden;
  line-height: 28px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bixi-editable-table .ant-table-cell {
  line-height: 1;
}
.bixi-editable-table .ant-form-item {
  margin: 0 -6px !important;
}
.bixi-editable-table a {
  user-select: none;
}
.bixi-editable-table .ant-table-small .ant-table-thead .ant-table-cell {
  padding: 12px;
}
.bixi-editable-table .ant-input {
  border: none;
  box-shadow: none !important;
}
.bixi-editable-table .bixi-editable-table-actions .ant-btn {
  padding: 0;
}
.bixi-empty {
  margin: 32px 0;
  text-align: center;
}
.bixi-empty-image {
  width: 237px;
  height: 139px;
  margin: 0 auto;
  user-select: none;
  -webkit-user-drag: none;
}
.bixi-empty-image svg {
  font-size: 200px;
}
.bixi-empty-image img {
  max-width: 100%;
  height: 121px;
}
.bixi-empty-text {
  margin-top: 36px;
  color: #363b45;
  font-weight: 500;
}
.bixi-empty-actions {
  margin-top: 4px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  user-select: none;
}
.bixi-group-container {
  margin-bottom: 0;
}
.bixi-group-container-blue-block {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 3px;
  height: 12px;
  margin-right: 4px;
  background: #4d67be;
  border-radius: 0 4px 4px 0;
}
.bixi-group-container-title {
  margin: -4px 0;
  color: #363b45;
  font-weight: 550;
  font-size: 12px;
}
.bixi-group-container-content {
  width: 100%;
  padding: 16px 16px 8px 8px;
}
.bixi-group-container-content-block {
  width: 100%;
  padding: 16px 0 0 8px;
}
.bixi-group-container-description {
  margin-left: 8px;
  color: #b9bbbe;
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
}
.bixi-page-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: auto;
  background: #f5f7fa;
}
.bixi-page-container .bixi-page-container-header > .bixi-banner {
  box-shadow: 0 1px 0 0 #e9ecf2;
}
.bixi-page-container .bixi-page-container-header > .ant-tabs {
  margin: 12px 16px;
}
.bixi-page-container .bixi-page-container-header > .ant-tabs .ant-tabs-nav {
  margin-bottom: 0;
}
.bixi-page-container .bixi-page-container-header .ant-collapse {
  border: none;
}
.bixi-page-container .bixi-page-container-body .bixi-page-container-body-inner {
  min-height: 100%;
}
.bixi-page-container .bixi-page-container-footer {
  flex-shrink: 0;
  padding: 11.5px 16px;
  background: #fff;
  border-top: 1px solid #e9ecf2;
}
.bixi-page-container-bordered .bixi-page-container-body-inner {
  background: #fff;
  border: 1px solid #e9ecf2;
  border-radius: 4px;
}
.bixi-page-container-fixed .bixi-page-container-body {
  flex: 1;
}
.bixi-page-container-has-header {
  justify-content: flex-start;
}
.bixi-page-container-has-header .bixi-page-container-body {
  padding-top: 0 !important;
}
.bixi-page-container-has-footer {
  justify-content: space-between;
}
.bixi-page-container-has-footer .bixi-page-container-body {
  flex: 1;
  overflow: auto;
}
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1031;
  width: 100%;
  height: 2px;
  background: #4d67be;
}
/* Fancy blur effect */
#nprogress .peg {
  position: absolute;
  right: 0;
  display: block;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #4d67be, 0 0 5px #4d67be;
  transform: rotate(3deg) translate(0, -4px);
  opacity: 1;
}
/* Remove these to get rid of the spinner */
#nprogress .spinner {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 1031;
  display: block;
}
#nprogress .spinner-icon {
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  border: solid 2px transparent;
  border-top-color: #4d67be;
  border-left-color: #4d67be;
  border-radius: 50%;
  animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
  position: relative;
  overflow: hidden;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bixi-radio-group-block {
  width: 100%;
}
.bixi-radio-group-block .bixi-radio-block {
  display: flex;
  justify-content: space-between;
  min-height: 48px;
  margin: 8px 0;
  padding: 8px 16px;
  background: #fff;
  border: 1px solid #e9ecf2;
  border-radius: 3px;
  cursor: pointer;
}
.bixi-radio-group-block .bixi-radio-block:hover .ant-radio-inner {
  border-color: #324558;
}
.bixi-radio-group-block .bixi-radio-block:first-child {
  margin-top: 0;
}
.bixi-radio-group-block .bixi-radio-block:last-child {
  margin: 0;
}
.bixi-radio-group-block .bixi-radio-block-checked {
  color: #4d67be;
  background-color: #eef3ff;
  border: 1px solid #4d67be;
}
.bixi-radio-group-block .bixi-radio-block-checked:hover .ant-radio-inner {
  border-color: #4d67be;
}
.bixi-radio-group-block .bixi-radio-block-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 24px;
}
.bixi-radio-group-block .bixi-radio-block-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.bixi-radio-group-block .bixi-radio-block-content-inner {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bixi-radio-group-block .bixi-radio-block-disabled {
  color: #adaeb3;
  background: #f5f7fa;
  border-color: #e9ecf2;
  cursor: not-allowed;
}
.bixi-table .ant-table-column-sorters .ant-table-column-title {
  margin-right: 12px;
}
.bixi-table .bixi-empty {
  margin: 86px 0;
}
.bixi-table-compact .ant-table-thead > tr > th {
  padding: 7.5px 12px;
}
.bixi-table-compact .ant-table-tbody > tr > td {
  padding: 6.5px 12px;
}
.bixi-table-compact .ant-table-tbody > tr > td.ant-table-selection-column {
  padding: 6.5px 0;
}
.bixi-table-striped .ant-table-tbody > tr:nth-child(even):not(:first-child) {
  background: #f5f7fa;
}
.bixi-table-striped .ant-table-tbody > tr:nth-child(even):not(:first-child) .ant-table-cell-fix-left,
.bixi-table-striped .ant-table-tbody > tr:nth-child(even):not(:first-child) .ant-table-cell-fix-right,
.bixi-table-striped .ant-table-tbody > tr:nth-child(even):not(:first-child) td.ant-table-column-sort {
  background: #f5f7fa;
}
.bixi-table-striped .ant-table-tbody > tr:nth-child(even):not(:first-child).ant-table-row:hover > td,
.bixi-table-striped .ant-table-tbody > tr:nth-child(even):not(:first-child) > td.ant-table-cell-row-hover {
  background: #fafafa;
}
.bixi-table-striped .ant-table-tbody > tr:nth-child(even):not(:first-child).ant-table-row-selected > td {
  background: #f7f9fd;
  border-color: rgba(0, 0, 0, 0.03);
}
.bixi-table-striped .ant-table-tbody > tr:nth-child(even):not(:first-child).ant-table-row-selected:hover > td {
  background: #eff3fb;
}
.bixi-color-picker {
  display: inline-block;
}
.bixi-color-picker-color-control {
  display: flex;
  align-items: center;
  margin: 8px 0;
}
.bixi-color-picker-color-slider {
  -webkit-box-flex: 1;
  flex: 1 1 0%;
  padding: 4px 0;
}
.bixi-color-picker-color-preview {
  position: relative;
  width: 17px;
  height: 17px;
  margin-left: 4px;
  border-radius: 3px;
}
.bixi-color-picker-trigger {
  display: inline-block;
  display: flex;
  align-items: center;
  width: 58px;
  height: 24px;
  padding: 2px;
  line-height: 24px;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
}
.bixi-color-picker-trigger-middle {
  height: 28px;
  line-height: 28px;
}
.bixi-color-picker-trigger-large {
  height: 32px;
  line-height: 32px;
}
.bixi-color-picker-trigger-small {
  height: 24px;
  line-height: 24px;
}
.bixi-color-picker-trigger-disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
}
.bixi-color-picker-trigger-disabled .bixi-color-picker-trigger-inner {
  opacity: 0.35;
}
.bixi-color-picker-trigger-inner {
  width: 100%;
  height: 100%;
  border-radius: 2px;
}
.bixi-color-picker-single-block {
  width: auto;
  height: 100%;
  padding: 2px 4px;
  border-radius: 2px;
}
.bixi-color-picker-panel {
  width: 250px;
  box-shadow: 0 3px 10px 0 rgba(45, 47, 51, 0.15);
}
.bixi-color-picker-panel-content {
  padding: 8px 8px 0;
}
.bixi-color-picker-preset-colors {
  padding: 4px 2px;
  border-top: 1px solid #e8e8e8;
}
.bixi-color-picker-preset-color {
  display: inline-block;
  width: 12.5%;
  margin: 3px auto;
  text-align: center;
}
.bixi-color-picker-preset-color-wrap {
  display: inline-block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  line-height: 24px;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  cursor: pointer;
}
.bixi-color-picker-preset-color-inner {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: 1px;
  text-align: center;
  border-radius: 50%;
}
.bixi-color-picker-fields {
  display: flex;
  gap: 4px;
  justify-content: space-between;
}
.bixi-color-picker-field-hex {
  flex-shrink: 0;
  width: 75px;
}
.bixi-color-picker-field-rgba {
  display: flex;
}
.bixi-color-picker-field-rgba-color {
  margin-left: 4px;
}
.bixi-color-picker-field-input {
  font-size: 12px;
  text-align: center;
}
.bixi-color-picker-field-input .ant-input-sm {
  padding: 1.6px 3px;
  font-size: 12px;
}
.bixi-color-picker-field-title {
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
.bixi-color-picker-saturation {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 140px;
  margin-bottom: 8px;
  background: #002fff;
}
.bixi-color-picker-saturation-white {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
}
.bixi-color-picker-saturation-black {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(0deg, #000, transparent);
}
.bixi-color-picker-saturation-pointer {
  position: absolute;
  cursor: default;
}
.bixi-color-picker-saturation-circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fff, inset 0 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px 2px rgba(0, 0, 0, 0.4);
  transform: translate(-4px, -6px);
}
.bixi-color-picker-overlay .ant-popover-content .ant-popover-inner-content {
  padding: 0;
}
.bixi-color-picker-alpha {
  position: relative;
  display: block;
  width: 100%;
  height: 10px;
  background: linear-gradient(to right, rgba(15, 115, 230, 0) 0%, #0f73e6 100%);
  border-radius: 4px;
  inset: 0;
}
.bixi-color-picker-alpha-control {
  display: flex;
  margin-top: 4px;
}
.bixi-color-picker-alpha-sliders {
  flex: 1;
}
.bixi-color-picker-alpha-inner {
  position: relative;
  height: 100%;
  margin: 0 4px;
}
.bixi-color-picker-alpha-pointer {
  position: absolute;
  top: 1px;
}
.bixi-color-picker-alpha-circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fff, inset 0 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px 2px rgba(0, 0, 0, 0.4);
}
.bixi-color-picker-alpha-block {
  position: absolute;
  background: #194d33;
  border-radius: 2px;
  box-shadow: #000000 0 0 0 1px inset, #000000 0 0 4px inset;
  inset: 0;
}
.bixi-color-picker-hue {
  position: relative;
  display: block;
  width: 100%;
  height: 10px;
  background: linear-gradient(90deg, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red);
  border-radius: 4px;
}
.bixi-color-picker-hue-control {
  display: flex;
}
.bixi-color-picker-hue-sliders {
  flex: 1;
}
.bixi-color-picker-hue-inner {
  position: relative;
  height: 100%;
  margin: 0 4px;
}
.bixi-color-picker-hue-pointer {
  position: absolute;
  top: 1px;
}
.bixi-color-picker-hue-circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fff, inset 0 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px 2px rgba(0, 0, 0, 0.4);
}
.bixi-color-block {
  display: inline-block;
  color: #000;
}
.bixi-color-block-dark {
  color: #fff;
}
.bixi-banner {
  display: flex;
  min-height: 32px;
  background: #f7f9fd;
}
.bixi-banner-bordered {
  border: 1px solid rgba(62, 70, 98, 0.1);
}
.bixi-banner .bixi-banner-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: 8px;
}
.bixi-banner .bixi-banner-icon-inner {
  width: 74px;
  height: 74px;
  padding: 16 0;
  color: rgba(39, 56, 73, 0.8);
  line-height: 74px;
  text-align: center;
}
.bixi-banner .bixi-banner-icon img {
  width: 100%;
  height: 100%;
}
.bixi-banner .bixi-banner-text {
  display: flex;
  flex: 1;
  flex-shrink: 0;
  align-items: center;
  padding: 16px 16px 16px 0;
}
.bixi-banner .bixi-banner-title {
  margin-bottom: 4px;
  color: #273849;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
.bixi-banner .bixi-banner-description {
  color: #919399;
  font-size: 12px;
}
.bixi-banner .bixi-banner-link {
  margin: 0 8px;
}
.bixi-banner .bixi-banner-link svg {
  width: 12px;
  height: 12px;
  margin-left: 4px;
  color: #4d67be;
  vertical-align: initial;
}
.bixi-tag-tabs-container .ant-tabs.ant-tabs-card .ant-tabs-nav-list {
  background: #fff;
}
.bixi-tag-tabs-container .ant-tabs.ant-tabs-card .ant-tabs-nav-list .ant-tabs-tab {
  margin-right: 5px;
  padding: 1px;
  padding-right: 21px;
  padding-left: 21px;
  line-height: 21px;
  text-align: center;
  background: #f5f7fa;
  border: 1px solid transparent;
  border-radius: 13px;
  box-shadow: none;
  transition: none;
}
.bixi-tag-tabs-container .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  text-shadow: none;
}
.bixi-tag-tabs-container .ant-tabs-tab-btn {
  outline: none;
  transition: none;
}
.bixi-tag-tabs-container .ant-tabs-card > .ant-tabs-nav .ant-tabs-tab,
.bixi-tag-tabs-container .ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab {
  transition: none;
}
.bixi-tag-tabs-container .ant-tabs.ant-tabs-card .ant-tabs-nav-list .ant-tabs-tab-active {
  background: #ecf3ff;
  border: 1px solid #4d67be;
  border-radius: 13px;
  transition: none;
}
.bixi-notification {
  display: block;
  width: 376px;
  margin: -8px;
  color: #273849;
}
.bixi-notification p {
  margin-bottom: 0;
}
.bixi-notification-trigger-container {
  display: inline-block;
  cursor: pointer;
}
.bixi-notification > header {
  padding: 12px 12px 4px;
  font-weight: 500;
}
.bixi-notification-main {
  position: relative;
  width: 100%;
  height: 328px;
  overflow-y: auto;
}
.bixi-notification-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.bixi-notification-empty-title {
  margin-top: 6px;
}
.bixi-notification-empty-desc {
  margin-top: 4px;
  color: #919399;
}
.bixi-notification > footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 10.5px 12px;
  border-top: 1px solid #e9ecf2;
}
.bixi-notification > footer > button {
  height: auto;
  padding: 0;
  line-height: 1;
}
.bixi-notification > footer button:last-child {
  color: #273849;
}
.bixi-notification-item {
  position: relative;
  width: 100%;
}
.bixi-notification-item:hover {
  background-color: #f5f7fa;
}
.bixi-notification-item:hover .bixi-notification-item-actions {
  display: block;
}
.bixi-notification-item:hover .bixi-notification-item-desc {
  color: #4d67be;
}
.bixi-notification-item:hover .bixi-notification-item-icon {
  display: inline-block;
}
.bixi-notification-item-header {
  display: flex;
  align-items: center;
  padding: 8px 12px 5px;
}
.bixi-notification-item-header .bixi-notification-item-avatar {
  display: inline-flex;
  flex: 0 0 18px;
  align-items: center;
  width: 18px;
  height: 20px;
  margin-right: 8px;
  text-align: center;
}
.bixi-notification-item-header .bixi-notification-item-avatar svg {
  width: 100%;
  height: 100%;
}
.bixi-notification-item-header .bixi-notification-item-title {
  /* stylelint-disable-next-line value-no-vendor-prefix */
  display: -webkit-box;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.bixi-notification-item-content {
  /* stylelint-disable-next-line value-no-vendor-prefix */
  display: -webkit-box;
  padding: 0 12px 2px 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.bixi-notification-item-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 28.84px;
  padding: 0 12px 10px 38px;
  color: #919399;
  text-align: left;
}
.bixi-notification-item-footer .bixi-notification-item-actions {
  display: none;
  cursor: pointer;
}
.bixi-notification-item-line {
  position: absolute;
  bottom: 0;
  left: 12px;
  width: 349px;
  height: 1px;
  background-color: #e9ecf2;
}
.bixi-about {
  display: inline-block;
  padding: 16px;
  text-align: center;
}
.bixi-about-bordered {
  border: 1px solid rgba(62, 70, 98, 0.1);
}
.bixi-about .bixi-about-logo {
  height: 32px;
}
.bixi-about .bixi-about-logo img {
  height: 100%;
}
.bixi-about .bixi-about-version {
  margin-top: 8px;
  color: #273849;
  font-weight: 500;
}
.bixi-about .bixi-about-publish-date {
  margin-top: 8px;
  color: #919399;
}
.bixi-about .bixi-about-links {
  margin-top: 16px;
  color: #919399;
}
.bixi-about .bixi-about-copyright {
  margin-top: 8px;
  color: #919399;
}
.bixi-filter-select.ant-select:not(.ant-select-customize-input) {
  min-width: 107px;
}
.bixi-filter-select.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  align-items: center;
  background: #e9ecf2;
  border-radius: 12px;
}
.bixi-filter-select.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item {
  padding-left: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bixi-filter-select.ant-select:not(.ant-select-customize-input) .ant-select-selector:hover {
  border-color: #4d67be;
}
.bixi-filter-select.ant-select:not(.ant-select-customize-input) .ant-select-arrow .anticon:not(.ant-select-suffix) {
  right: 12px;
  color: #273849;
  pointer-events: none;
}
.bixi-filter-select.ant-select:not(.ant-select-customize-input) .ant-select-dropdown .ant-input-affix-wrapper:hover {
  border-color: #4d67be;
}
.bixi-filter-select-dropdown .bixi-filter-select-input {
  display: flex;
  flex-wrap: nowrap;
  padding: 8px;
}
.bixi-filter-select-dropdown .bixi-filter-select-input .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
  border-color: #4d67be;
}
.bixi-filter-select-dropdown .rc-virtual-list .rc-virtual-list-scrollbar.rc-virtual-list-scrollbar-show {
  width: 5px !important;
}
.bixi-key-value {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  height: 20px;
  font-size: 12px;
  border: 1px solid #6a90dd;
  border-radius: 4px;
}
.bixi-key-value .bixi-key-value-inner {
  display: flex;
}
.bixi-key-value .bixi-key-value-item {
  display: inline-block;
  height: 100%;
  padding: 0 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-radius: 2px 0 0 2px;
}
.bixi-key-value .bixi-key-value-label {
  max-width: 120px;
  color: #fff;
  border-right: 1px solid #6a90dd;
}
.bixi-key-value .bixi-key-value-value {
  max-width: 220px;
}
.bixi-key-value .bixi-key-value-close-icon {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 12px;
  height: 12px;
  color: #324558;
  line-height: 12px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.bixi-files-container {
  background: #fff;
  border-radius: 2px;
}
.bixi-files-container-bordered {
  box-shadow: 0 1px 5px 0 rgba(45, 47, 51, 0.1);
}
.bixi-files-container-bordered .bixi-files-item .ant-progress-inner {
  background-color: #f5f5f5;
}
.bixi-files-container-fixed .bixi-files-body {
  height: 305px;
}
.bixi-files-header {
  display: flex;
  align-items: center;
  height: 50px;
  padding-left: 24px;
  font-weight: 400;
  border-bottom: 1px solid #f0f0f0;
}
.bixi-files-footer {
  padding: 0 24px;
  line-height: 64px;
}
.bixi-files-body {
  overflow-y: auto;
}
.bixi-files-item {
  display: flex;
  flex-direction: column;
  color: #000;
  cursor: pointer;
}
.bixi-files-item .ant-progress-inner {
  background-color: transparent;
}
.bixi-files-item .anticon-close {
  color: #8c8c8c;
}
.bixi-files-item .anticon-check-circle {
  color: #22bc28;
}
.bixi-files-item .anticon-close-circle,
.bixi-files-item .anticon-lock {
  color: #ed5043;
}
.bixi-files-item:hover {
  background-color: #f9f9f9;
}
.bixi-files-item-delete {
  display: none;
}
.bixi-files-item-operations {
  display: inline-block;
}
.bixi-files-item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  padding: 0 48px 0 24px;
}
.bixi-files-item-name {
  width: 50%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bixi-files-item-name > label {
  padding-right: 8px;
}
.bixi-files-item-size {
  min-width: 40px;
  padding: 0 8px;
  font-size: 12px;
  text-align: center;
  background: #f9f9f9;
  border-radius: 2px;
}
.bixi-files-item-progress,
.bixi-files-item .ant-progress-line {
  line-height: 2px;
}
.bixi-files-item-action {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  width: 190px;
  font-size: 14px;
  text-align: right;
}
.bixi-files-item-icon-close {
  display: none;
}
.bixi-files-item-icon-edit {
  padding-right: 8px;
  color: #8c8c8c !important;
  cursor: pointer;
}
.bixi-files-item-edit {
  display: flex;
  align-items: center;
}
.bixi-files-item-edit > input {
  width: 110px;
  height: 24px;
  margin-right: 16px;
}
.bixi-files-item-edit-operations {
  display: flex;
  justify-content: space-between;
  padding-left: 5px;
  font-size: 12px;
}
.bixi-files-item-edit-operations > a {
  width: 28px;
}
.bixi-files-item-edit-operations > a:first-child {
  margin-right: 8px;
}
.bixi-files-item .bixi-files-item-edit-mismatch {
  border-color: #ed5043;
}
.bixi-files-item-show-delete:hover .bixi-files-item-delete {
  display: inline-block;
}
.bixi-files-item-show-delete:hover .bixi-files-item-operations {
  display: none;
}
.bixi-operations {
  display: flex;
  max-width: 100%;
  height: 100%;
  overflow-x: auto;
  line-height: 1;
}
.bixi-operations-item {
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
  user-select: none;
}
.bixi-operations-item-disabled {
  color: #d9d9d9;
  cursor: not-allowed;
  pointer-events: none;
}
.bixi-operations-item-inner {
  display: flex;
  align-items: flex-start;
  padding: 4px 6px;
  border-radius: 4px;
  transition: background-color 0.15s linear;
}
.bixi-operations-item-inner:hover {
  background: #f5f7fa;
}
.bixi-operations-item-inner-active {
  background: #e9ecf2;
}
.bixi-operations-item-inner-active:hover {
  background: #e9ecf2;
}
.bixi-operations-item-inner-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2px;
  font-size: 14px;
}
.bixi-operations-item-inner-icon svg {
  width: 1em;
  height: 1em;
}
.bixi-operations-item-inner-icon-dropdown {
  margin-left: 2px;
  font-size: 10px;
}
.bixi-operations-item-inner-text {
  margin: 2px;
  font-size: 12px;
  white-space: nowrap;
}
.bixi-operations-item-inner-vertical {
  display: flex;
}
.bixi-operations-item-inner-vertical-start {
  flex-direction: column;
}
.bixi-operations-item-inner-vertical-end {
  flex-direction: column-reverse;
}
.bixi-operations-item-inner-horizontal {
  display: flex;
  align-items: center;
}
.bixi-operations-item-inner-horizontal-start {
  flex-direction: row;
}
.bixi-operations-item-inner-horizontal-end {
  flex-direction: row-reverse;
}
.bixi-operations-item-inner-horizontal-text {
  margin: 2px;
  white-space: nowrap;
}
.bixi-operations-item-divider {
  width: 1px;
  height: 26px;
  background: #c1c7cd;
}
.bixi-operations-item-divider-short {
  height: 14px;
}
.bixi-operations-item-dropdown-item {
  display: flex;
  align-items: center;
}
.bixi-operations-item-dropdown-item-icon {
  margin-right: 4px;
}
.bixi-operations-item-dropdown-item-icon svg {
  width: 1em;
  height: 1em;
}
.bixi-operations-item-dropdown-item:hover,
.bixi-operations-item-dropdown-item-active {
  background: #f5f7fa;
}
.bixi-data-table {
  width: 100%;
}
.bixi-data-table-tr-striped:nth-child(odd) {
  background: #f9f9f9;
}
.bixi-data-table-td {
  position: relative;
  min-width: 48px;
  max-width: 340px;
  height: 32px;
  padding: 4px 12px;
  font-size: 12px;
  text-align: justify;
  word-break: break-all;
  table-layout: fixed;
  border: 1px solid #e8e8e8;
}
.bixi-data-table-td-div-text {
  overflow: hidden;
}
.bixi-data-table-td-active {
  outline: 1px solid #21bc29;
  user-select: text;
}
.bixi-data-table-td-editing {
  outline: 1px solid #21bc29;
  cursor: text;
  user-select: text;
}
.bixi-data-table-td-highlight {
  color: #14961e;
  background: rgba(33, 188, 41, 0.3);
  outline: 1px solid #21bc29;
}
.bixi-data-table-td-error {
  color: #ee5144;
  font-weight: 500;
}
.bixi-data-table-td-icon {
  position: absolute;
  top: -3px;
  right: -16px;
  z-index: 999;
  color: #14961e;
  font-size: 16px;
  cursor: pointer;
}
.bixi-data-table-td-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 7px 12px;
  background: inherit;
  border: none;
  outline: none;
  resize: none;
}
.bixi-data-table-pagination {
  margin-top: 5px;
  text-align: right;
}
.bixi-data-table-dropdown-li {
  display: flex;
  align-items: center;
}
.bixi-data-table-dropdown-li i {
  font-size: 16px !important;
}
/* stylelint-disable selector-class-pattern */
.ReactCrop {
  position: relative;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  cursor: crosshair;
}
.ReactCrop *,
.ReactCrop *::before,
.ReactCrop *::after {
  box-sizing: border-box;
}
.ReactCrop--disabled,
.ReactCrop--locked {
  cursor: inherit;
}
.ReactCrop__child-wrapper {
  max-height: inherit;
}
.ReactCrop__child-wrapper > img,
.ReactCrop__child-wrapper > video {
  display: block;
  max-width: 100%;
  max-height: inherit;
  touch-action: none;
}
.ReactCrop__crop-selection {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px dashed white;
  box-shadow: 0 0 0 9999em rgba(0, 0, 0, 0.5);
  transform: translate3d(0, 0, 0);
  cursor: move;
  touch-action: none;
}
.ReactCrop--disabled .ReactCrop__crop-selection {
  cursor: inherit;
}
.ReactCrop--circular-crop .ReactCrop__crop-selection {
  border-radius: 50%;
  box-shadow: 0 0 1px 1px white, 0 0 0 9999em rgba(0, 0, 0, 0.5);
}
.ReactCrop__crop-selection:focus {
  border-color: blue;
  border-style: solid;
  outline: none;
}
.ReactCrop--invisible-crop .ReactCrop__crop-selection {
  display: none;
}
.ReactCrop__rule-of-thirds-vt::before,
.ReactCrop__rule-of-thirds-vt::after,
.ReactCrop__rule-of-thirds-hz::before,
.ReactCrop__rule-of-thirds-hz::after {
  position: absolute;
  display: block;
  content: '';
}
.ReactCrop__rule-of-thirds-vt::before,
.ReactCrop__rule-of-thirds-vt::after {
  width: 1px;
  height: 100%;
  border-left: 1px dashed #fff;
}
.ReactCrop__rule-of-thirds-vt::before {
  left: 33.3333%;
  left: calc(100% / 3);
}
.ReactCrop__rule-of-thirds-vt::after {
  left: 66.6666%;
  left: calc(100% / 3 * 2);
}
.ReactCrop__rule-of-thirds-hz::before,
.ReactCrop__rule-of-thirds-hz::after {
  width: 100%;
  height: 1px;
  border-top: 1px dashed #fff;
}
.ReactCrop__rule-of-thirds-hz::before {
  top: 33.3333%;
  top: calc(100% / 3);
}
.ReactCrop__rule-of-thirds-hz::after {
  top: 66.6666%;
  top: calc(100% / 3 * 2);
}
.ReactCrop__drag-handle {
  position: absolute;
}
.ReactCrop__drag-handle::after {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.7);
  outline: 1px solid transparent;
  content: '';
}
.ReactCrop__drag-handle:focus::after {
  background: #2dbfff;
  border-color: blue;
}
.ReactCrop .ord-nw {
  top: 0;
  left: 0;
  margin-top: -5px;
  margin-left: -5px;
  cursor: nw-resize;
}
.ReactCrop .ord-nw::after {
  top: 0;
  left: 0;
}
.ReactCrop .ord-n {
  top: 0;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
  cursor: n-resize;
}
.ReactCrop .ord-n::after {
  top: 0;
}
.ReactCrop .ord-ne {
  top: 0;
  right: 0;
  margin-top: -5px;
  margin-right: -5px;
  cursor: ne-resize;
}
.ReactCrop .ord-ne::after {
  top: 0;
  right: 0;
}
.ReactCrop .ord-e {
  top: 50%;
  right: 0;
  margin-top: -5px;
  margin-right: -5px;
  cursor: e-resize;
}
.ReactCrop .ord-e::after {
  right: 0;
}
.ReactCrop .ord-se {
  right: 0;
  bottom: 0;
  margin-right: -5px;
  margin-bottom: -5px;
  cursor: se-resize;
}
.ReactCrop .ord-se::after {
  right: 0;
  bottom: 0;
}
.ReactCrop .ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -5px;
  margin-left: -5px;
  cursor: s-resize;
}
.ReactCrop .ord-s::after {
  bottom: 0;
}
.ReactCrop .ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -5px;
  margin-left: -5px;
  cursor: sw-resize;
}
.ReactCrop .ord-sw::after {
  bottom: 0;
  left: 0;
}
.ReactCrop .ord-w {
  top: 50%;
  left: 0;
  margin-top: -5px;
  margin-left: -5px;
  cursor: w-resize;
}
.ReactCrop .ord-w::after {
  left: 0;
}
.ReactCrop__disabled .ReactCrop__drag-handle {
  cursor: inherit;
}
.ReactCrop__drag-bar {
  position: absolute;
}
.ReactCrop__drag-bar.ord-n {
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  margin-top: -3px;
}
.ReactCrop__drag-bar.ord-e {
  top: 0;
  right: 0;
  width: 6px;
  height: 100%;
  margin-right: -3px;
}
.ReactCrop__drag-bar.ord-s {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  margin-bottom: -3px;
}
.ReactCrop__drag-bar.ord-w {
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  margin-left: -3px;
}
.ReactCrop--new-crop .ReactCrop__drag-bar,
.ReactCrop--new-crop .ReactCrop__drag-handle,
.ReactCrop--fixed-aspect .ReactCrop__drag-bar {
  display: none;
}
.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,
.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,
.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,
.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w {
  display: none;
}
@media '(pointer: coarse)' {
  .ReactCrop .ord-n,
  .ReactCrop .ord-e,
  .ReactCrop .ord-s,
  .ReactCrop .ord-w {
    display: none;
  }
  .ReactCrop__drag-handle {
    width: 24px;
    height: 24px;
  }
}
/* stylelint-disable-next-line max-line-length */
.bixi-image-crop-container {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAExJREFUKBVjfPP6zX8GNMDIyMggKCTIAKLRARO6ACH+INTAgs1jILH//zHCAuw9xn///mHIgBR//PARqyasNoCMAmnCZssgDCWSnQQAxO0Z3Gl6s4YAAAAASUVORK5CYII=') repeat;
}
.bixi-image-crop-container .bixi-image-crop-image {
  position: relative;
  z-index: -1;
  max-width: none;
  max-height: none;
  user-select: none;
}
.bixi-text-label {
  height: 100%;
  padding: 16px;
  white-space: pre-wrap;
}
.bixi-text-label-tooltip {
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.bixi-attachment {
  display: flex;
  justify-content: space-between;
  padding: 8px;
  background: #f7f9fd;
  border-radius: 4px;
}
.bixi-attachment-bordered {
  border: 1px solid #e9ecf2;
}
.bixi-attachment .bixi-attachment-left {
  display: flex;
  flex: 1;
  justify-content: space-between;
  height: 24px;
  overflow: hidden;
  line-height: 24px;
}
.bixi-attachment .bixi-attachment-icon {
  display: inline-block;
  margin-right: 8px;
  padding-top: 1px;
  font-size: 20px;
}
.bixi-attachment .bixi-attachment-name {
  display: inline-block;
  flex: 1;
  height: 24px;
  overflow: hidden;
  color: #4d67be;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bixi-attachment .bixi-attachment-name span {
  cursor: pointer;
}
.bixi-attachment .bixi-attachment-right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
}
.bixi-collapse-card {
  overflow: hidden !important;
  background-color: #fff !important;
  border: 1px solid #e9ecf2 !important;
  border-radius: 4px !important;
  box-shadow: none !important;
}
.bixi-collapse-card .ant-collapse-header[aria-expanded='true'] {
  border-bottom: 1px solid #e9ecf2;
}
.bixi-collapse-card .ant-collapse-header[aria-expanded='false'] {
  border-bottom: 1px solid transparent;
}
.bixi-collapse-card .ant-collapse-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  height: 44px !important;
  padding: 12px 16px !important;
}
.bixi-collapse-card .ant-collapse-extra {
  height: 20px !important;
  line-height: 20px !important;
}
.bixi-collapse-card .ant-collapse-content-box {
  padding: 0 !important;
}
.bixi-collapse-card-expand-icon {
  color: #273849;
  font-size: 12px !important;
}
.bixi-collapse-card .ant-collapse-item {
  box-shadow: none !important;
}
.bixi-progress-status {
  display: flex;
  width: 16px;
  border-radius: 50%;
}
.bixi-progress-status.default {
  height: 16px;
}
.bixi-progress-status.processing {
  border: 1px solid #6bb2a2;
}
.bixi-progress-status.success {
  height: 16px;
  padding: 2px;
  background-color: #6bb2a2;
  border: 1px solid #6bb2a2;
}
.bixi-progress-status-success-icon {
  width: 90%;
  margin-top: -2px;
  margin-left: 5%;
}
.bixi-progress-status.error {
  border: 1px solid #db8b84;
}
.bixi-progress-status svg {
  width: 100%;
  height: 100%;
}
.bixi-editable-text .bixi-editable-text-input {
  padding: 2px 10px;
  border-radius: 4px;
}
.bixi-editable-text .bixi-editable-text-text {
  display: flex;
  align-items: center;
}
.bixi-editable-text .bixi-editable-text-text .bixi-editable-text-content {
  margin-right: 4px;
}
.bixi-mind-tree {
  display: flex;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 12px;
  cursor: grab;
}
.bixi-mind-tree-horizontal {
  align-items: center;
}
.bixi-mind-tree-vertical {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bixi-mind-horizontal,
.bixi-mind-vertical,
.bixi-mind-branch-left,
.bixi-mind-branch-right,
.bixi-mind-branch-tp,
.bixi-mind-branch-bottom {
  display: flex;
}
.bixi-mind-horizontal .bixi-mind-tree-node-trigger-item,
.bixi-mind-vertical .bixi-mind-tree-node-trigger-item,
.bixi-mind-branch-left .bixi-mind-tree-node-trigger-item,
.bixi-mind-branch-right .bixi-mind-tree-node-trigger-item,
.bixi-mind-branch-tp .bixi-mind-tree-node-trigger-item,
.bixi-mind-branch-bottom .bixi-mind-tree-node-trigger-item {
  min-width: 16px;
  height: 16px;
  color: #273849;
  line-height: 15px;
  text-align: center;
  background: #fff;
  border: 1px solid #273849;
  border-radius: 8px;
}
.bixi-mind-horizontal .bixi-mind-tree-branch,
.bixi-mind-vertical .bixi-mind-tree-branch,
.bixi-mind-branch-left .bixi-mind-tree-branch,
.bixi-mind-branch-right .bixi-mind-tree-branch,
.bixi-mind-branch-tp .bixi-mind-tree-branch,
.bixi-mind-branch-bottom .bixi-mind-tree-branch {
  position: relative;
  display: flex;
  align-items: center;
}
.bixi-mind-horizontal .bixi-mind-tree-node-link-line,
.bixi-mind-vertical .bixi-mind-tree-node-link-line,
.bixi-mind-branch-left .bixi-mind-tree-node-link-line,
.bixi-mind-branch-right .bixi-mind-tree-node-link-line,
.bixi-mind-branch-tp .bixi-mind-tree-node-link-line,
.bixi-mind-branch-bottom .bixi-mind-tree-node-link-line,
.bixi-mind-horizontal .bixi-mind-tree-node-link-parent-line,
.bixi-mind-vertical .bixi-mind-tree-node-link-parent-line,
.bixi-mind-branch-left .bixi-mind-tree-node-link-parent-line,
.bixi-mind-branch-right .bixi-mind-tree-node-link-parent-line,
.bixi-mind-branch-tp .bixi-mind-tree-node-link-parent-line,
.bixi-mind-branch-bottom .bixi-mind-tree-node-link-parent-line {
  display: inline-block;
  background: #ADAEB3;
}
.bixi-mind-horizontal .arrow,
.bixi-mind-vertical .arrow,
.bixi-mind-branch-left .arrow,
.bixi-mind-branch-right .arrow,
.bixi-mind-branch-tp .arrow,
.bixi-mind-branch-bottom .arrow {
  z-index: 9999999;
  margin: -4px;
  font-size: 13px;
}
.bixi-mind-horizontal .bixi-mind-tree-node-link-line-before,
.bixi-mind-vertical .bixi-mind-tree-node-link-line-before,
.bixi-mind-branch-left .bixi-mind-tree-node-link-line-before,
.bixi-mind-branch-right .bixi-mind-tree-node-link-line-before,
.bixi-mind-branch-tp .bixi-mind-tree-node-link-line-before,
.bixi-mind-branch-bottom .bixi-mind-tree-node-link-line-before {
  width: 12px;
}
.bixi-mind-horizontal .bixi-mind-tree-node-link-line-after,
.bixi-mind-vertical .bixi-mind-tree-node-link-line-after,
.bixi-mind-branch-left .bixi-mind-tree-node-link-line-after,
.bixi-mind-branch-right .bixi-mind-tree-node-link-line-after,
.bixi-mind-branch-tp .bixi-mind-tree-node-link-line-after,
.bixi-mind-branch-bottom .bixi-mind-tree-node-link-line-after {
  width: 23px;
}
.bixi-mind-horizontal .bixi-mind-tree-node-link-line-extend,
.bixi-mind-vertical .bixi-mind-tree-node-link-line-extend,
.bixi-mind-branch-left .bixi-mind-tree-node-link-line-extend,
.bixi-mind-branch-right .bixi-mind-tree-node-link-line-extend,
.bixi-mind-branch-tp .bixi-mind-tree-node-link-line-extend,
.bixi-mind-branch-bottom .bixi-mind-tree-node-link-line-extend {
  width: 20px;
}
.bixi-mind-horizontal .bixi-mind-tree-node-link-line,
.bixi-mind-vertical .bixi-mind-tree-node-link-line,
.bixi-mind-branch-left .bixi-mind-tree-node-link-line,
.bixi-mind-branch-right .bixi-mind-tree-node-link-line,
.bixi-mind-branch-tp .bixi-mind-tree-node-link-line,
.bixi-mind-branch-bottom .bixi-mind-tree-node-link-line {
  height: 1px;
  margin-left: -1px;
}
.bixi-mind-horizontal .bixi-mind-tree-node-link-parent-line,
.bixi-mind-vertical .bixi-mind-tree-node-link-parent-line,
.bixi-mind-branch-left .bixi-mind-tree-node-link-parent-line,
.bixi-mind-branch-right .bixi-mind-tree-node-link-parent-line,
.bixi-mind-branch-tp .bixi-mind-tree-node-link-parent-line,
.bixi-mind-branch-bottom .bixi-mind-tree-node-link-parent-line {
  width: 1px;
}
.bixi-mind-horizontal .bixi-mind-tree-node-trigger-icon,
.bixi-mind-vertical .bixi-mind-tree-node-trigger-icon,
.bixi-mind-branch-left .bixi-mind-tree-node-trigger-icon,
.bixi-mind-branch-right .bixi-mind-tree-node-trigger-icon,
.bixi-mind-branch-tp .bixi-mind-tree-node-trigger-icon,
.bixi-mind-branch-bottom .bixi-mind-tree-node-trigger-icon {
  position: absolute;
  z-index: 99;
  font-size: 13px;
  cursor: pointer;
}
.bixi-mind-horizontal .bixi-mind-tree-node-trigger-icon span,
.bixi-mind-vertical .bixi-mind-tree-node-trigger-icon span,
.bixi-mind-branch-left .bixi-mind-tree-node-trigger-icon span,
.bixi-mind-branch-right .bixi-mind-tree-node-trigger-icon span,
.bixi-mind-branch-tp .bixi-mind-tree-node-trigger-icon span,
.bixi-mind-branch-bottom .bixi-mind-tree-node-trigger-icon span {
  opacity: 0;
}
.bixi-mind-tree-branch:hover .bixi-mind-tree-node-link > .bixi-mind-tree-node-trigger-icon span {
  background: #fff;
  opacity: 1;
}
.bixi-mind-tree-branch:hover .bixi-mind-tree-node-link > .bixi-mind-tree-node-trigger-icon span:hover {
  opacity: 1;
}
.bixi-mind-tree-branch:hover .bixi-mind-tree-node-link > .bixi-mind-tree-node-trigger-icon .bixi-mind-tree-node-trigger-item {
  background: #e9ecf2;
}
.bixi-mind-horizontal .bixi-mind-tree-node-link-line {
  height: 1px;
  margin-left: -1px;
  background: #ADAEB3;
}
.bixi-mind-horizontal .bixi-mind-tree-node-link-line-active {
  background-color: #3F7FFC;
}
.bixi-mind-horizontal .bixi-mind-tree-node-link-parent-line {
  width: 1px;
  height: 100%;
  background: #ADAEB3;
}
.bixi-mind-horizontal .bixi-mind-tree-node-link-parent-line-last,
.bixi-mind-horizontal .bixi-mind-tree-node-link-parent-line-first {
  height: calc(50% + 1px);
}
.bixi-mind-horizontal .bixi-mind-tree-node-link-parent-line-last {
  transform: translateY(-50%);
}
.bixi-mind-horizontal .bixi-mind-tree-node-link-parent-line-first {
  transform: translateY(50%);
}
.bixi-mind-branch-children .bixi-mind-tree-node-trigger-icon,
.bixi-mind-branch-right .bixi-mind-tree-node-trigger-icon {
  right: -7px;
}
.bixi-mind-branch-left {
  flex-direction: row-reverse;
}
.bixi-mind-branch-left .bixi-mind-tree-node-link {
  flex-direction: row-reverse;
  margin-right: -1px;
}
.bixi-mind-branch-left .bixi-mind-tree-node-link-line {
  margin-right: -1px;
}
.bixi-mind-branch-left .bixi-mind-tree-node-link-line-after {
  margin-right: 0;
}
.bixi-mind-branch-left .bixi-mind-tree-branch {
  flex-direction: row-reverse;
}
.bixi-mind-branch-left .bixi-mind-tree-node-trigger-icon {
  left: -8px;
}
.bixi-mind-tree-left-branch {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bixi-mind-vertical .bixi-mind-tree-node-link-parent-line,
.bixi-mind-branch-top .bixi-mind-tree-node-link-parent-line,
.bixi-mind-branch-bottom .bixi-mind-tree-node-link-parent-line {
  width: 100%;
  height: 1px;
  background: #ADAEB3;
}
.bixi-mind-vertical .bixi-mind-tree-node-link-line,
.bixi-mind-branch-top .bixi-mind-tree-node-link-line,
.bixi-mind-branch-bottom .bixi-mind-tree-node-link-line {
  width: 1px;
  height: 30px;
  height: 1px;
  margin-top: -1px;
  background: #ADAEB3;
  outline: 1px solid #3F7FFC;
}
.bixi-mind-vertical .bixi-mind-tree-right-branch,
.bixi-mind-branch-top .bixi-mind-tree-right-branch,
.bixi-mind-branch-bottom .bixi-mind-tree-right-branch {
  display: flex;
  margin-top: -1px;
}
.bixi-mind-vertical .bixi-mind-tree-node-link-parent-line-last,
.bixi-mind-branch-top .bixi-mind-tree-node-link-parent-line-last,
.bixi-mind-branch-bottom .bixi-mind-tree-node-link-parent-line-last,
.bixi-mind-vertical .bixi-mind-tree-node-link-parent-line-first,
.bixi-mind-branch-top .bixi-mind-tree-node-link-parent-line-first,
.bixi-mind-branch-bottom .bixi-mind-tree-node-link-parent-line-first {
  width: calc(50% + 1px);
}
.bixi-mind-vertical .bixi-mind-tree-node-link-parent-line-last,
.bixi-mind-branch-top .bixi-mind-tree-node-link-parent-line-last,
.bixi-mind-branch-bottom .bixi-mind-tree-node-link-parent-line-last {
  transform: translateX(-50%);
}
.bixi-mind-vertical .bixi-mind-tree-node-link-parent-line-first,
.bixi-mind-branch-top .bixi-mind-tree-node-link-parent-line-first,
.bixi-mind-branch-bottom .bixi-mind-tree-node-link-parent-line-first {
  transform: translateX(50%);
}
.bixi-mind-branch-bottom .bixi-mind-tree-node-trigger-icon {
  bottom: -8px;
}
.bixi-mind-branch-bottom .bixi-mind-tree-branch {
  flex-direction: column;
}
.bixi-mind-branch-top {
  display: flex;
  flex-direction: column-reverse;
}
.bixi-mind-branch-top .bixi-mind-tree-branch {
  flex-direction: column-reverse;
}
.bixi-mind-branch-top .bixi-mind-tree-node-trigger-icon {
  top: -8px;
}
.bixi-mind-tree-node-link {
  display: flex;
  align-items: center;
}
.bixi-mind-tree-node-link .bixi-mind-tree-node-link-desc {
  padding: 0 2px;
  color: #273849;
  font-weight: 400;
  border: 1px solid transparent;
  cursor: pointer;
}
.bixi-mind-tree-node-link .bixi-mind-tree-node-link-desc-content {
  display: box;
  max-width: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.bixi-mind-tree-node-link .bixi-mind-tree-node-link-desc-active {
  background: #e2ecff;
  border: 1px solid #3F7FFC;
}
.bixi-mind-tree-node-container {
  padding: 4px 0;
}
.bixi-mind-tree-node-dropdown .ant-dropdown-menu {
  background: #0d0f12;
}
.bixi-mind-tree-node-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
  padding: 5px 16px;
  color: #fff;
}
.bixi-mind-tree-node-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:hover {
  background: #596179;
}
.bixi-mind-tree-node {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  border: solid 1px transparent;
  border-radius: 2px;
  cursor: pointer;
}
.bixi-mind-tree-node-text {
  width: 100%;
  max-width: 100px;
  height: 100%;
  margin: 4px 7.5px;
  text-align: left;
}
.bixi-mind-tree-node:hover {
  background: #E2ECFF;
  border: 1px solid transparent !important;
  outline: 2px solid #3F7FFC;
}
.bixi-mind-tree-active-node {
  border: 1px solid transparent !important;
  outline: 2px solid #3F7FFC;
}
.bixi-mind-tree-node-root {
  color: #fff;
  background: #3f7ffc;
}
.bixi-mind-tree-node-root:hover {
  background: #3f7ffc;
  border: none;
  outline: none;
}
.bixi-player-rate {
  cursor: pointer;
}
.bixi-player-popover {
  padding: 2px 8px;
  text-align: center;
  background: rgba(13, 15, 18);
  border-radius: 2px;
}
.bixi-player-popover .bixi-player-rate-option {
  margin: 6px 0;
  color: #fff;
  cursor: pointer;
}
.bixi-player-popover .bixi-player-rate-option-selected {
  color: #919399;
}
.bixi-player-volume {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.bixi-player-volume-popover {
  height: 120px;
  padding: 8px 6px;
  background: rgba(13, 15, 18);
  border-radius: 2px;
}
.bixi-player-progress {
  display: flex;
  justify-content: space-between;
  height: 18px;
  padding: 0 8px;
  color: #919399;
  line-height: 18px;
  outline: none;
}
.bixi-player-progress .bixi-player-progress-slider {
  flex: 1;
  margin: 0 8px;
}
.bixi-player-slider {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 2px;
}
.bixi-player-slider .bixi-player-slider-thumb {
  top: 3px;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  background-color: #4d67be;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  user-select: none;
}
.bixi-player-slider .bixi-player-slider-track {
  position: relative;
  top: 8px;
  height: 2px;
  background: #4d67be;
}
.bixi-player-slider .bixi-player-slider-track.bixi-player-slider-track-1 {
  background: #c1c7cd;
}
.bixi-player-slider-vertical {
  width: 3px;
  margin: 0 auto;
  background-color: #fff;
}
.bixi-player-slider-vertical .bixi-player-slider-thumb {
  left: -4.5px;
  background-color: #fff;
}
.bixi-audio-player {
  display: flex;
  width: 100%;
  padding: 6px 12px;
  background: #f7f9fd;
  border-radius: 4px;
  user-select: none;
}
.bixi-audio-player-bordered {
  border: 1px solid #e9ecf2;
}
.bixi-audio-player .bixi-audio-player-toolbar {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #919399;
  user-select: none;
}
.bixi-audio-player .bixi-audio-player-toolbar .bixi-audio-player-left {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}
.bixi-audio-player .bixi-audio-player-toolbar .bixi-audio-player-left .bixi-audio-player-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: #4d67be;
  font-size: 12px;
  border: 1px solid #e9ecf2;
  border-radius: 50%;
  cursor: pointer;
}
.bixi-audio-player .bixi-audio-player-toolbar .bixi-audio-player-left .bixi-audio-player-inner:hover {
  border: 1px solid #4d67be;
}
.bixi-audio-player .bixi-audio-player-toolbar .bixi-audio-player-right {
  flex: 1;
}
.bixi-audio-player .bixi-audio-player-toolbar .bixi-audio-player-right .bixi-audio-player-name {
  padding-left: 8px;
  overflow: hidden;
  color: #273849;
  white-space: nowrap;
  text-align: left;
  text-overflow: ellipsis;
  user-select: auto;
  user-select: text;
}
.bixi-audio-player .bixi-audio-player-toolbar .bixi-audio-player-right .bixi-audio-player-actions {
  display: flex;
  justify-content: space-between;
  color: #273849;
}
.bixi-audio-player .bixi-audio-player-toolbar .bixi-audio-player-right .bixi-audio-player-actions .bixi-audio-player-progress {
  flex: 1;
}
.bixi-audio-player-has-name {
  padding: 7px 12px;
}
.bixi-audio-player-has-name .bixi-audio-player-toolbar .bixi-audio-player-left .bixi-audio-player-inner {
  width: 34px;
  height: 34px;
  font-size: 14px;
}
.bixi-video-player {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  color: #919399;
  background: #000;
  user-select: none;
}
.bixi-video-player-inner {
  flex: 1;
  overflow: hidden;
}
.bixi-video-player-inner video {
  outline: none;
}
.bixi-video-player-toolbar {
  display: flex;
  width: 100%;
  padding: 6px 8px;
  font-size: 12px;
  background: #0d0f12;
}
.bixi-video-player-left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.bixi-video-player-right {
  height: 18px;
  line-height: 18px;
}
.bixi-video-player-right .ant-space-item {
  display: flex;
  cursor: pointer;
}
.bixi-video-player .bixi-video-player-progress {
  flex: 1;
}
.bixi-video-player-fullscreen .bixi-video-player-toolbar {
  padding: 15px 8px;
  font-size: 14px;
}

.bixi-tag-tabs-container .ant-tabs.ant-tabs-card .ant-tabs-nav-list {
  background: #fff;
}
.bixi-tag-tabs-container .ant-tabs.ant-tabs-card .ant-tabs-nav-list .ant-tabs-tab {
  margin-right: 5px;
  padding: 1px;
  padding-right: 21px;
  padding-left: 21px;
  line-height: 21px;
  text-align: center;
  background: #f5f7fa;
  border: 1px solid transparent;
  border-radius: 13px;
  box-shadow: none;
  transition: none;
}
.bixi-tag-tabs-container .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  text-shadow: none;
}
.bixi-tag-tabs-container .ant-tabs-tab-btn {
  outline: none;
  transition: none;
}
.bixi-tag-tabs-container .ant-tabs-card > .ant-tabs-nav .ant-tabs-tab,
.bixi-tag-tabs-container .ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab {
  transition: none;
}
.bixi-tag-tabs-container .ant-tabs.ant-tabs-card .ant-tabs-nav-list .ant-tabs-tab-active {
  background: #ecf3ff;
  border: 1px solid #4d67be;
  border-radius: 13px;
  transition: none;
}
