/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* 主色调 */
/* 字体 */
/* 圆角 */
/* 阴影 */
/* 按钮 */
/* 面包屑 */
/* 标签页*/
/* 单选框 */
/* 复选 */
/* 输入 */
/* 步骤条 */
/* 开关 */
/* 对话框 */
/* 抽屉 */
/* 气泡卡片 */
/* 全局提示 */
/* 卡片 */
/* 加载 */
/* 表单 */
/* 表格 */
/* 选择器 */
/* 穿梭框 */
/* 文字提示 */
/* 时间控件 下拉面板 */
@keyframes ant-tree-node-fx-do-not-use {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.bonree-select-tree-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #172634;
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  top: 0.2em;
  line-height: 1;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
}
.bonree-select-tree-checkbox-wrapper:hover .bonree-select-tree-checkbox-inner,
.bonree-select-tree-checkbox:hover .bonree-select-tree-checkbox-inner,
.bonree-select-tree-checkbox-input:focus + .bonree-select-tree-checkbox-inner {
  border-color: #2989ff;
}
.bonree-select-tree-checkbox-input:active + .bonree-select-tree-checkbox-inner {
  border-color: #0053d9;
}
.bonree-select-tree-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #006aff;
  border-radius: 2px;
  visibility: hidden;
  animation: antCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode: backwards;
  content: '';
}
.bonree-select-tree-checkbox:hover::after,
.bonree-select-tree-checkbox-wrapper:hover .bonree-select-tree-checkbox::after {
  visibility: visible;
}
.bonree-select-tree-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  direction: ltr;
  background-color: #fff;
  border: 1px solid #d3d8df;
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}
.bonree-select-tree-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 24.5%;
  display: table;
  width: 5px;
  height: 8px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' ';
}
.bonree-select-tree-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.bonree-select-tree-checkbox-checked .bonree-select-tree-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 1.5px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-70%, -55%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' ';
}
.bonree-select-tree-checkbox-checked .bonree-select-tree-checkbox-inner {
  background-color: #006aff;
  border-color: #006aff;
}
.bonree-select-tree-checkbox-checked:hover .bonree-select-tree-checkbox-inner {
  background-color: #2989ff;
  border-color: #2989ff;
}
.bonree-select-tree-checkbox-checked:hover::after {
  border-color: #2989ff;
}
.bonree-select-tree-checkbox-checked:active::after {
  border-color: #0053d9;
}
.bonree-select-tree-checkbox-checked .bonree-select-tree-checkbox-input:focus + .bonree-select-tree-checkbox-inner {
  background-color: #2989ff;
  box-shadow: 0 0 0 3px #ebf3ff;
}
.bonree-select-tree-checkbox-checked .bonree-select-tree-checkbox-input:active + .bonree-select-tree-checkbox-inner {
  background-color: #0053d9;
  border-color: #0053d9;
}
.bonree-select-tree-checkbox-disabled {
  cursor: not-allowed;
}
.bonree-select-tree-checkbox-disabled.bonree-select-tree-checkbox-checked .bonree-select-tree-checkbox-inner::after {
  border-color: #a7b1be;
  animation-name: none;
}
.bonree-select-tree-checkbox-disabled .bonree-select-tree-checkbox-input {
  cursor: not-allowed;
}
.bonree-select-tree-checkbox-disabled .bonree-select-tree-checkbox-inner {
  background-color: #f5f7fa !important;
  border-color: #d3d8df !important;
}
.bonree-select-tree-checkbox-disabled .bonree-select-tree-checkbox-inner::after {
  border-color: #f5f7fa;
  border-collapse: separate;
  animation-name: none;
}
.bonree-select-tree-checkbox-disabled + span {
  color: #172634;
  cursor: not-allowed;
}
.bonree-select-tree-checkbox-disabled:hover::after,
.bonree-select-tree-checkbox-wrapper:hover .bonree-select-tree-checkbox-disabled::after {
  visibility: hidden;
}
.bonree-select-tree-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #172634;
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-flex;
  align-items: baseline;
  font-weight: 400;
  line-height: unset;
  cursor: pointer;
}
.bonree-select-tree-checkbox-wrapper::after {
  display: inline-block;
  width: 0;
  overflow: hidden;
  content: '\a0';
}
.bonree-select-tree-checkbox-wrapper.bonree-select-tree-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.bonree-select-tree-checkbox-wrapper + .bonree-select-tree-checkbox-wrapper {
  margin-left: 8px;
}
.bonree-select-tree-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.bonree-select-tree-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #172634;
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}
.bonree-select-tree-checkbox-group-item {
  margin-right: 8px;
}
.bonree-select-tree-checkbox-group-item:last-child {
  margin-right: 0;
}
.bonree-select-tree-checkbox-group-item + .bonree-select-tree-checkbox-group-item {
  margin-left: 0;
}
.bonree-select-tree-checkbox-indeterminate:hover .bonree-select-tree-checkbox-inner {
  background-color: #2989ff;
  border-color: #2989ff;
}
.bonree-select-tree-checkbox-indeterminate:hover::after {
  border-color: #2989ff;
}
.bonree-select-tree-checkbox-indeterminate:active::after {
  border-color: #0053d9;
}
.bonree-select-tree-checkbox-indeterminate .bonree-select-tree-checkbox-input:focus + .bonree-select-tree-checkbox-inner {
  background-color: #2989ff;
  box-shadow: 0 0 0 3px #ebf3ff;
}
.bonree-select-tree-checkbox-indeterminate .bonree-select-tree-checkbox-input:active + .bonree-select-tree-checkbox-inner {
  background-color: #0053d9;
  border-color: #0053d9;
}
.bonree-select-tree-checkbox-indeterminate .bonree-select-tree-checkbox-inner {
  background-color: #006aff;
  border-color: #006aff;
}
.bonree-select-tree-checkbox-indeterminate .bonree-select-tree-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  border: 1.5px solid #fff;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  transform: translate(-50%, -10%) scale(1);
  opacity: 1;
  content: ' ';
}
.bonree-select-tree-checkbox-indeterminate.bonree-select-tree-checkbox-disabled .bonree-select-tree-checkbox-inner::after {
  height: 1px;
  background-color: #a7b1be;
  border-color: #a7b1be;
}
.bonree-tree-select-dropdown {
  padding: 8px 4px;
}
.bonree-tree-select-dropdown-rtl {
  direction: rtl;
}
.bonree-tree-select-dropdown .bonree-select-tree {
  border-radius: 0;
}
.bonree-tree-select-dropdown .bonree-select-tree-list-holder-inner {
  align-items: stretch;
}
.bonree-tree-select-dropdown .bonree-select-tree-list-holder-inner .bonree-select-tree-treenode .bonree-select-tree-node-content-wrapper {
  flex: auto;
}
.bonree-select-tree {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #172634;
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  background: #fff;
  border-radius: 3px;
  transition: background-color 0.3s;
}
.bonree-select-tree-focused:not(:hover):not(.bonree-select-tree-active-focused) {
  background: #ebf3ff;
}
.bonree-select-tree-list-holder-inner {
  align-items: flex-start;
}
.bonree-select-tree-list .bonree-select-tree-row-wrap {
  display: flex;
}
.bonree-select-tree-list .bonree-select-tree-row {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
}
.bonree-select-tree.bonree-select-tree-block-node .bonree-select-tree-list-holder-inner {
  align-items: stretch;
}
.bonree-select-tree.bonree-select-tree-block-node .bonree-select-tree-list-holder-inner .bonree-select-tree-treenode {
  cursor: pointer;
}
.bonree-select-tree.bonree-select-tree-block-node .bonree-select-tree-list-holder-inner .bonree-select-tree-treenode:hover {
  background-color: #ebf3ff;
}
.bonree-select-tree.bonree-select-tree-block-node .bonree-select-tree-list-holder-inner .bonree-select-tree-node-content-wrapper {
  flex: auto;
}
.bonree-select-tree.bonree-select-tree-block-node .bonree-select-tree-list-holder-inner .bonree-select-tree-treenode.dragging {
  position: relative;
}
.bonree-select-tree.bonree-select-tree-block-node .bonree-select-tree-list-holder-inner .bonree-select-tree-treenode.dragging::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #006aff;
  opacity: 0;
  animation: ant-tree-node-fx-do-not-use 0.3s;
  animation-play-state: running;
  animation-fill-mode: forwards;
  content: '';
  pointer-events: none;
}
.bonree-select-tree .bonree-select-tree-treenode {
  display: flex;
  align-items: flex-start;
  padding-left: 4px;
  outline: none;
}
.bonree-select-tree .bonree-select-tree-treenode-disabled .bonree-select-tree-node-content-wrapper {
  color: #a7b1be;
  cursor: not-allowed;
}
.bonree-select-tree .bonree-select-tree-treenode-disabled .bonree-select-tree-node-content-wrapper:hover {
  background: transparent;
}
.bonree-select-tree .bonree-select-tree-treenode-active .bonree-select-tree-node-content-wrapper {
  background: #ebf3ff;
}
.bonree-select-tree .bonree-select-tree-treenode:not(.bonree-select-tree .bonree-select-tree-treenode-disabled).filter-node .bonree-select-tree-title {
  color: inherit;
  font-weight: 500;
}
.bonree-select-tree-indent {
  align-self: stretch;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bonree-select-tree-indent-unit {
  display: inline-block;
  width: 16px;
}
.bonree-select-tree-draggable-icon {
  width: 32px;
  line-height: 32px;
  text-align: center;
  opacity: 0.2;
  transition: opacity 0.3s;
}
.bonree-select-tree-treenode:hover .bonree-select-tree-draggable-icon {
  opacity: 0.45;
}
.bonree-select-tree-switcher {
  position: relative;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin: 4px 0;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bonree-select-tree-switcher .bonree-tree-switcher-icon,
.bonree-select-tree-switcher .bonree-select-tree-switcher-icon {
  display: inline-block;
  font-size: 16px;
  vertical-align: sub;
}
.bonree-select-tree-switcher .bonree-tree-switcher-icon svg,
.bonree-select-tree-switcher .bonree-select-tree-switcher-icon svg {
  transition: transform 0.3s;
}
.bonree-select-tree-switcher .bonree-tree-switcher-icon:hover,
.bonree-select-tree-switcher .bonree-select-tree-switcher-icon:hover {
  background-color: transparent;
}
.bonree-select-tree-switcher:hover {
  background-color: rgba(0, 106, 255, 0.08);
  border-radius: 3px;
}
.bonree-select-tree-switcher:hover svg {
  color: #006aff;
}
.bonree-select-tree-switcher-noop {
  cursor: default;
}
.bonree-select-tree-switcher-noop:hover {
  background-color: transparent;
}
.bonree-select-tree-switcher_close .bonree-select-tree-switcher-icon svg {
  transform: rotate(-90deg);
}
.bonree-select-tree-switcher-loading-icon {
  color: #006aff;
}
.bonree-select-tree-switcher-leaf-line {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.bonree-select-tree-switcher-leaf-line::before {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: -4px;
  margin-left: -1px;
  border-right: 1px solid #d3d8df;
  content: ' ';
}
.bonree-select-tree-switcher-leaf-line::after {
  position: absolute;
  width: 18px;
  height: 22px;
  border-bottom: 1px solid #d3d8df;
  content: ' ';
}
.bonree-select-tree-checkbox {
  top: initial;
  margin: 9px 8px 0 4px;
}
.bonree-select-tree .bonree-select-tree-node-content-wrapper {
  position: relative;
  z-index: auto;
  min-height: 32px;
  margin: 0;
  padding: 0 4px;
  color: inherit;
  line-height: 32px;
  background: transparent;
  border-radius: 3px;
  cursor: pointer;
  transition: border 0s, line-height 0s, box-shadow 0s;
}
.bonree-select-tree .bonree-select-tree-node-content-wrapper:hover {
  background-color: #ebf3ff;
}
.bonree-select-tree .bonree-select-tree-node-content-wrapper .bonree-select-tree-iconEle {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  vertical-align: top;
}
.bonree-select-tree .bonree-select-tree-node-content-wrapper .bonree-select-tree-iconEle:empty {
  display: none;
}
.bonree-select-tree-unselectable .bonree-select-tree-node-content-wrapper:hover {
  background-color: transparent;
}
.bonree-select-tree-node-content-wrapper {
  line-height: 32px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bonree-select-tree-node-content-wrapper .bonree-tree-drop-indicator {
  position: absolute;
  z-index: 1;
  height: 2px;
  background-color: #006aff;
  border-radius: 1px;
  pointer-events: none;
}
.bonree-select-tree-node-content-wrapper .bonree-tree-drop-indicator::after {
  position: absolute;
  top: -3px;
  left: -6px;
  width: 8px;
  height: 8px;
  background-color: transparent;
  border: 2px solid #006aff;
  border-radius: 50%;
  content: '';
}
.bonree-select-tree .bonree-select-tree-treenode.drop-container > [draggable] {
  box-shadow: 0 0 0 2px #006aff;
}
.bonree-select-tree-show-line .bonree-select-tree-indent-unit {
  position: relative;
  height: 100%;
}
.bonree-select-tree-show-line .bonree-select-tree-indent-unit::before {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: -4px;
  border-right: 1px solid #d3d8df;
  content: '';
}
.bonree-select-tree-show-line .bonree-select-tree-indent-unit-end::before {
  display: none;
}
.bonree-select-tree-show-line .bonree-select-tree-switcher {
  background: #fff;
}
.bonree-select-tree-show-line .bonree-select-tree-switcher-line-icon {
  vertical-align: -0.15em;
}
.bonree-select-tree .bonree-select-tree-treenode-leaf-last .bonree-select-tree-switcher-leaf-line::before {
  top: auto !important;
  bottom: auto !important;
  height: 22px !important;
}
.bonree-tree-select-dropdown-rtl .bonree-select-tree .bonree-select-tree-switcher_close .bonree-select-tree-switcher-icon svg {
  transform: rotate(90deg);
}
.bonree-tree-select-dropdown-rtl .bonree-select-tree .bonree-select-tree-switcher-loading-icon {
  transform: scaleY(-1);
}
