.right-cnt[data-v-7874b81a] {
  padding: 0 0 0 10px;
}
.right-cnt-bg[data-v-7874b81a] {
  height: 100%;
  border-radius: 8px;
  overflow: auto;
  height: calc(100vh - 116px);
}
.simple-search-custom-style[data-v-7874b81a] {
  margin-right: 12px;
}
.im-terminal[data-v-7874b81a] {
  height: 45px;
  padding: 0 12px;
  border-radius: 8px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.terminal-item[data-v-7874b81a] {
  cursor: pointer;
}
.im-terminal-table[data-v-7874b81a] {
  background: #fff;
  border-radius: 8px;
  margin-top: 5px;
}
.im-terminal-cnt[data-v-7874b81a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.cell-content[data-v-7874b81a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.cell-content div[data-v-7874b81a] {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.content_warp[data-v-7874b81a] {
  max-height: 300px;
  overflow-y: auto;
}
