.ipcList-dialog-content[data-v-c9c42b6e] {
  background: white;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  width: 600px;
  max-width: 90vw;
  max-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ipcList-dialog-header[data-v-c9c42b6e] {
  padding: 16px 20px;
  border-bottom: 1px solid #e5e7eb;
  font-size: 16px;
  font-weight: 500;
  color: #374151;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ipcList-dialog-header .close-btn[data-v-c9c42b6e] {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #6b7280;
}
.ipcList-dialog-header .close-btn[data-v-c9c42b6e]:hover {
  color: #374151;
}
.ipcList-dialog-body[data-v-c9c42b6e] {
  padding: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.search-section[data-v-c9c42b6e] {
  position: relative;
  margin-bottom: 16px;
  width: 440px;
}
.search-section .sidebar-search-input[data-v-c9c42b6e] {
  margin-top: 14px;
  width: 100%;
}
.search-section .sidebar-search-input[data-v-c9c42b6e] .ak-input-control {
  width: 100%;
  height: 36px;
  padding-left: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 36px;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 16px 1px rgba(0, 85, 164, 0.08);
          box-shadow: 0px 1px 16px 1px rgba(0, 85, 164, 0.08);
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #d1e2ff;
}
.search-section .sidebar-search-input[data-v-c9c42b6e] .ak-input-control:focus {
  border-color: #6ea3ff !important;
}
.search-section .icon-search[data-v-c9c42b6e] {
  font-size: 16px;
  color: #9a9b9e;
  position: absolute;
  right: 10px;
  top: 23px;
  cursor: pointer;
}
.ipcList-tree-section[data-v-c9c42b6e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-height: 280px;
  overflow-y: auto;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 12px;
  margin-bottom: 16px;
}
.tree-container .can-not-search[data-v-c9c42b6e] {
  color: #565f7c !important;
}
.tree-container .font-blue[data-v-c9c42b6e] {
  color: blue !important;
}
.tree-container .ipc-dot[data-v-c9c42b6e] {
  background-color: red !important;
}
.tree-container .ipc .level-1 td[data-v-c9c42b6e] {
  background-color: rgba(0, 0, 255, 0.17) !important;
}
.tree-container .ipc .level-2 td[data-v-c9c42b6e] {
  background-color: rgba(0, 0, 255, 0.1) !important;
}
.tree-container .ipc .level-3 td[data-v-c9c42b6e] {
  background-color: rgba(0, 0, 255, 0.04) !important;
}
.tree-container .ipc .tr-can-not-search td[data-v-c9c42b6e] {
  background-color: transparent !important;
}
.tree-container .level-0:hover td[data-v-c9c42b6e],
.tree-container .level-1:hover td[data-v-c9c42b6e],
.tree-container .level-2:hover td[data-v-c9c42b6e],
.tree-container .level-3:hover td[data-v-c9c42b6e] {
  background-color: #fbd997 !important;
}
.selected-classifications .selected-title[data-v-c9c42b6e] {
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  margin-bottom: 8px;
}
.selected-classifications .selected-tags[data-v-c9c42b6e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.selected-classifications .selected-tags .selected-tag[data-v-c9c42b6e] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 8px;
  background: #dbeafe;
  color: #1e40af;
  border-radius: 12px;
  font-size: 12px;
}
.selected-classifications .selected-tags .selected-tag .tag-close[data-v-c9c42b6e] {
  margin-left: 4px;
  cursor: pointer;
  font-weight: bold;
}
.selected-classifications .selected-tags .selected-tag .tag-close[data-v-c9c42b6e]:hover {
  color: #ef4444;
}
.ipcList-dialog-footer[data-v-c9c42b6e] {
  padding: 16px 20px;
  border-top: 1px solid #e5e7eb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 12px;
}
