.ai-bot-conversation {
  display: flex;
  height: 100%;
  flex-direction: column;
  background: #f5f5f5;
  position: relative;
}
.ai-bot-conversation .ai-disabled {
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 9999;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.ai-bot-conversation .ai-disabled i {
  margin: auto;
  margin-top: 25%;
  margin-bottom: 0px;
}
.ai-bot-conversation .ai-bot-header {
  flex: 0 0 42px;
  display: flex;
  align-items: center;
  gap: 32px;
  border-bottom: 1px solid #b0b6ba;
  background: #f7f7ff;
  padding: 0 12px;
}
.ai-bot-conversation .ai-bot-header .dashboard-menu {
  margin-left: auto;
}
.ai-bot-conversation .ai-bot-header .dashboard-menu .dashboard-dropdown {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 4px;
}
.ai-bot-conversation .ai-bot-header .menu-dropdown {
  display: flex;
  align-items: center;
}
.ai-bot-conversation .ai-bot-header .menu-dropdown i {
  cursor: pointer;
}
.ai-bot-conversation .ai-bot-header .result-on-map {
  float: left;
}
.ai-bot-conversation .ai-bot-header .ai-bot-dropdown-menu .custom-dropdown-menu {
  max-width: unset;
  width: 210px;
}
.ai-bot-conversation .ai-bot-header .ai-bot-dropdown-menu .custom-dropdown-menu .menu-disabled {
  cursor: not-allowed;
}
.ai-bot-conversation .ai-bot-header .ai-bot-dropdown-menu .custom-dropdown-menu .menu-disabled:hover {
  background: unset;
}
.ai-bot-conversation .ai-bot-default-key-usage {
  display: flex;
  width: 100%;
}
.ai-bot-conversation .ai-bot-default-key-usage .default-key-warning,
.ai-bot-conversation .ai-bot-default-key-usage .default-key-error {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  gap: 4px;
  align-items: baseline;
  padding: 0px 12px;
}
.ai-bot-conversation .ai-bot-default-key-usage .default-key-warning i,
.ai-bot-conversation .ai-bot-default-key-usage .default-key-error i {
  flex-shrink: 0;
}
.ai-bot-conversation .ai-bot-default-key-usage .default-key-warning {
  background-color: #ffefc5;
}
.ai-bot-conversation .ai-bot-default-key-usage .default-key-error {
  background-color: #ffced0;
}
.ai-bot-conversation .ai-bot-default-key-usage .icon-close-tag {
  cursor: pointer;
}
.ai-bot-conversation .ai-bot-body {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 18px;
  height: 0;
  flex: 1;
  padding: 0 12px;
  padding-top: 12px;
}
.ai-bot-conversation .ai-bot-body .bot-chat-container {
  height: 100%;
  overflow: auto;
}
.ai-bot-conversation .ai-bot-body .bot-chat-container .bot-block {
  margin: 12px 0;
  display: flex;
  gap: 8px;
}
.ai-bot-conversation .ai-bot-body .bot-chat-container .bot-block .message-container {
  max-width: calc(100% - 80px);
}
.ai-bot-conversation .ai-bot-body .bot-chat-container .bot-block .message-container .message-block {
  padding: 6px 12px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  position: relative;
  word-break: break-word;
}
.ai-bot-conversation .ai-bot-body .bot-chat-container .bot-block .message-container .message-block .message-dropdown {
  position: absolute;
  top: 6px;
  cursor: pointer;
}
.ai-bot-conversation .ai-bot-body .bot-chat-container .bot-block .message-container .message-time {
  margin-top: 2px;
  font-size: 11px;
  color: #828c92;
  height: 18px;
}
.ai-bot-conversation .ai-bot-body .bot-chat-container .bot-block .message-container .message-time span {
  visibility: hidden;
}
.ai-bot-conversation .ai-bot-body .bot-chat-container .bot-block .message-container:hover .message-time span {
  visibility: visible;
}
.ai-bot-conversation .ai-bot-input {
  padding: 0 12px 32px 12px;
  position: relative;
}
.ai-bot-conversation .no-default-api-key {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  background-color: rgba(245, 245, 245, 0.5);
  z-index: 2;
}
.ai-bot-conversation .no-default-api-key .overlay-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30%;
}
.ai-bot-conversation .no-default-api-key .overlay-content .overlay-label {
  color: #4a5861;
  font-weight: 600;
  height: 30px;
}
.ai-bot-conversation.disabled {
  pointer-events: none;
}
.nb-plm-popover-base .nb-plm-popover-inner .nb-plm-popover-content .plm-popover-auto-fix-menu.copilot-bot-message-dropdown {
  width: -moz-fit-content;
  width: fit-content;
  background: white;
}
.nb-plm-popover-base .nb-plm-popover-inner .nb-plm-popover-content .plm-popover-auto-fix-menu.copilot-bot-message-dropdown .ppam-line {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 12px;
}
.nb-plm-popover-base .nb-plm-popover-inner .nb-plm-popover-content .plm-popover-auto-fix-menu.copilot-bot-message-dropdown .ppam-line span {
  max-width: 240px;
  
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nb-plm-popover-base .nb-plm-popover-inner .nb-plm-popover-content .plm-popover-auto-fix-menu.copilot-menu-dropdown {
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.nb-plm-popover-base .nb-plm-popover-inner .nb-plm-popover-content .plm-popover-auto-fix-menu.copilot-auto-dropdown {
  width: -moz-fit-content;
  width: fit-content;
}
.copilot-manage-save-input-dialog .modal-content .modal-body {
  width: 600px;
  display: flex;
  flex-direction: column;
}
.copilot-manage-save-input-dialog .modal-content .modal-body .save-input-list {
  height: 430px;
  overflow: auto;
  border: 1px solid #c8c8c8;
  margin: 0;
}
.copilot-manage-save-input-dialog .modal-content .modal-body .save-input-list > li {
  position: relative;
  padding: 4px 8px;
}
.copilot-manage-save-input-dialog .modal-content .modal-body .save-input-list > li .save-input-title-box {
  display: flex;
  align-items: center;
}
.copilot-manage-save-input-dialog .modal-content .modal-body .save-input-list > li .save-input-title-box .title {
  flex: 1;
  color: #59656d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 26px;
}
.copilot-manage-save-input-dialog .modal-content .modal-body .save-input-list > li .save-input-title-box .icons {
  margin-left: auto;
  align-items: center;
  display: none;
}
.copilot-manage-save-input-dialog .modal-content .modal-body .save-input-list > li .save-input-title-box .icons .apply-btn {
  background: #cbe2fb;
  border: 1px solid #bddafa;
  color: #39689c;
  font-size: 12px;
  font-weight: 600;
  padding: 0 15px;
  height: 24px;
}
.copilot-manage-save-input-dialog .modal-content .modal-body .save-input-list > li .save-input-title-box .icons i {
  cursor: pointer;
}
.copilot-manage-save-input-dialog .modal-content .modal-body .save-input-list > li .text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #212121;
  line-height: 18px;
  max-height: 56px;
}
.copilot-manage-save-input-dialog .modal-content .modal-body .save-input-list > li:hover,
.copilot-manage-save-input-dialog .modal-content .modal-body .save-input-list > li.active {
  background: #cfe2eb;
}
.copilot-manage-save-input-dialog .modal-content .modal-body .save-input-list > li:hover .save-input-title-box .icons,
.copilot-manage-save-input-dialog .modal-content .modal-body .save-input-list > li.active .save-input-title-box .icons {
  display: flex;
}
.copilot-manage-save-input-dialog .modal-content .modal-body .save-input-list > li:not(:last-of-type) {
  border-bottom: 1px solid #dde4e9;
}
.copilot-save-input-dialog .modal-content .modal-body {
  width: 600px;
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
}
.copilot-save-input-dialog .modal-content .modal-body .copilot-common-editor {
  border: 1px solid #dfdfdf;
  height: 120px;
  margin-bottom: 16px;
}
.copilot-save-input-dialog .modal-content .modal-body .copilot-common-editor .ql-editor {
  padding: 6px 8px;
  scrollbar-width: thin;
}
.copilot-save-input-dialog .modal-content .modal-body .copilot-common-editor .ql-editor.ql-blank::before {
  left: 6px;
  right: 6px;
}
.copilot-shortcuts-information-dialog .modal-content .modal-body {
  width: 450px;
}
.copilot-shortcuts-information-dialog .modal-content .modal-body .help-container {
  width: 410px;
  border-radius: 8px;
}
.copilot-shortcuts-information-dialog .modal-content .modal-body .help-container .help-intellisense {
  padding: 16px;
  background: #f9f9f9;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.copilot-shortcuts-information-dialog .modal-content .modal-body .help-container .help-shortcut {
  padding: 16px;
  margin-top: 16px;
  background: #f9f9f9;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.copilot-shortcuts-information-dialog .modal-content .modal-body .help-container .help-shortcut .shortcut-title {
  font-weight: 600;
}
.copilot-shortcuts-information-dialog .modal-content .modal-body .help-container .title {
  font-size: 16px;
  font-weight: 600;
}
.copilot-shortcuts-information-dialog .modal-content .modal-body .help-container .shortcut-divider {
  height: 1px;
  background-color: #dde4e9;
  margin: -4px 0;
}
.copilot-shortcuts-information-dialog .modal-content .modal-body .help-container .shortcut {
  padding-left: 12px;
  display: flex;
  height: 24px;
  align-items: center;
}
.copilot-shortcuts-information-dialog .modal-content .modal-body .help-container .shortcut .instruction {
  width: 182px;
  flex-shrink: 0;
}
.copilot-shortcuts-information-dialog .modal-content .modal-body .help-container .shortcut .details .keyboard {
  height: 24px;
  margin: 4px;
  padding: 4px 6px 4px 6px;
  border-radius: 4px;
  background: #c6d2da;
}
.copilot-shortcuts-information-dialog .modal-content .modal-footer {
  padding-top: 0px;
}
.ai-bot-save-input-dialog-folder-dropdown.nb-plm-popover-base .nb-plm-popover-inner {
  max-width: none;
}
.ai-bot-save-input-dialog-folder-dropdown.nb-plm-popover-base .nb-plm-popover-inner .plm-popover-auto-fix-menu {
  max-width: none !important;
}

.User.bot-block {
  flex-direction: row-reverse;
}
.User.bot-block .user-profile {
  padding-top: 4px;
}
.User.bot-block .user-profile .user-avatar {
  height: 24px;
  width: 24px;
  background-size: 24px 24px;
  border-radius: 50%;
}
.User.bot-block .user-profile .user-avatar.avatar-label {
  background-color: #aad7f1;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
}
.User.bot-block .message-block {
  border-radius: 8px 0px 8px 8px;
  border: 1px solid #f3f5ff;
  background: #f9faff;
  box-shadow: -4px 4px 8px 0px #f1f1f1;
}
.User.bot-block .message-block .ql-editor {
  padding: 0;
}
.User.bot-block .message-block .message-dropdown {
  display: none;
  right: calc(100% + 10px);
}
.User.bot-block:hover .message-dropdown {
  display: block;
}
.Bot.bot-block .bot-profile {
  padding-top: 6px;
}
.Bot.bot-block .message-block {
  background: #fff;
  border: 1px solid #eaebec;
  border-radius: 0px 6px 6px 6px;
  color: #303f48;
  box-shadow: 4px 4px 12px 0px rgba(218, 218, 218, 0.25);
}
.Bot.bot-block .message-block .message-dropdown {
  left: calc(100% + 10px);
}
.Bot.bot-block .list .message-block:not(:first-of-type) {
  margin-top: 10px;
}
.Bot.bot-block .list .message-block.toggle-menu {
  margin-top: 36px;
}
.Bot.bot-block .list .message-block.toggle-menu .toggle-btns {
  position: absolute;
  top: -28px;
  left: 0;
}
.Bot.bot-block .list .message-block.toggle-menu .toggle-btns i {
  cursor: pointer;
}
.Bot.bot-block .message-block .message {
  color: #212121;
  font-size: 13px;
  font-weight: 400;
}
.Bot.bot-block .message-block .message > :first-child {
  margin-top: 0 !important;
}
.Bot.bot-block .message-block .message .summary-link {
  margin-left: 0;
  padding: 0;
  color: #0869a0;
  border-radius: 8px;
  background-color: #E4EDF9;
  width: 16px;
  height: 16px;
  font-size: 10px;
  font-weight: 700;
  display: inline-block;
  line-height: 13px;
  text-align: center;
  border: 1px solid transparent;
}
.Bot.bot-block .message-block .message .msg-alert {
  color: #E72E2E;
}
.Bot.bot-block .message-block .message a {
  cursor: pointer;
}
.Bot.bot-block .message-block .message p {
  line-height: 20px;
  padding: 0;
  margin: 8px 0px 16px 0px;
}
.Bot.bot-block .message-block .message strong {
  font-weight: 600;
}
.Bot.bot-block .message-block .message blockquote {
  border-left: 0px;
  font-size: 13px;
  padding: 8px 16px;
  margin-bottom: 0px;
  margin-top: 8px;
}
.Bot.bot-block .message-block .message blockquote summary {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
}
.Bot.bot-block .message-block .message blockquote h1 {
  font-size: 14px;
  margin-top: 0px;
}
.Bot.bot-block .message-block .message blockquote h2 {
  font-size: 14px;
  margin-top: 0px;
}
.Bot.bot-block .message-block .message blockquote h3 {
  font-size: 14px;
  margin-top: 0px;
}
.Bot.bot-block .message-block .message blockquote h4 {
  font-size: 13px;
  margin-top: 0px;
}
.Bot.bot-block .message-block .message blockquote p {
  margin: 4px 0px 8px 0px;
}
.Bot.bot-block .message-block .message summary {
  display: list-item;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 8px;
  list-style: none;
  cursor: pointer;
}
.Bot.bot-block .message-block .message details[open] > summary::before {
  background-image: url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.99628 5.2002V10.0002H5.19995L9.99628 5.2002Z" fill="%234A5861"/></svg>');
}
.Bot.bot-block .message-block .message details > *:not(summary) {
  margin-left: 16px !important;
}
.Bot.bot-block .message-block .message details summary {
  display: flex;
  align-items: baseline;
}
.Bot.bot-block .message-block .message details summary:hover::before {
  background-color: #E4EDF9;
}
.Bot.bot-block .message-block .message details summary::before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background-image: url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.5999 7.99692L6.3999 5.13574V10.8636L9.5999 7.99692Z" fill="white" stroke="%23838688"/></svg>');
  transition: transform 0.3s ease;
  background-color: #F7FAFD;
  border-radius: 2px;
}
.Bot.bot-block .message-block .message h1 {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  padding: 0 0 8px;
  margin: 24px 0 16px;
}
.Bot.bot-block .message-block .message h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  padding: 0 0 8px;
  margin: 24px 0 16px;
}
.Bot.bot-block .message-block .message h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  padding: 0 0 4px;
  margin: 20px 0 8px;
}
.Bot.bot-block .message-block .message h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  padding: 0;
  margin: 16px 0 8px;
}
.Bot.bot-block .message-block .message ul,
.Bot.bot-block .message-block .message ol {
  padding-left: 16px;
  margin-bottom: 8px;
  margin-top: 8px;
}
.Bot.bot-block .message-block .message ul li,
.Bot.bot-block .message-block .message ol li {
  list-style: initial;
  line-height: 20px;
}
.Bot.bot-block .message-block .message ul li p,
.Bot.bot-block .message-block .message ol li p {
  margin-bottom: 0px;
}
.Bot.bot-block .message-block .message ul li {
  list-style: disc;
  margin-bottom: 4px;
}
.Bot.bot-block .message-block .message ul ul li {
  list-style: circle;
}
.Bot.bot-block .message-block .message ul ul ul li {
  list-style: square;
}
.Bot.bot-block .message-block .message table,
.Bot.bot-block .message-block .message th,
.Bot.bot-block .message-block .message td {
  border: 1px solid #d7dcdf;
}
.Bot.bot-block .message-block .message table {
  display: block;
  overflow: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: #303F48;
  background: #ffffff;
  padding: 0;
  border: 1px solid #D7DCDF;
  border-radius: 4px;
  margin: 12px 0 12px 8px;
}
.Bot.bot-block .message-block .message table th {
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
  color: #212121;
  background-color: #f5f5f5;
  padding: 4px 8px;
}
.Bot.bot-block .message-block .message table td {
  font-size: 13px;
  line-height: 22px;
  color: #212121;
  background-color: white;
  padding: 4px 8px;
}
.Bot.bot-block .message-block .message code {
  line-height: 20px;
  background: #f0f3f8;
  color: #212121;
  padding: 1px 8px;
  border-radius: 2px;
  margin: 4px 2px;
  font-weight: 400;
}
.Bot.bot-block .message-block .message .code-block {
  line-height: 16px;
  background: #f0f3f8;
  padding: 8px;
  border: 1px solid #d7dcdf;
  border-radius: 2px;
  margin: 8px 0 12px 8px;
}
.Bot.bot-block .message-block .message hr {
  margin-top: 12px;
  margin-bottom: 12px;
}

textarea {
  padding: 5px;
}
.copilot-bot-manager-main {
  height: 100%;
}
.copilot-bot-manager-main .manager-header {
  height: 47px;
  line-height: 47px;
  padding: 0 20px;
  background: #e5f1f8;
}
.copilot-bot-manager-main .manager-header .pull-left {
  float: left;
  font-size: 16px;
  font-weight: 600;
}
.copilot-bot-manager-main .manager-header .pull-right {
  float: right;
  text-align: right;
}
.copilot-bot-manager-main .manager-body {
  height: calc(100% - 47px);
}
.copilot-bot-manager-main .manager-body .manage-container {
  height: 100%;
  width: 100%;
  display: flex;
}
.copilot-bot-manager-main .manager-body .manage-container .manage-tree {
  width: 300px;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #e0e0e0;
}
.copilot-bot-manager-main .manager-body .manage-container .manage-tree.hide-tree {
  width: 30px;
  border: none;
  background-color: #f0f8ff;
}
.copilot-bot-manager-main .manager-body .manage-container .manage-tree.hide-tree .tree-header {
  border: none;
}
.copilot-bot-manager-main .manager-body .manage-container .manage-tree .tree-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 30px;
  margin: 8px 0 8px 8px;
}
.copilot-bot-manager-main .manager-body .manage-container .manage-tree .tree-header .nb-filter-bar {
  width: calc(100% - 50px);
  height: 100%;
  overflow: hidden;
  flex: auto;
}
.copilot-bot-manager-main .manager-body .manage-container .manage-tree .tree-header .nb-filter-bar .icons {
  height: 100%;
}
.copilot-bot-manager-main .manager-body .manage-container .manage-tree .tree-header .nb-filter-bar input {
  height: 100%;
}
.copilot-bot-manager-main .manager-body .manage-container .manage-tree .tree-header .tree-refresh {
  width: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copilot-bot-manager-main .manager-body .manage-container .manage-tree .tree-header .tree-toggle {
  width: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copilot-bot-manager-main .manager-body .manage-container .manage-tree .tree-content {
  padding-left: 4px;
  flex: 1;
  overflow: auto;
}
.copilot-bot-manager-main .manager-body .manage-container .manage-detail {
  flex: 1;
  height: 100%;
  width: 0;
}
.copilot-bot-manager-main .manager-body .manage-container .manage-detail > div {
  height: 100%;
}
.copilot-bot-manager-main .manager-body .manage-container .manage-detail .empty-mask {
  height: 100%;
  display: flex;
  color: #828c92;
  font-size: 12px;
}
.copilot-bot-manager-main .manager-body .manage-container .manage-detail .empty-mask span {
  margin: auto;
}
.copilot-bot-manager-main .manager-body .manage-container .manage-detail .folder-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.copilot-bot-manager-main .manager-body .manage-container .manage-detail .folder-container .folder-header {
  flex: 0 93px;
  border-bottom: 1px solid #e0e0e0;
  padding: 16px 20px;
}
.copilot-bot-manager-main .manager-body .manage-container .manage-detail .folder-container .folder-header .header-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 600;
}
.copilot-bot-manager-main .manager-body .manage-container .manage-detail .folder-container .folder-header .header-description {
  color: #828c92;
  margin-left: 32px;
}
.copilot-bot-manager-main .manager-body .manage-container .manage-detail .folder-container .folder-body {
  flex: 1;
  padding: 24px 20px;
  overflow: auto;
}
.copilot-bot-manager-main .manager-body .manage-container .manage-detail .folder-container .folder-body div {
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 12px;
}
.copilot-bot-manager-main .manager-body .manage-container .manage-detail .folder-container .folder-body textarea {
  width: 100%;
}
.copilot-bot-manager-main .manager-body .manage-container .manage-detail .node-container {
  height: 100%;
}
.copilot-bot-manager-main .manager-body .manage-container .manage-detail .node-container > * {
  height: 100%;
  display: block;
}
.copilot-bot-manager-main .copilot-manager-header {
  height: 76px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
}
.copilot-bot-manager-main .copilot-manager-header .title {
  display: flex;
  justify-content: space-between;
  
  align-items: center;
  
  width: 100%;
  
}
.copilot-bot-manager-main .copilot-manager-header .title .name-section {
  width: 60%;
  gap: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.copilot-bot-manager-main .copilot-manager-header .title .name-section .name-view {
  display: flex;
  align-items: center;
}
.copilot-bot-manager-main .copilot-manager-header .title .name-section .name-edit {
  display: flex;
  align-items: center;
  width: 80%;
}
.copilot-bot-manager-main .copilot-manager-header .title .header-btns {
  width: 30%;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.copilot-bot-manager-main .copilot-manager-header .title .header-btns .enable-icon-btn {
  cursor: pointer;
}
.copilot-bot-manager-main .copilot-manager-header .sub-title {
  display: flex;
  justify-content: flex-start;
  color: #b0b6ba;
}
.copilot-bot-manager-main .copilot-manager-sub-tabs {
  padding-top: 8px;
  border-bottom: 1px solid #e0e0e0;
}
.copilot-bot-manager-main .copilot-manager-sub-tabs .btn.btn-link {
  color: black;
  text-decoration: none;
  margin: 0px 12px 0px 12px;
}
.copilot-bot-manager-main .copilot-manager-sub-tabs .btn.btn-link.active {
  padding-bottom: 4px;
  border-bottom: 2px solid #7db1d9;
  font-weight: 600;
}
.copilot-bot-manager-main .copilot-manager-sub-tab-content {
  padding: 20px;
  height: calc(100% - 53px);
  overflow: auto;
}
.copilot-bot-manager-main .variable .category-dropdown {
  height: 32px;
  display: flex;
  align-items: center;
}
.copilot-bot-manager-main .variable .category-dropdown > div {
  display: flex;
  align-items: center;
  margin-right: 4px;
  gap: 2px;
}
.copilot-bot-manager-main .variable .category-dropdown > div .nb-plm-ddl {
  width: 300px;
  margin-left: 4px;
  gap: 2px;
  display: flex;
  align-items: center;
}
.copilot-bot-manager-main .variable .category-dropdown > div label {
  flex: 0 0 140px;
  text-align: right;
}
.copilot-bot-manager-main .variable .category-dropdown > div .dropdown {
  width: 160px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.copilot-bot-manager-main .variable .category-dropdown > div .dropdown .btn.btn-link {
  max-width: 170px;
}
.copilot-bot-manager-main .variable .category-dropdown .plm-popover-auto-fix-menu {
  width: 200px;
}
.copilot-bot-manager-main .variable .category-dropdown .plm-popover-auto-fix-menu .ppam-line {
  gap: 4px;
}
.copilot-bot-manager-main .variable .category-dropdown .plm-popover-auto-fix-menu .ppam-line input {
  margin: 0;
}
.copilot-bot-manager-main .variable .item {
  margin-bottom: 12px;
  display: flex;
  flex-direction: row;
}
.copilot-bot-manager-main .variable .item .item-name {
  width: 108px;
  font-size: 12px;
  font-weight: 600;
  height: 32px;
  display: flex;
  align-items: center;
}
.copilot-bot-manager-main .variable .item .item-name .button {
  margin-left: 12px;
  font-weight: 600;
}
.copilot-bot-manager-main .variable .item .item-details {
  flex: 1;
  display: flex;
  align-items: center;
}
.copilot-bot-manager-main .variable .item .item-details .prompt {
  min-height: 40px;
  margin-top: 12px;
  padding: 12px;
  border-radius: 2px;
  border: 1px solid #e0e0e0;
  background-color: #fffbf8;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
}
.copilot-bot-manager-main .variable .item .item-details .prompt .prompt-intelli-sense {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.copilot-bot-manager-main .variable .item .item-details .prompt .prompt-name {
  height: 16px;
  padding: 0px 4px 0px 4px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  border-radius: 2px;
  background-color: #dde4e9;
}
.edit-adt-column-popover {
  width: 280px;
}
.copilot-action-plan-directive {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.copilot-action-plan-directive .plan-body {
  display: flex;
  flex-direction: column;
  overflow: auto;
  flex: 1;
  height: 0;
}
.copilot-action-plan-directive .plan-body .variable-row {
  width: 100%;
  height: 54px;
  display: flex;
  flex-direction: row;
  margin-bottom: 2px;
  background-color: #f8f8f8;
}
.copilot-action-plan-directive .plan-body .variable-row .variable-name-and-desc {
  flex: 1;
  height: 100%;
  padding: 12px 4px 12px 12px;
  display: flex;
  flex-direction: row;
}
.copilot-action-plan-directive .plan-body .variable-row .variable-name-and-desc .variable-name {
  flex: 2;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.copilot-action-plan-directive .plan-body .variable-row .variable-name-and-desc .variable-name div {
  
  width: 40px;
  
  padding-right: 4px;
  text-align: right;
  vertical-align: middle;
}
.copilot-action-plan-directive .plan-body .variable-row .variable-name-and-desc .variable-name input {
  flex: 1;
  
  margin: 0px 4px;
}
.copilot-action-plan-directive .plan-body .variable-row .variable-name-and-desc .variable-desc {
  flex: 5;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.copilot-action-plan-directive .plan-body .variable-row .variable-name-and-desc .variable-desc div {
  
  width: 76px;
  
  padding-right: 4px;
  text-align: right;
  vertical-align: middle;
}
.copilot-action-plan-directive .plan-body .variable-row .variable-name-and-desc .variable-desc input {
  flex: 1;
  
  margin: 0px 4px;
}
.copilot-action-plan-directive .plan-body .variable-row .variable-delete {
  height: 100%;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copilot-action-plan-directive .plan-body label {
  font-weight: 600;
  margin-bottom: 12px;
}
.copilot-action-plan-directive .plan-body textarea {
  width: 100%;
}
.copilot-action-plan-directive .plan-body textarea:not(:last-child) {
  margin-bottom: 30px;
}
.copilot-action-plan-directive .plan-body .action-input {
  height: 95%;
  width: 100%;
}
.copilot-action-plan-directive .plan-body .description-input {
  min-height: 100px;
}
.modal-body .action-plan-test-input-container {
  padding-bottom: 20px;
  width: 100%;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #e0e0e0;
}
.modal-body .action-plan-test-input-container .input-title {
  width: 60px;
}
.modal-body .action-plan-test-input-container .input-details {
  flex: 1;
}
.modal-body .action-plan-test-input-container .input-details textarea {
  width: 100%;
  height: 60px;
}
.modal-body .action-plan-test-input-container .input-details button {
  padding: 1px 0px;
}
.modal-body .action-plan-test-result-container {
  padding-bottom: 20px;
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 16px;
}
.modal-body .action-plan-test-result-container .result-title {
  width: 60px;
}
.modal-body .action-plan-test-result-container .result-details {
  flex: 1;
}
.modal-body .action-plan-test-result-container .result-details .test-result {
  width: 100%;
  height: 76px;
  display: flex;
  flex-direction: row;
}
.modal-body .action-plan-test-result-container .result-details .test-result .left-icons {
  width: 12px;
  margin-top: 6px;
  display: flex;
  flex-direction: column;
}
.modal-body .action-plan-test-result-container .result-details .test-result .left-icons i {
  height: 12px;
}
.modal-body .action-plan-test-result-container .result-details .test-result .left-icons .vertical-line {
  flex: 1;
  width: 1px;
  
  background-color: #e0e0e0;
  
  margin: 0px 6px;
  
}
.modal-body .action-plan-test-result-container .result-details .test-result .right-content {
  flex: 1;
  padding-left: 8px;
}
.modal-body .action-plan-test-result-container .result-details .test-result .right-content .scrollable-content {
  width: 100%;
  height: 140px;
  overflow-y: scroll;
  
  border: 1px solid #e0e0e0;
  padding: 10px;
  white-space: pre-wrap;
  
}
.copilot-AI-bot-agent-directive {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.copilot-AI-bot-agent-directive .agent-body {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
  box-sizing: border-box;
  
}
.copilot-AI-bot-agent-directive .agent-body .tab-content {
  display: flex;
  flex-direction: column;
  min-height: 0;
  
  
}
.copilot-AI-bot-agent-directive .agent-body .tab-content .tabs-container {
  display: flex;
  flex-wrap: wrap;
  
  white-space: nowrap;
  border-bottom: 1px solid #d0d0d0;
}
.copilot-AI-bot-agent-directive .agent-body .tab-content .tabs-container button {
  text-align: center;
  height: 32px;
  flex: 0 0 auto;
}
.copilot-AI-bot-agent-directive .agent-body .tab-content .prompt-content {
  padding: 12px;
  flex: 1;
  
  overflow-y: auto;
  
  box-sizing: border-box;
}
.copilot-AI-bot-agent-directive .agent-body .tab-content .prompt-content label {
  margin: 0px 0px 4px 0px;
  font-weight: 600;
  width: 100%;
}
.copilot-AI-bot-agent-directive .agent-body .tab-content .prompt-content textarea {
  width: 100%;
  min-height: 200px;
  
  box-sizing: border-box;
}
.copilot-AI-bot-agent-directive .agent-body .tab-content .prompt-content textarea:not(:last-child) {
  margin-bottom: 20px;
}
.copilot-category-directive {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.copilot-category-directive .category-body {
  flex: 1;
  overflow: auto;
  padding: 20px;
}
.copilot-category-directive .category-body .category {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.copilot-category-directive .category-body .category .category-content-header {
  height: 60px;
}
.copilot-category-directive .category-body .category .category-content-header .category-desc {
  width: 100%;
  margin: 0px 0px 12px 0px;
  font-family: Open Sans;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.34px;
  text-align: left;
  color: #4a5861;
}
.copilot-category-directive .category-body .category .category-content-header .button {
  margin-left: 12px;
  font-weight: 600;
}
.copilot-category-directive .category-body .category .category-row .gutter {
  height: 8px;
  width: 480px;
}
.copilot-category-directive .category-body .category .category-row .gutter.drag-over {
  height: 64px !important;
  padding: 8px 0px 8px 0px;
  border: 2px dotted #d0d0d0;
}
.copilot-category-directive .category-body .category .category-row .category-details {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 48px;
  width: 480px;
  padding-left: 12px;
  background-color: #f8f8f8;
  border: 1px solid #e9e9e9;
}
.copilot-category-directive .category-body .category .category-row .category-details .category-delete {
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copilot-category-directive .category-body .category droppable-container:last-child {
  width: 480px;
  flex-grow: 1;
  
  min-height: 64px;
  display: grid;
}
.copilot-category-directive .category-body .category droppable-container:last-child.drag-over {
  width: 480px;
  flex-grow: 1;
  
  padding: 16px 0px 0px 0px;
  border: 2px dotted #d0d0d0;
}
.copilot-emulated-nit-directive {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.copilot-emulated-nit-directive .nit-body {
  flex: 1;
  overflow: auto;
  padding: 20px;
}
.copilot-emulated-nit-directive .nit-body .description-input {
  min-height: 100px;
}
.copilot-emulated-nit-directive .nit-body .label-title {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.copilot-emulated-nit-directive .nit-body .label-title span {
  font-size: 12px;
  font-weight: 600;
}
.copilot-emulated-nit-directive .nit-body .label-title button {
  margin-left: auto;
}
.copilot-emulated-nit-directive .nit-body .pattern .pattern-container {
  border: 1px solid #d0d0d0;
}
.copilot-emulated-nit-directive .nit-body .pattern .pattern-container .pattern-header {
  width: 100%;
  height: Fixed 30px px;
  padding: 8px 12px 8px 12px;
  gap: 8px;
  opacity: 0px;
  background: #f4f5f6;
  display: flex;
  align-items: center;
}
.copilot-emulated-nit-directive .nit-body .pattern .pattern-container .pattern-body {
  padding: 0px 12px 0px 12px;
}
.copilot-emulated-nit-directive .nit-body .nit-variable {
  height: 54px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 2px;
  background-color: #f8f8f8;
  padding: 12px;
}
.copilot-emulated-nit-directive .nit-body .nit-variable .var_name {
  display: flex;
  gap: 4px;
  align-items: center;
  width: 120px;
}
.copilot-emulated-nit-directive .nit-body .nit-variable .var_desc {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-right: 12px;
  flex: 1;
}
.copilot-emulated-nit-directive .nit-body .nit-variable .var_desc input {
  width: 100%;
}
.copilot-emulated-nit-directive .nit-body .nit-variable .var_operation {
  width: 72px;
  display: flex;
  align-items: center;
  margin-left: auto;
}
.copilot-emulated-nit-directive .nit-body .nit-variable label {
  font-weight: 600;
}
.emulated-nit-row-dialog .modal-content .modal-body {
  width: 525px;
}
.emulated-nit-row-dialog .modal-content .modal-body .input-line {
  display: flex;
  margin-bottom: 24px;
}
.emulated-nit-row-dialog .modal-content .modal-body .input-line label {
  flex: 0 0 54px;
}
.emulated-nit-row-dialog .modal-content .modal-body .input-line textarea {
  flex: 1;
}
.emulated-nit-row-dialog .modal-content .modal-footer {
  padding-top: 0;
}
.copilot-dvt-directive {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.copilot-dvt-directive .dvt-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: auto;
  padding: 20px;
}
.copilot-dvt-directive .dvt-body label {
  font-weight: 600;
  margin-bottom: 12px;
}
.copilot-dvt-directive .description-input {
  min-height: 100px;
}
.copilot-add-adt-column-dialog .modal-content .modal-body {
  width: 320px;
}
.copilot-add-adt-column-dialog .modal-content .modal-body input[type='checkbox'] {
  margin: 0px 8px 0px 0px !important;
  
}
.copilot-add-adt-dialog .modal-content .modal-body {
  width: 430px;
}
.copilot-add-adt-dialog .modal-content .modal-body > div {
  display: flex;
  align-items: center;
  margin: 8px 0;
  gap: 8px;
}
.copilot-add-adt-dialog .modal-content .modal-body > div label {
  flex: 0 0 140px;
  text-align: right;
}
.copilot-add-adt-dialog .modal-content .modal-body > div .dropdown {
  width: 200px;
  align-items: center;
  cursor: pointer;
}
.copilot-add-adt-dialog .modal-content .modal-body > div .dropdown .btn.btn-link {
  max-width: 170px;
}
.copilot-add-adt-dialog .modal-content .modal-body .plm-popover-auto-fix-menu .select-all {
  border-bottom: 1px solid #d0d0d0;
}
.copilot-add-adt-dialog .modal-content .modal-body .plm-popover-auto-fix-menu .ppam-line {
  gap: 4px;
}
.copilot-add-adt-dialog .modal-content .modal-body .plm-popover-auto-fix-menu .ppam-line input {
  margin: 0;
}
.copilot-add-adt-dialog .modal-content .modal-footer {
  padding-top: 0;
}
.copilot-adt-directive {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.copilot-adt-directive .adt-body {
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  padding: 16px;
}
.copilot-adt-directive .adt-body label {
  font-weight: 600;
  margin-bottom: 12px;
}
.copilot-adt-directive .adt-body .adt-column {
  margin-top: 10px;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  
}
.copilot-adt-directive .adt-body .adt-column .column-title {
  height: 48px;
  padding: 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #f8f8f8;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
}
.copilot-adt-directive .adt-body .adt-variable {
  height: 54px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 2px;
  background-color: #f8f8f8;
  padding: 12px;
}
.copilot-adt-directive .adt-body .adt-variable .var_name {
  display: flex;
  gap: 4px;
  align-items: center;
  width: 180px;
}
.copilot-adt-directive .adt-body .adt-variable .var_desc {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-right: 12px;
  flex: 1;
}
.copilot-adt-directive .adt-body .adt-variable .var_desc input {
  width: 100%;
}
.copilot-adt-directive .adt-body .adt-variable .var_operation {
  width: 72px;
  display: flex;
  align-items: center;
  margin-left: auto;
}
.copilot-adt-directive .adt-body .adt-variable label {
  font-weight: 600;
}
.copilot-adt-directive .adt-body .variable-delete {
  height: 100%;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.copilot-device-lookup-directive {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.copilot-device-lookup-directive .device-lookup-header {
  flex: 0 60px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  gap: 12px;
  border-bottom: 1px solid #e0e0e0;
  padding: 0 20px;
}
.copilot-device-lookup-directive .device-lookup-body {
  flex: 1;
  overflow: auto;
  padding: 20px;
}
.copilot-device-lookup-directive .device-lookup-body .radio-content {
  margin-bottom: 20px;
  height: 40px;
  width: 100%;
  border: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
}
.copilot-device-lookup-directive .device-lookup-body .radio-content .enable-radio {
  margin-right: 10px;
  gap: 4px;
}
.copilot-device-lookup-directive .device-lookup-body .device-group-content {
  width: 100%;
  height: 80%;
  border: 1px solid #e0e0e0;
  display: flex;
  flex: row;
}
.copilot-device-lookup-directive .device-lookup-body .device-group-content .device-groups {
  border-right: 1px solid #e0e0e0;
  width: 320px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.copilot-device-lookup-directive .device-lookup-body .device-group-content .device-groups .device-groups-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 32px;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
}
.copilot-device-lookup-directive .device-lookup-body .device-group-content .device-groups .device-groups-header .nb-filter-bar {
  height: 100%;
  flex: 1;
  border-right: 1px solid #e0e0e0;
}
.copilot-device-lookup-directive .device-lookup-body .device-group-content .device-groups .device-groups-header .nb-filter-bar input {
  border: none;
}
.copilot-device-lookup-directive .device-lookup-body .device-group-content .device-groups .device-groups-header .icon-refresh-blue {
  margin-left: 8px;
}
.copilot-device-lookup-directive .device-lookup-body .device-group-content .device-groups .device-groups-header .add-device-btn {
  margin: 8px;
}
.copilot-device-lookup-directive .device-lookup-body .device-group-content .device-groups .list-container {
  height: 100%;
  flex: 1;
}
.copilot-device-lookup-directive .device-lookup-body .device-group-content .device-groups .list-container .ui-grid {
  border: none;
}
.copilot-device-lookup-directive .device-lookup-body .device-group-content .device-group-details {
  flex: 1;
}
.copilot-device-lookup-directive .device-lookup-body .device-group-content .device-group-details .device-group-details-header .device-group-name {
  height: 32px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  padding: 0px 20px 0px 20px;
}
.copilot-device-lookup-directive .device-lookup-body .device-group-content .device-group-details .device-group-details-header .device-group-desc {
  margin-top: 12px;
  height: 52px;
  padding: 0px 20px 0px 20px;
}
.copilot-device-lookup-details-grid-container {
  padding: 0px 20px 0px 20px;
  display: flex;
  flex-direction: column;
  height: 70%;
  width: 100%;
}
.copilot-device-lookup-details-grid-container .copilot-device-lookup-details-grid-header {
  height: 32px;
}
.copilot-device-lookup-details-grid-container .nb-filter-bar {
  width: 100%;
  height: 32px;
}
.copilot-device-lookup-details-grid-container .copilot-device-lookup-details-grid-wrapper {
  margin-top: 4px;
  width: 100%;
  flex: 1;
  border: 1px solid #e0e0e0;
}
.copilot-device-lookup-details-grid-container .copilot-device-lookup-details-grid-wrapper .ui-grid {
  border: none;
}
.copilot-execution-setting-directive {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.copilot-execution-setting-directive .body {
  flex: 1;
  overflow: auto;
  padding: 20px;
}
.copilot-execution-setting-directive .body .execution-setting-body {
  border-bottom: 1px solid #e0e0e0;
}
.copilot-execution-setting-directive .body .execution-setting-body .setting-header {
  font-weight: 600;
}
.copilot-execution-setting-directive .body .execution-setting-body .setting-row {
  margin: 8px;
  display: flex;
  align-items: center;
}
.copilot-execution-setting-directive .body .execution-setting-body .setting-row > div {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 400px;
  flex-shrink: 0;
}
.copilot-execution-setting-directive .body .execution-setting-body .setting-row > div input {
  margin: 0;
}
.copilot-execution-setting-directive .body .execution-setting-body .setting-row > div .btn-link {
  max-width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.copilot-execution-setting-directive .body .execution-setting-body .setting-row > i {
  color: #546773;
}
.copilot-cli-dictionary-directive {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.copilot-cli-dictionary-directive .title-section {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 16px;
}
.copilot-cli-dictionary-directive .title-section span {
  font-weight: 600;
  font-size: medium;
  margin-left: 10px;
}
.copilot-cli-dictionary-directive .main-section {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex: 1;
  height: 0;
  padding: 10px 16px 20px 16px;
}
.copilot-cli-dictionary-directive .main-section .device-type-panel {
  width: 350px;
  padding-top: 10px;
  border: 1px solid #e1e1e1;
}
.copilot-cli-dictionary-directive .main-section .device-type-panel .device-type-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copilot-cli-dictionary-directive .main-section .device-type-panel .device-type-header .device-type-title {
  font-weight: 600;
  margin-left: 10px;
}
.copilot-cli-dictionary-directive .main-section .device-type-panel .device-type-header .device-type-menu-panel {
  margin-right: 10px;
}
.copilot-cli-dictionary-directive .main-section .device-type-panel .device-type-header .device-type-menu-panel .device-type-menu {
  right: 0;
  left: auto;
  width: 195px;
}
.copilot-cli-dictionary-directive .main-section .device-type-panel .device-type-grid-panel {
  margin-top: 10px;
  height: calc(100% - 35px);
}
.copilot-cli-dictionary-directive .main-section .device-type-panel .device-type-grid-panel .device-type-grid {
  border: none;
  border-top: 1px solid #e1e1e1;
}
.copilot-cli-dictionary-directive .main-section .device-type-panel .device-type-grid-panel .no-device-type-define {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
  color: #828c92;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel {
  width: calc(100% - 350px);
  display: flex;
  flex-direction: column;
  border: 1px solid #e0e0e0;
  margin-left: 12px;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .detail-summary {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  border-bottom: 1px solid #e0e0e0;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .detail-summary .detail-summary-left {
  display: flex;
  align-items: center;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .detail-summary .detail-summary-group {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .detail-summary .device-summary-menu-panel span {
  cursor: pointer;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .detail-summary .device-summary-menu-panel .device-summary-menu {
  right: 0;
  left: auto;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 0;
  padding: 16px;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-header {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-header .command-header-title {
  margin-right: 10px;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-header .config-header-menu .config-header-menu-button {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-header .config-header-menu ul {
  width: 178px;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-panel {
  display: flex;
  flex-direction: row;
  flex: 1;
  height: 0;
  border: 1px solid #e0e0e0;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-panel .command-list {
  display: flex;
  flex-direction: column;
  height: auto;
  width: 240px;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-panel .command-list .command-filter-bar {
  border-bottom: 1px solid #e0e0e0;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-panel .command-list .command-filter-bar input {
  border: none;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-panel .command-list #commandList {
  overflow: auto;
  height: 100%;
  margin: 0;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-panel .command-list #commandList li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 12px;
  border-bottom: 1px solid #e9e9e9;
  cursor: pointer;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-panel .command-list #commandList li span {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-panel .command-list #commandList li i {
  display: none;
  margin-left: 5px;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-panel .command-list #commandList li:hover {
  background-color: #deeaf0;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-panel .command-list #commandList li:hover i {
  display: block;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-panel .command-list #commandList li.selected {
  background-color: #cfe2eb;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-panel .command-list #commandList li.selected i {
  display: block;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-panel .command-define {
  height: auto;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #e0e0e0;
  padding: 10px;
  width: calc(100% - 240px);
  overflow-y: auto;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-panel .command-define .command-define-group {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-panel .command-define .command-define-group .command-name {
  font-weight: 600;
  min-width: 90px;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-panel .command-define .sample-section {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 0;
  margin-bottom: 4px;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-panel .command-define .sample-section .command-sample .sample-header {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-panel .command-define .sample-section .command-sample .sample-header .header-left {
  display: inline-flex;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-panel .command-define .sample-section .command-sample .sample-header .header-left .left-button {
  width: 80px;
  padding-top: 3px;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-panel .command-define .sample-section .command-sample .sample-header .right-button {
  float: right;
  width: 70px;
  padding-top: 3px;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-panel .command-define .sample-section .command-sample .sample-header .right-button span {
  display: inline-flex;
  align-items: center;
  margin-top: 4px;
  margin-left: 6px;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-panel .command-define .sample-section .command-sample .sample-header .nav-tabs {
  border: none;
  background-color: white;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-panel .command-define .sample-section .command-sample .sample-header .nav-tabs li {
  margin-right: 10px;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-panel .command-define .sample-section .command-sample .sample-header .nav-tabs li a {
  background: none;
  border: none;
  padding-bottom: 12px;
  text-align: center;
  font-size: 12px;
  padding-left: 0;
  padding-right: 2px;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-panel .command-define .sample-section .command-sample .sample-header .nav-tabs li a .text-span {
  display: inline-block;
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  margin-right: 4px;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-panel .command-define .sample-section .command-sample .sample-header .nav-tabs > li.active > a,
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-panel .command-define .sample-section .command-sample .sample-header .nav-tabs > li.active > a:focus,
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-panel .command-define .sample-section .command-sample .sample-header .nav-tabs > li.active > a:hover {
  background-color: #fff;
  border-bottom: 1px solid #7db1d9 !important;
  margin-bottom: -2px;
  padding-bottom: 4px;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-panel .command-define .sample-section .command-sample .tab-content {
  display: flex;
  border: 1px solid #e0e0e0;
  flex: 1;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-panel .command-define .sample-section .command-sample .tab-content textarea {
  border: none;
  padding: 10px;
  font: 12px / normal 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-panel .command-define .key-field-section {
  display: flex;
  flex-direction: column;
  height: 132px;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-panel .command-define .key-field-section .key-field-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 0;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-panel .command-define .key-field-section .key-field-content .key-field-header {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-panel .command-define .key-field-section .key-field-content .key-field-header .right-button {
  float: right;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-panel .command-define .key-field-section .key-field-content .key-field-header .right-button span {
  display: inline-flex;
  align-items: center;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-panel .command-define .key-field-section .key-field-content .key-field {
  display: flex;
  border: 1px solid #e0e0e0;
  flex: 1;
  width: 100%;
  height: 0;
  overflow: auto;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-panel .command-define .key-field-section .key-field-content .key-field textarea {
  border: none;
  padding: 10px;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-panel .command-define .parser-section {
  display: flex;
  flex-direction: column;
  margin-bottom: 4px;
  height: 162px;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-panel .command-define .parser-section .parser-section-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 0;
  padding: 12px 0 0 0;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-panel .command-define .parser-section .parser-section-content .parser-section-header {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-panel .command-define .parser-section .parser-section-content .parser-section-header .btn-group.dropdown {
  align-items: center;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-panel .command-define .parser-section .parser-section-content .parser-section-header .header-left {
  display: inline-flex;
  align-items: center;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-panel .command-define .parser-section .parser-section-content .parser-section-header .header-left .left-button {
  width: 80px;
  margin-left: 10px;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-panel .command-define .parser-section .parser-section-content .parser-section-header .header-left .parser-name {
  margin: 0 12px;
  max-width: 60%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-panel .command-define .parser-section .parser-section-content .parser-section-header .right-button {
  float: right;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-panel .command-define .parser-section .parser-section-content .parser-section-header .right-button span {
  display: inline-flex;
  align-items: center;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-panel .command-define .parser-section .parser-section-content .apply-parser-section {
  height: 0;
  flex: 1;
  margin-bottom: 8px;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-panel .command-define .parser-section .parser-section-content .apply-parser-section .no-parser-var-grid .ui-grid {
  width: 100% !important;
  height: 30px !important;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-panel .command-define .button-section {
  display: inline-flex;
  justify-content: flex-end;
  height: 46px;
  align-items: center;
}
.copilot-cli-dictionary-directive .main-section .device-details-panel .command-section .command-panel .command-define .button-section span {
  color: #546773;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: nowrap;
  max-width: 90%;
}
.copilot-cli-dictionary-directive .main-section .no-command-define {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 600;
  color: #828c92;
}
.cliDictionaryDialog .modal-body {
  width: 1280px;
  height: 900px;
}
.cliDictionaryDialog .modal-body .sample-header {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
}
.cliDictionaryDialog .modal-body .sample-header .header-left {
  display: inline-flex;
  max-width: calc(100% - 64px);
}
.cliDictionaryDialog .modal-body .sample-header .header-left .left-button {
  width: 80px;
  padding-top: 3px;
}
.cliDictionaryDialog .modal-body .sample-header .right-button {
  float: right;
  width: 70px;
  padding-top: 3px;
}
.cliDictionaryDialog .modal-body .sample-header .right-button span {
  display: inline-flex;
  align-items: center;
}
.cliDictionaryDialog .modal-body .sample-header .nav-tabs {
  display: inline-flex;
  flex-direction: row;
  max-width: calc(100% - 80px) !important;
}
.cliDictionaryDialog .modal-body .sample-header .nav-tabs li a {
  display: inline-flex !important;
}
.cliDictionaryDialog .modal-body .sample-header .nav-tabs li a .text-span {
  max-width: 60px !important;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cliDictionaryDialog .modal-body .sample-header .nav-tabs > li.active > a,
.cliDictionaryDialog .modal-body .sample-header .nav-tabs > li.active > a:focus,
.cliDictionaryDialog .modal-body .sample-header .nav-tabs > li.active > a:hover {
  background-color: #fff;
  border-bottom: 1px solid #7db1d9 !important;
  margin-bottom: -2px;
  padding-bottom: 4px;
}
.cliDictionaryDialog .modal-body .main-section {
  padding: 0;
}
.cliDictionaryDialog .modal-body .main-section .device-details-panel {
  width: calc(100% - 358px);
}

.name-editor-body {
  display: flex;
  flex-direction: column;
}
.name-editor-body .name-content {
  font-weight: 600;
  font-size: 14px;
  display: flex;
  gap: 16px;
  align-items: center;
  color: #212121;
}
.name-editor-body .name-content.name-editabled {
  cursor: pointer;
}
.name-editor-body span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.name-editor-body span .icon-edit {
  flex-shrink: 0;
}
.name-editor-body .icon-edit {
  display: none;
}
.name-editor-body:hover .icon-edit {
  display: flex;
}
.select-aggr-value-popover .dashboard-name-edit-section input {
  height: 30px;
  flex: 1;
}

.copilot-input-rich-text-directive {
  width: 100%;
  border: 1px solid #b0b6ba;
  border-radius: 4px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 4px;
  background: #fff;
}
.copilot-input-rich-text-directive .toolbar {
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 2px 6px 4px 6px;
}
.copilot-input-rich-text-directive .copilot-editor {
  position: relative;
  border: none;
  height: 60px;
  min-height: 60px;
  max-height: 300px;
}
.copilot-input-rich-text-directive .copilot-editor .ql-editor {
  padding: 4px 12px;
  overflow-y: auto;
  scrollbar-width: thin;
}
.copilot-input-rich-text-directive .copilot-editor.full-mode {
  height: 300px;
}
.copilot-input-rich-text-directive .editor-btns {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
}
.copilot-input-rich-text-directive .editor-btns > span {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
}
.copilot-input-rich-text-directive .editor-btns .rich-text-btn {
  cursor: default;
  margin-left: auto;
  padding-left: 16px;
}
.copilot-input-rich-text-directive .editor-btns .rich-text-btn i {
  cursor: pointer;
}
.copilot-input-rich-text-directive .editor-btns .send-btn {
  background: #539ff3;
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
  color: #ffffff;
}
.copilot-input-rich-text-directive .editor-btns .stop-btn {
  cursor: pointer;
}
.copilot-input-rich-text-directive .top-popout {
  position: absolute;
  left: 0;
  width: 100%;
  height: 230px;
  border: 1px solid #b0b6ba;
  border-radius: 4px;
  background: white;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.copilot-input-rich-text-directive .top-popout .list-title {
  height: 36px;
  line-height: 36px;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 600;
  padding: 0 10px;
}
.copilot-input-rich-text-directive .top-popout .list-container {
  border-top: 1px solid #c6d2da;
  flex-grow: 1;
  height: 0;
}
.copilot-input-rich-text-directive .top-popout .list-container ul {
  overflow: auto;
  height: 100%;
  margin: 0;
  scrollbar-width: thin;
}
.copilot-input-rich-text-directive .top-popout .list-container ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 36px;
  padding: 0 10px;
  cursor: pointer;
}
.copilot-input-rich-text-directive .top-popout .list-container ul li:hover {
  background: #deeaf0;
}
.copilot-input-rich-text-directive .top-popout .list-container ul li:hover .right-btn {
  display: block;
}
.copilot-input-rich-text-directive .top-popout .list-container ul li.selected {
  background: #d0e2ea;
}
.copilot-input-rich-text-directive .top-popout .list-container ul li .name {
  font-weight: 600;
  display: inline-block;
  max-width: calc(40% - 26px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.copilot-input-rich-text-directive .top-popout .list-container ul li .name.full {
  max-width: calc(100% - 26px);
}
.copilot-input-rich-text-directive .top-popout .list-container ul li .desc {
  display: inline-block;
  max-width: 56%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-style: italic;
  color: #4b5860;
}
.copilot-input-rich-text-directive .top-popout .list-container ul li .right-btn {
  margin-left: auto;
  display: none;
}
.copilot-input-rich-text-directive .top-popout .empty-mask {
  height: 100%;
  width: 100%;
  display: flex;
  color: #828c92;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.copilot-input-rich-text-directive .top-prompt {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #b0b6ba;
  border-radius: 4px;
  background: #fffbf8;
  color: #82674e;
}
.copilot-input-rich-text-directive .top-prompt > div {
  position: relative;
  padding: 8px;
  padding-right: 22px;
}
.copilot-input-rich-text-directive .top-prompt > div .name {
  color: #4a5861;
  background: #dde4e9;
  padding: 0px 4px;
  margin-right: 4px;
  font-weight: 600;
  font-size: 11px;
}
.copilot-input-rich-text-directive .top-prompt > div .icon-close-tag {
  position: absolute;
  top: 14px;
  right: 8px;
  cursor: pointer;
}
.copilot-input-rich-text-directive.manage-mode {
  height: calc(100% - 40px);
}
.copilot-input-rich-text-directive.manage-mode .copilot-editor {
  flex: 1;
  max-height: none;
}
.copilot-input-rich-text-directive.manage-mode .editor-btns {
  position: absolute;
  right: 0;
  top: -7px;
}
.copilot-input-rich-text-directive.manage-mode .top-prompt > div {
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.copilot-input-rich-text-directive.manage-mode .top-popout {
  height: 190px;
}
.copilot-tag-popover.popover {
  max-width: 1000px;
}
.copilot-tag-popover.popover .popover-inner .popover-content label {
  font-weight: 600;
  margin-right: 4px;
}
.copilot-tag-popover.popover .popover-inner .popover-content .action-content {
  max-width: 940px;
  line-height: 20px;
  padding-top: 2px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 25;
  line-clamp: 25;
}
.copilot-tag-popover.popover .popover-inner .popover-content .action-content p {
  margin: 0;
}
.copilot-action-name-tip.popover {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.copilot-action-name-tip.popover .arrow {
  display: none;
}
.copilot-action-name-tip.popover .popover-inner .popover-content {
  padding: 8px 12px;
}
.copilot-action-name-tip.popover .popover-inner .popover-content .action-name {
  font-weight: 600;
}
.copilot-action-name-tip.popover .popover-inner .popover-content .action-content {
  margin-top: 4px;
  max-width: 1100px;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 22;
  line-clamp: 22;
}
.copilot-action-name-tip.popover .popover-inner .popover-content .action-content p {
  margin: 0;
}
.top-popout .copilot-input-cli {
  height: 100%;
  display: flex;
}
.top-popout .copilot-input-cli ul li span.name {
  max-width: calc(100% - 26px);
}
.top-popout .copilot-input-cli .copilot-input-popout-list {
  width: 27%;
  border-right: 1px solid #b0b6ba;
}
.top-popout .copilot-input-cli .copilot-input-popout-right {
  width: 73%;
  display: flex;
}
.top-popout .copilot-input-cli .copilot-input-popout-right .parser-container {
  width: 36%;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
}
.top-popout .copilot-input-cli .copilot-input-popout-right .parser-container ul {
  flex: 1;
}
.top-popout .copilot-input-cli .copilot-input-popout-right .parser-container > span {
  display: inline-block;
  height: 19px;
  width: 100%;
  text-align: center;
  background: #f4f5f6;
  color: #828c92;
}
.top-popout .copilot-input-cli .copilot-input-popout-right .nb-plain-text-base {
  margin: 0;
  flex: 1;
  color: #546773;
  font-size: 11px;
}
.copilot-tag-input-popover .popover-error {
  color: #eb0800;
  border-bottom: 1px solid #eaebec;
  padding-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.copilot-tag-input-popover .description .popover-function-name {
  font-size: 14px;
  font-weight: 600;
}
.copilot-tag-input-popover .description .popover-optional {
  color: #828c92;
}
.copilot-tag-input-popover .description .popover-warning {
  color: #ff9f47;
}
.copilot-tag-input-popover .description .popover-tip {
  color: #828c92;
}
.copilot-common-editor.ql-container {
  border: none;
}
.copilot-common-editor.ql-container .ql-editor {
  color: #212121;
  font-family: 'Open Sans';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.copilot-common-editor.ql-container .ql-editor p:not(:last-of-type) {
  margin-bottom: 4px;
}
.copilot-common-editor.ql-container .ql-editor .copilot-tag-input {
  display: inline-block;
  border: 1px solid #dde4e9;
  height: 20px;
  line-height: 18px;
  margin: 0 4px;
  border-radius: 2px;
}
.copilot-common-editor.ql-container .ql-editor .copilot-tag-input span {
  display: inline-flex;
  height: 100%;
}
.copilot-common-editor.ql-container .ql-editor .copilot-tag-input span span.tag {
  color: #4a5861;
  background: #dde4e9;
  padding: 0 4px;
  height: 100%;
}
.copilot-common-editor.ql-container .ql-editor .copilot-tag-input span input {
  min-width: 72px;
  width: 150px;
  max-width: 300px;
  height: 100%;
  border: none;
}
.copilot-common-editor.ql-container .ql-editor .copilot-tag-input span input:focus {
  box-shadow: none;
}
.copilot-common-editor.ql-container .ql-editor .copilot-tag-view {
  display: inline-block;
  background: #dde4e9;
  padding: 0 4px;
  margin: 2px 4px;
  cursor: pointer;
  color: black;
  border-radius: 2px;
}
.copilot-common-editor.ql-container .ql-editor .copilot-suggestion {
  height: 18px;
  line-height: 18px;
  color: #757575;
  font-size: 12px;
  font-family: 'Open Sans';
}
.copilot-horizontal-list-directive {
  height: 32px;
  overflow: hidden;
  width: 100%;
  flex-shrink: 0;
  display: flex;
  background: #fff;
}
.copilot-horizontal-list-directive .list {
  display: flex;
  overflow-x: hidden;
  flex-grow: 1;
  height: 100%;
}
.copilot-horizontal-list-directive .list div {
  display: inline-block;
  height: 100%;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 4px 10px;
  color: #4a5861;
  cursor: pointer;
  flex-shrink: 0;
}
.copilot-horizontal-list-directive .list div.selected {
  border-bottom: 2px solid #3e89fb;
  font-weight: 600;
  color: #000;
}
.copilot-horizontal-list-directive .list div.navigated {
  border-top: 1px solid #3e89fb;
  border-left: 1px solid #3e89fb;
  border-right: 1px solid #3e89fb;
}
.copilot-horizontal-list-directive .arrows {
  display: flex;
  align-items: center;
  width: 46px;
  flex-shrink: 0;
  background: #f3f3f3;
  padding: 0 4px;
  justify-content: space-between;
}
.copilot-horizontal-list-directive .arrows i {
  cursor: pointer;
}

.nb-insight-manager {
  width: 100%;
  height: 100%;
}
.nb-insight-manager .insight-header {
  height: 47px;
  background: #e5f1f8;
  padding: 8px 20px;
  display: flex;
  justify-content: space-between;
  
  align-items: center;
}
.nb-insight-manager .insight-header .insight-header-pull-left {
  font-size: 16px;
  font-weight: 600;
}
.nb-insight-manager .insight-header .insight-header-pull-right .custom-dropdown-menu {
  right: 0;
  left: auto;
  width: 176px;
}
.nb-insight-manager .insight-body {
  height: calc(100% - 47px);
  display: flex;
}
.nb-insight-manager .insight-body .insight-category {
  flex: 0 0 220px;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 8px;
  padding: 8px 0;
  border-right: 1px solid #e0e0e0;
  overflow: auto;
}
.nb-insight-manager .insight-body .insight-category .category-title {
  font-weight: 700;
  color: #828c92;
  padding: 0 12px;
  height: 24px;
  line-height: 30px;
}
.nb-insight-manager .insight-body .insight-category .category-item {
  height: 24px;
  cursor: pointer;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.nb-insight-manager .insight-body .insight-category .category-item.selected {
  background: #cfe2eb;
}
.nb-insight-manager .insight-body .insight-category hr {
  margin: 0 10px;
}
.nb-insight-manager .insight-body .insight-category-panel-container {
  height: 100%;
  flex: 1;
  width: 0;
}
.nb-insight-manager .text-overflow {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nb-insight-manager .empty-mask {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nb-insight-manager .chatbot-vertical-split-bar {
  width: 2px;
  height: 100%;
  background: #e0e0e0;
  cursor: col-resize;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  z-index: 1;
}
.nb-insight-manager .chatbot-vertical-split-bar::before,
.nb-insight-manager .chatbot-vertical-split-bar::after {
  content: '';
  flex: 0 0 1px;
  height: 32px;
  background: #e0e0e0;
}

.insight-category-panel {
  width: 100%;
  height: 100%;
}
.insight-category-panel .insight-category-header {
  height: 60px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 18px;
  font-weight: 600;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  
  align-items: center;
  
  width: 100%;
  
  gap: 8px;
  
}
.insight-category-panel .name-section {
  display: flex;
  align-items: center;
  
  gap: 8px;
  
}
.insight-category-panel .header-btns {
  display: flex;
  align-items: center;
  
  justify-content: flex-end;
  
  gap: 12px;
  
}
.insight-category-panel .insight-category-body {
  height: calc(100% - 60px);
}
.insight-category-panel .insight-category-body > div {
  height: 100%;
}

.baseline-setting-body {
  margin: 12px;
  border-radius: 4px;
}
.baseline-setting--row {
  width: 400px;
  height: 56px;
  margin: 12px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f7fafd;
  border: 1px #e4edf9 solid;
  border-radius: 4px;
  
  
}
.baseline-setting--row .tooltip-inner {
  background-color: white !important;
  
  color: black !important;
  
  border: 1px solid black !important;
  
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  
  width: 500px !important;
  
  max-width: 500px !important;
  
  border-radius: 2px !important;
  
  text-align: left;
  
  padding: 10px;
  
}
.baseline-setting--row .tooltip-arrow {
  display: none !important;
}
.baseline-setting--row .btn {
  margin-left: 8px;
}
.baseline-setting--options {
  display: flex;
  align-items: center;
}
.baseline-setting-status-label {
  color: #828c92;
  margin-right: 12px;
}

.categories {
  flex: 1;
  overflow: auto;
  display: flex;
  flex-direction: column;
  background-color: white;
  margin: 8px 16px 8px 16px;
  padding-bottom: 16px;
}
.categories .categories-header {
  height: 40px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.categories .categories-body .categories-content-header {
  height: 60px;
}
.categories .categories-body .categories-content-header .category-desc {
  width: 100%;
  margin: 0px 0px 4px 0px;
  font-family: Open Sans;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.34px;
  text-align: left;
  color: #4A5861;
}
.categories .categories-body .categories-container {
  padding: 4px 12px;
  width: 504px;
  border: 2px dotted #D0D0D0;
  border-radius: 4px;
}
.categories .categories-body .categories-container .category-row .gutter {
  height: 8px;
}
.categories .categories-body .categories-container .category-row .gutter.drag-over {
  height: 48px !important;
  padding: 8px 0px 8px 0px;
  border: 2px dotted #D0D0D0;
  border-radius: 4px;
}
.categories .categories-body .categories-container .category-row .category-details {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 48px;
  padding-left: 12px;
  background-color: #f7fafd;
  border: 1px #e4edf9 solid;
  border-radius: 4px;
}
.categories .categories-body .categories-container .category-row .category-details .category-delete {
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.categories .categories-body .categories-container droppable-container:last-child {
  flex-grow: 1;
  
  min-height: 48px;
  display: grid;
}
.categories .categories-body .categories-container droppable-container:last-child.drag-over {
  flex-grow: 1;
  
  border: 2px dotted #D0D0D0;
  border-radius: 4px;
}
.categories .creation-setting-container {
  display: flex;
  flex-direction: column;
}
.categories .creation-setting-container .creation-method {
  height: 30px;
  display: flex;
  align-items: center;
}
.categories .creation-setting-container .creation-method input {
  margin: 0px;
}
.categories .creation-setting-container .creation-method a {
  color: blue;
  text-decoration: none;
  cursor: pointer;
}
.categories .creation-setting-container .creation-method a:hover {
  text-decoration: underline;
}
.categories .creation-setting-container .max-pages {
  margin: 4px 12px 12px 12px;
  height: 30px;
  display: flex;
  align-items: center;
}
.categories .creation-setting-container #max-pages {
  width: 120px;
  height: 30px;
  padding: 4px;
  border: 1px solid #D0D0D0;
}
.categories .live-exec-body {
  display: flex;
  align-items: center;
  gap: 8px;
}
.categories .live-exec-body input {
  width: 60px;
}

.keyword-setting-container {
  flex: 1;
  overflow: auto;
  display: flex;
  flex-direction: column;
  background-color: white;
  margin: 8px 16px 8px 16px;
}
.keyword-setting-container .keyword-setting-header {
  height: 30px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.keyword-setting-container .keyword-setting-description {
  font-size: 12px;
  font-weight: 400;
  height: 30px;
  display: flex;
  align-items: center;
}
.keyword-setting-container .keyword-setting-add-button {
  height: 30px;
  display: flex;
  align-items: center;
}
.keyword-setting-container .keyword-setting-grid {
  width: calc(100% - 3px);
  height: calc(100% - 86px);
}

.insight-manager-automation {
  height: 100%;
  background: white;
  display: flex;
}
.insight-manager-automation .insight-automation-profile-tree {
  flex: 1;
  width: 0 !important;
  padding-right: 10%;
  min-width: 560px;
}
.insight-manager-automation .insight-automation-setting-detail {
  width: 600px;
  min-width: 450px;
}

#insight-open-intents-dialog-body {
  padding-bottom: 0;
}
#insight-open-intents-dialog-body .tree-container {
  width: 440px;
  height: 476px;
}
#insight-open-intents-dialog-body .tree-container .tree-header {
  height: 36px;
  display: flex;
  align-items: center;
  gap: 8px;
}
#insight-open-intents-dialog-body .tree-container .tree-header .nb-search-bar {
  margin: 0;
  width: 100%;
}
#insight-open-intents-dialog-body .tree-container .tree-content {
  border: 1px solid #c8c8c8;
  height: calc(100% - 38px);
  padding: 4px 4px;
}

.modal-body .cli-commands-dialog-container {
  width: 440px;
  display: flex;
  gap: 12px;
}
.modal-body .cli-commands-dialog-container .dialog-left-panel {
  width: 92px;
  font-weight: 600;
}
.modal-body .cli-commands-dialog-container .dialog-right-panel {
  flex: 1;
}
.modal-body .cli-commands-dialog-container .dialog-right-panel .dialog-input-section {
  height: 30px;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.modal-body .cli-commands-dialog-container .dialog-right-panel .dialog-input-section input {
  flex: 1;
  border-radius: 0px;
  font-size: 12px;
  padding: 8px;
  border: 1px solid #ccc;
}
.modal-body .cli-commands-dialog-container .dialog-right-panel .dialog-input-section button {
  width: 72px;
  display: flex;
  font-size: 12px;
  background-color: #CBE2FB;
  color: black;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.modal-body .cli-commands-dialog-container .dialog-right-panel .dialog-display-box {
  border: 1px solid #ccc;
  padding: 0px;
  height: 160px;
  overflow-y: auto;
}
.modal-body .cli-commands-dialog-container .dialog-right-panel .dialog-display-box .command-item {
  display: flex;
  align-items: center;
  padding: 0px 4px;
  gap: 4px;
}
.modal-body .cli-commands-dialog-container .dialog-right-panel .dialog-display-box .command-item .command-text {
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 8px;
}
.modal-body .cli-commands-dialog-container .dialog-right-panel .dialog-display-box .command-item .command-delete {
  visibility: hidden;
}
.modal-body .cli-commands-dialog-container .dialog-right-panel .dialog-display-box .command-item:hover {
  background-color: #CBE2FB;
}
.modal-body .cli-commands-dialog-container .dialog-right-panel .dialog-display-box .command-item:hover .command-delete {
  visibility: visible;
  cursor: pointer;
}

.insight-manager-tree-directive {
  height: 100%;
  background: white;
  border-right: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column;
}
.insight-manager-tree-directive .tree-header {
  height: 46px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 0 8px;
  gap: 8px;
}
.insight-manager-tree-directive .tree-header .nb-search-bar {
  margin: 0;
  width: calc(100% - 20px);
}
.insight-manager-tree-directive .tree-container {
  flex: 1;
  height: 0;
  padding: 0 8px;
}

.insight-device-group-body {
  background-color: white;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.insight-device-group-body .insight-device-group-header {
  height: 48px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin: 12px 12px 0 12px;
  padding-left: 12px;
  background-color: #f7fafd;
  border: 1px #e4edf9 solid;
  border-radius: 4px;
}
.insight-device-group-body .insight-device-group-content {
  flex: 1;
  display: flex;
  flex-direction: row;
  margin: 12px;
  border: 1px solid #e0e0e0;
}
.insight-device-group-body .insight-device-group-content .insight-device-browser-left-panel {
  width: 320px;
  border-right: 1px solid #e0e0e0;
}
.insight-device-group-body .insight-device-group-content .insight-device-browser-right-panel {
  flex: 1;
  padding: 12px;
}

.insight-manager-knowledge-document {
  display: flex;
  flex-direction: row;
  height: 100%;
}
.insight-manager-knowledge-document .insight-manager-tree-directive {
  flex: 0 0 260px;
}
.insight-manager-knowledge-document .empty-mask {
  height: 100%;
  width: 100%;
  display: flex;
  color: #828c92;
  font-size: 12px;
}
.insight-manager-knowledge-document .empty-mask span {
  margin: auto;
}
.insight-manager-knowledge-document .document-panel {
  flex: 1;
  background-color: white;
}
.insight-manager-knowledge-document .document-panel .detail-header {
  height: 74px;
  background: #f5f5f5;
  padding: 0 16px;
  display: flex;
  align-items: center;
}
.insight-manager-knowledge-document .document-panel .detail-header .left-section {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.insight-manager-knowledge-document .document-panel .detail-header .left-section .name-section {
  gap: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.insight-manager-knowledge-document .document-panel .detail-header .left-section .name-section .name-view {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.insight-manager-knowledge-document .document-panel .detail-header .left-section .name-section .name-edit {
  display: flex;
  align-items: center;
  width: 80%;
}
.insight-manager-knowledge-document .document-panel .detail-header .left-section i {
  color: #828c92;
}
.insight-manager-knowledge-document .document-panel .detail-header .btn-primary {
  margin-left: auto;
}
.insight-manager-knowledge-document .document-panel .document-content {
  height: calc(100% - 74px);
  width: 100%;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.insight-manager-knowledge-document .document-panel .document-content .document-section {
  flex-shrink: 0;
}
.insight-manager-knowledge-document .document-panel .document-content .document-section .title {
  font-weight: 600;
  margin-bottom: 8px;
}
.insight-manager-knowledge-document .document-panel .document-content .document-section .device-type-dropdown {
  width: 180px;
  height: 32px;
  border: 1px solid #c8c8c8;
}
.insight-manager-knowledge-document .document-panel .document-content .document-section .device-type-dropdown .ng-binding {
  color: black;
  font-weight: 400;
  font-size: 12px;
  padding-left: 8px;
}
.insight-manager-knowledge-document .document-panel .document-content .document-section .device-type-dropdown .dropdown-toggle {
  padding: 0px 4px;
}
.insight-manager-knowledge-document .document-panel .document-content .document-content-edit {
  flex: 1;
  height: 0;
}
.insight-manager-knowledge-document .document-panel .document-content .document-content-edit #document-content-toolbar {
  padding: 6px;
}
.insight-manager-knowledge-document .document-panel .document-content .document-content-edit #document-content-toolbar .ql-header {
  width: 110px;
}
.insight-manager-knowledge-document .document-panel .document-content .document-content-edit #document-content-editor {
  height: calc(100% - 70px);
}

.knowledge-doc-tree-box {
  border: 1px solid lightgray;
  width: 400px;
  height: 300px;
  padding: 4px;
  overflow-y: auto;
}
.knowledge-doc-tree-box ul.list li.active {
  background-color: #cfe2eb;
}



.insight-manager-ai-prompt {
  display: flex;
  flex-direction: row;
  height: 100%;
}
.insight-manager-ai-prompt .insight-manager-tree-directive {
  flex: 0 0 260px;
}
.insight-manager-ai-prompt .prompt-panel {
  flex: 1;
  background-color: white;
}
.insight-manager-ai-prompt .prompt-panel .detail-header {
  height: 60px;
  border-bottom: 1px solid #e0e0e0;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  
  align-items: center;
  
}
.insight-manager-ai-prompt .prompt-panel .detail-header .name-section {
  display: flex;
  flex-direction: column;
}
.insight-manager-ai-prompt .prompt-panel .detail-header .name-section label {
  font-size: 16px;
}
.insight-manager-ai-prompt .prompt-panel .detail-header .header-btns {
  width: 30%;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0px;
}
.insight-manager-ai-prompt .prompt-panel .prompt-content {
  padding: 12px;
  height: 100%;
}
.insight-manager-ai-prompt .empty-mask {
  height: 100%;
  width: 100%;
  display: flex;
  color: #828C92;
  font-size: 12px;
}
.insight-manager-ai-prompt .empty-mask span {
  margin: auto;
}

.embedExecutionLogDialog {
  width: 800px;
}
.embedExecutionLogDialog .modal-title {
  word-break: break-all;
}
.embedExecutionLogDialog .modal-body {
  min-width: 800px;
  height: 434px;
  min-height: 434px;
}
.embedExecutionLogDialog .modal-body .btn-primary {
  float: right;
}
.embedExecutionLogDialog .modal-body .nsGridStyle {
  height: calc(100% - 40px) !important;
  float: left;
}
.embedExecutionLogDialog .modal-body .date-picker-wrapper {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 14px 0 0;
}
.embedExecutionLogDialog .modal-body .date-picker-wrapper input[type="text"] {
  width: 80%;
  display: inline-block;
}
.embedExecutionLogDialog .modal-body .date-picker-wrapper input[type="text"]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}
.embedExecutionLogDialog .modal-body .date-picker-wrapper .input-group-btn {
  float: left;
  width: 20px;
}
.embedExecutionLogDialog .modal-body .date-picker-wrapper .input-group-btn button {
  padding: 0;
  border: none;
  background: none;
  width: 100%;
  margin: 0;
}
.embedExecutionLogDialog .modal-footer {
  border-top: none;
  height: 50px;
}

.insight-automation-profile-tree {
  padding: 16px;
  min-width: 460px;
}
.insight-automation-profile-tree .tree-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}
.insight-automation-profile-tree .tree-header span {
  font-weight: 600;
}
.insight-automation-profile-tree .tree-header i {
  color: #828c92;
}
.insight-automation-profile-tree .tree-children {
  position: relative;
  margin-left: 20px;
  max-height: calc(100% - 150px);
  overflow: auto;
}
.insight-automation-profile-tree .tree-children .tree-profile {
  position: relative;
  padding-top: 16px;
  display: flex;
  align-items: center;
  height: 64px;
}
.insight-automation-profile-tree .tree-children .tree-profile .vertical-line {
  width: 1px;
  height: 80px;
  flex-shrink: 0;
  background: #bbd0ef;
}
.insight-automation-profile-tree .tree-children .tree-profile .horizontal-line {
  width: 20px;
  height: 1px;
  flex-shrink: 0;
  background: #bbd0ef;
}
.insight-automation-profile-tree .tree-children .tree-profile:last-of-type .vertical-line {
  margin-top: -80px;
}
.insight-automation-profile-tree .tree-children .tree-profile .blue-box {
  flex: 1;
  width: 0;
  cursor: pointer;
  position: relative;
}
.insight-automation-profile-tree .tree-children .tree-profile .blue-box .delete-btn {
  display: none;
  position: absolute;
  right: 12px;
  top: 16px;
}
.insight-automation-profile-tree .tree-children .tree-profile.selected .blue-box {
  background: #e4edf9;
}
.insight-automation-profile-tree .tree-children .tree-profile:hover .delete-btn {
  display: inline-block;
}
.insight-automation-profile-tree .add-btn {
  margin-top: 18px;
  margin-left: 50px;
}
.insight-automation-profile-tree .blue-box {
  height: 48px;
  display: flex;
  align-items: center;
  border: 1px solid #e4edf9;
  background: #f7fafd;
  padding: 0 12px;
  gap: 12px;
  border-radius: 4px;
}
.insight-automation-profile-tree .blue-box label {
  font-weight: 600;
  min-width: 120px;
}

.insight-automation-setting-detail {
  height: 100%;
}
.insight-automation-setting-detail .detail-header {
  height: 74px;
  background: #f5f5f5;
  padding: 0 16px;
  display: flex;
  align-items: center;
}
.insight-automation-setting-detail .detail-header > div {
  display: flex;
  flex-direction: column;
}
.insight-automation-setting-detail .detail-header > div .view-text {
  font-size: 16px;
  font-weight: 600;
}
.insight-automation-setting-detail .detail-header > div i {
  color: #828c92;
}
.insight-automation-setting-detail .detail-header .btn-primary {
  margin-left: auto;
}
.insight-automation-setting-detail .detail-body {
  height: calc(100% - 75px);
  padding: 16px;
  display: flex;
  flex-direction: column;
}
.insight-automation-setting-detail .detail-body .detail-category {
  flex-shrink: 0;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 16px;
}
.insight-automation-setting-detail .detail-body .detail-category .select-one-line {
  display: flex;
  align-items: center;
  gap: 8px;
}
.insight-automation-setting-detail .detail-body .detail-category .category-select {
  margin-left: 4px;
}
.insight-automation-setting-detail .detail-body .detail-intents {
  flex: 1;
  height: 0;
  padding-top: 16px;
}
.insight-automation-setting-detail .detail-body .detail-intents .intent-count {
  display: flex;
  align-items: center;
}
.insight-automation-setting-detail .detail-body .detail-intents .intent-tree-container {
  height: calc(100% - 30px);
  border: 1px solid #e0e0e0;
  padding: 8px 0;
}
.insight-automation-setting-detail label {
  font-weight: 600;
}

.insight-inline-text-edit-directive .inline-view {
  height: 30px;
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 20px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.insight-inline-text-edit-directive .inline-view .insight-edit-btn {
  display: none;
  position: absolute;
  right: 4px;
  top: 9px;
}
.insight-inline-text-edit-directive .inline-view:hover .insight-edit-btn {
  display: inline-block;
}
.insight-inline-text-edit-directive .inline-edit {
  height: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}
.insight-inline-text-edit-directive .inline-edit input {
  width: calc(100% - 40px);
}
.insight-inline-text-edit-directive i {
  cursor: pointer;
}

.insight-data-adapter {
  display: flex;
  height: 100%;
  width: 100%;
}
.insight-data-adapter .table-container {
  flex: 1;
  width: 0 !important;
  background: white;
  padding: 12px;
  min-width: 350px;
}
.insight-data-adapter .table-container .table-body {
  width: 100%;
}
.insight-data-adapter .table-container .table-body .btn {
  height: 24px;
}
.insight-data-adapter .detail-container {
  width: 45%;
  max-width: calc(100% - 450px);
  min-width: 30px;
  position: relative;
  background: white;
}
.insight-data-adapter .detail-container .arrow-expand {
  position: absolute;
  right: 14px;
  top: 26px;
}
.insight-data-adapter .detail-container .arrow-expand i {
  cursor: pointer;
}
.insight-data-adapter .detail-container .empty-mask {
  font-size: 18px;
  color: #b0b6ba;
  background: #f5f7fb;
}

.insight-data-adapter-detail-directive {
  height: 100%;
  width: 100%;
  background: white;
}
.insight-data-adapter-detail-directive .detail-header {
  height: 74px;
  background: #f5f5f5;
  padding: 0 16px;
  display: flex;
  align-items: center;
}
.insight-data-adapter-detail-directive .detail-header > div {
  display: flex;
  flex-direction: column;
}
.insight-data-adapter-detail-directive .detail-header > div .view-text {
  font-size: 16px;
  font-weight: 600;
}
.insight-data-adapter-detail-directive .detail-header > div i {
  color: #828c92;
}
.insight-data-adapter-detail-directive .detail-header .btn-primary {
  margin-left: auto;
  margin-right: 20px;
}
.insight-data-adapter-detail-directive .detail-body {
  padding: 0 16px;
  height: calc(100% - 75px);
  overflow: auto;
}
.insight-data-adapter-detail-directive .detail-body .detail-type {
  border-bottom: 1px solid #e0e0e0;
  padding: 12px 0;
}
.insight-data-adapter-detail-directive .detail-body .detail-type .type-select {
  margin-left: 4px;
}
.insight-data-adapter-detail-directive .detail-body .detail-type .scope-type {
  gap: 4px;
}
.insight-data-adapter-detail-directive .detail-body .detail-type .scope-type .scope-select {
  margin-left: 8px;
}
.insight-data-adapter-detail-directive .detail-body .detail-frequency {
  border-bottom: 1px solid #e0e0e0;
  padding: 12px 0;
}
.insight-data-adapter-detail-directive .detail-body .detail-script {
  padding: 12px 0;
}
.insight-data-adapter-detail-directive .detail-body .detail-script .script-input-tab-container {
  background: #eeeff0;
  padding: 8px;
}
.insight-data-adapter-detail-directive .detail-body .detail-script .script-input-tab-container .scroll-btn {
  background: none;
}
.insight-data-adapter-detail-directive .detail-body .detail-script .script-input-tab-container pre {
  margin-top: 4px;
  height: 300px;
}
.insight-data-adapter-detail-directive .detail-body .inline-form {
  display: flex;
  align-items: center;
  height: 30px;
  margin: 4px 0;
}
.insight-data-adapter-detail-directive .detail-body .inline-form label {
  font-weight: 600;
  width: 90px;
  flex-shrink: 0;
}
.insight-data-adapter-detail-directive .detail-body .inline-form .inline-overflow-span {
  margin-left: 12px;
  margin-right: 8px;
}
.insight-data-adapter-detail-directive .detail-body .inline-form input[type='checkbox'] {
  margin: 0;
  cursor: pointer;
}

.data-adapter-frequency-settings-modal .modal-dialog .modal-content .modal-body {
  width: 1100px;
  padding-bottom: 0;
}

.promise-uib-dropdown .btn.dropdown-toggle {
  border: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 3px;
}
.promise-uib-dropdown .dropdown-menu {
  width: 180px;
}
.promise-uib-dropdown .dropdown-menu li.split {
  border-top: 1px solid #c8c8c8;
}

.ai-ticket-analysis-main {
  height: 100%;
}
.ai-ticket-analysis-main .main-header {
  height: 47px;
  line-height: 47px;
  padding: 0 20px;
  background-color: #e5f1f8;
  display: flex;
  align-items: center;
  gap: 4px;
}
.ai-ticket-analysis-main .main-header span {
  font-size: 16px;
  font-weight: 600;
}
.ai-ticket-analysis-main .main-body {
  height: calc(100% - 47px);
}
.ai-ticket-analysis-main .main-body .analysis-header {
  height: 80px;
  border-bottom: 2px solid #e1e1e1;
}
.ai-ticket-analysis-main .main-body .analysis-body {
  height: calc(100% - 80px);
  width: 100%;
  display: flex;
}
.ai-ticket-analysis-main .main-body .analysis-body .ticket-type-tree {
  height: 100%;
  border-right: 1px solid #e1e1e1;
  width: 360px;
  flex-shrink: 0;
  overflow: auto;
}
.ai-ticket-analysis-main .main-body .analysis-body .tickets-container {
  height: 100%;
  flex: 1;
  min-width: 0;
}
.ai-ticket-analysis-main .main-body .analysis-empty {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b0b6ba;
}

.ticket-batch-analysis-directive {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 16px;
  padding-bottom: 0;
}
.ticket-batch-analysis-directive .analysis-name {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
}
.ticket-batch-analysis-directive .analysis-name .name-select {
  width: 200px;
  flex-shrink: 0;
  font-size: 14px;
}
.ticket-batch-analysis-directive .analysis-name .name-select > div {
  width: -moz-fit-content;
  width: fit-content;
}
.ticket-batch-analysis-directive .analysis-name .name-select .analysis-select-display {
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
}
.ticket-batch-analysis-directive .analysis-name .name-select .analysis-select-display span {
  max-width: 170px;
}
.ticket-batch-analysis-directive .analysis-name .analysis-control {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.ticket-batch-analysis-directive .analysis-name .analysis-control .ticket-data {
  display: flex;
  align-items: center;
  width: 200px;
  flex-shrink: 0;
}
.ticket-batch-analysis-directive .analysis-name .analysis-control .ticket-data .btn-link {
  max-width: 130px;
}
.ticket-batch-analysis-directive .analysis-name .analysis-control .fields {
  width: 150px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}
.ticket-batch-analysis-directive .analysis-name .analysis-control .fields .fields-select {
  max-width: 100px;
}
.ticket-batch-analysis-directive .analysis-name .export-btn {
  margin-left: auto;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.ticket-batch-analysis-directive .insight-inline-text-edit-directive .inline-edit {
  width: 60%;
  max-width: 560px;
  min-width: 320px;
}
.ticket-batch-analysis-directive .insight-inline-text-edit-directive .view-text {
  width: 100%;
  color: #828c92;
  font-style: italic;
}
.ticket-batch-analysis-directive .analysis-disabled {
  pointer-events: none;
  opacity: 0.7;
}
.ticket-batch-analysis-directive .text-overflow {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ticket-batch-analysis-directive .text-bold {
  font-weight: 600;
}
.ticket-batch-anlysis-select-menu {
  width: 300px !important;
}
.ticket-batch-anlysis-select-menu .nb-search-bar {
  margin: 0;
}
.ticket-batch-anlysis-select-menu .nb-search-bar .form-control {
  border: none;
}
.ticket-batch-anlysis-select-menu .nb-dropdown-list-item .node-name {
  width: calc(100% - 50px);
  display: flex;
  align-items: center;
  gap: 4px;
}
.ticket-batch-anlysis-select-menu .nb-dropdown-list-item .node-name > div {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ticket-batch-anlysis-select-menu .nb-dropdown-list-item .node-name .node-time {
  flex-shrink: 0;
  color: #828c92;
}
.ticket-batch-anlysis-select-menu .nb-dropdown-list-item .node-actions {
  flex-shrink: 0;
  display: none;
  margin-left: auto;
}
.ticket-batch-anlysis-select-menu .nb-dropdown-list-item:hover .node-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.analysis-fields-select-menu {
  width: 200px !important;
}
.analysis-fields-select-menu .select-all-item {
  padding: 4px 16px;
  border-bottom: 1px solid #e1e1e1;
  display: flex;
  align-items: center;
  gap: 4px;
}
.analysis-fields-select-menu .select-all-item input {
  margin: 0;
  cursor: pointer;
}
.analysis-fields-select-menu .nb-dropdown-list-item {
  padding: 0 16px;
  gap: 4px;
}
.analysis-fields-select-menu .nb-dropdown-list-item input {
  margin: 0;
}
.analysis-fields-select-menu .nb-dropdown-list-item .item-name {
  max-width: 140px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.analysis-name-select-tip.tooltip {
  opacity: 1 !important;
}
.analysis-name-select-tip.tooltip .tooltip-inner {
  color: black;
  background: #eaebec;
  max-width: 700px;
  padding: 4px 8px;
}
.analysis-name-select-tip.tooltip .tooltip-inner > div {
  display: flex;
  align-items: center;
}
.analysis-name-select-tip.tooltip .tooltip-inner > div .tip-label {
  display: inline-block;
  font-weight: 600;
  width: 110px;
  text-align: left;
}
.analysis-name-select-tip.tooltip .tooltip-arrow {
  display: none;
}

.ticket-type-tree-directive {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ticket-type-tree-directive .publish-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 12px;
  border-bottom: 1px solid #f5f5f5;
  background-color: #f5f5f5;
}
.ticket-type-tree-directive .publish-section span {
  font-weight: 600;
}
.ticket-type-tree-directive .publish-section button {
  height: 28px;
  padding: 6px 12px;
}
.ticket-type-tree-directive .toolbar-section {
  display: flex;
  align-items: center;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.ticket-type-tree-directive .toolbar-section .nb-filter-bar {
  width: 90%;
}
.ticket-type-tree-directive .toolbar-section .nb-filter-bar input {
  border: none;
  border-right: 1px solid #e1e1e1;
}
.ticket-type-tree-directive .toolbar-section .search-bar-refresh-icon {
  margin: 0 8px;
  cursor: pointer;
}
.ticket-type-tree-directive .tree-container {
  overflow: auto;
}
.ticket-type-tree-directive .tree-container .node-section {
  display: flex;
}
.ticket-type-tree-directive .tree-container .node-section .node-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ticket-type-tree-directive .tree-container .node-section .deltitle-section {
  font-style: italic;
  color: #828c92;
}

.ticket-type-detail {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.ticket-type-detail .tickets-table {
  height: 360px;
  border-bottom: 1px solid #e1e1e1;
}
.ticket-type-detail .tickets-table .tickets-table-header {
  width: 100%;
  height: 54px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  padding: 16px;
  background: #F7FAFD;
  border-bottom: 1px solid #e1e1e1;
  box-sizing: border-box;
}
.ticket-type-detail .tickets-table .tickets-table-header .tickets-table-header-left {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  flex-direction: row;
}
.ticket-type-detail .tickets-table .tickets-table-header .tickets-table-header-left .tickets-table-header-left-name {
  font-weight: 600;
  font-size: 12px;
  margin-right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ticket-type-detail .tickets-table .tickets-table-header .tickets-table-header-left .tickets-table-header-left-dropdown {
  font-weight: 400;
  font-size: 12px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ticket-type-detail .tickets-table .tickets-table-header .tickets-table-header-right {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #1A202C;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ticket-type-detail .tickets-table .tickets-table-body {
  height: calc(100% - 54px);
  padding: 12px;
}
.ticket-type-detail .tickets-table .tickets-table-body .tickets-grid-container {
  height: calc(100% - 40px);
  display: flex;
  flex-direction: row;
  border: 1px solid #e1e1e1;
}
.ticket-type-detail .tickets-table .tickets-table-body .tickets-grid-container .ticket-table {
  flex: 1;
}
.ticket-type-detail .tickets-table .tickets-table-body .tickets-grid-container .ticket-detail {
  flex: 1;
  flex-shrink: 0;
  height: 100%;
  padding: 0px 12px 12px 12px;
  display: flex;
  border-left: 1px solid #e1e1e1;
  flex-direction: column;
  overflow: auto;
}
.ticket-type-detail .tickets-table .tickets-table-body .tickets-grid-container .ticket-detail .ticket-detail-container {
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0px;
}
.ticket-type-detail .tickets-table .tickets-table-body .tickets-grid-container .ticket-detail .ticket-detail-container .ticket-detail-header {
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  padding: 16px 0px;
}
.ticket-type-detail .tickets-table .tickets-table-body .tickets-grid-container .ticket-detail .ticket-detail-container .ticket-detail-entry {
  width: 100%;
  font-weight: 400;
  margin-bottom: 12px;
  display: flex;
  flex-direction: row;
}
.ticket-type-detail .tickets-table .tickets-table-body .tickets-grid-container .ticket-detail .ticket-detail-container .ticket-detail-entry .ticket-detail-left {
  width: 148px;
  font-weight: 400;
  margin-right: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ticket-type-detail .tickets-table .tickets-table-body .tickets-grid-container .ticket-detail .ticket-detail-container .ticket-detail-entry .ticket-detail-right {
  flex: 1;
  line-height: 1.3;
}
.ticket-type-detail .tickets-table .tickets-grid-footer {
  width: 100%;
  padding-top: 10px;
  justify-content: space-between;
}
.ticket-type-detail .tickets-knowledge-document {
  flex: 1 1 auto;
  min-height: 200px;
  border-bottom: 1px solid #e1e1e1;
}
.ticket-type-detail .tickets-knowledge-document .tickets-knowledge-document-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 8px 16px;
  background: #F7FAFD;
  border-bottom: 1px solid #e1e1e1;
  font-size: 12px;
}
.ticket-type-detail .tickets-knowledge-document .tickets-knowledge-document-header .tickets-knowledge-document-name {
  display: flex;
  align-items: center;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ticket-type-detail .tickets-knowledge-document .tickets-knowledge-document-header .tickets-knowledge-document-name .insight-inline-text-edit-directive {
  width: 60%;
  margin-left: 4px;
  font-weight: 400;
}
.ticket-type-detail .tickets-knowledge-document .tickets-knowledge-document-header .tickets-knowledge-document-description {
  font-weight: 400;
  font-style: italic;
  color: #828C92;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ticket-type-detail .tickets-knowledge-document .tickets-knowledge-document-header .tickets-knowledge-document-description .insight-inline-text-edit-directive {
  font-weight: 400;
}
.ticket-type-detail .tickets-knowledge-document .tickets-knowledge-document-header .tickets-knowledge-document-description .insight-inline-text-edit-directive .inline-edit {
  width: 60%;
  max-width: 560px;
  min-width: 320px;
}
.ticket-type-detail .tickets-knowledge-document #tickets-document-content-edit {
  height: calc(100% - 77px);
}
.ticket-type-detail .tickets-knowledge-document #tickets-document-content-edit #tickets-document-content-toolbar {
  padding: 2px;
  height: 32px;
  border: white;
  border-bottom: 1px solid #ccc;
}
.ticket-type-detail .tickets-knowledge-document #tickets-document-content-edit #tickets-document-content-toolbar .ql-header {
  width: 110px;
}
.ticket-type-detail .tickets-knowledge-document #tickets-document-content-edit #tickets-document-content-editor {
  height: calc(100% - 32px);
  border: white;
}
.ticket-type-detail .tickets-prompt {
  flex: 1 1 auto;
  min-height: 150px;
}
.ticket-type-detail .tickets-prompt .tickets-prompt-header {
  width: 100%;
  height: 54px;
  display: flex;
  align-items: center;
  padding: 16px;
  background: #F7FAFD;
  border-bottom: 1px solid #e1e1e1;
  font-weight: 600;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ticket-type-detail .tickets-prompt .tickets-prompt-content {
  height: calc(100% - 54px);
  padding: 12px;
}
.ticket-type-detail .insight-inline-text-edit-directive .inline-view {
  height: 24px;
}
.ticket-type-detail .empty-mask {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #828c92;
}

.analysis-name-edit-dialog .modal-body {
  width: 410px;
}
.analysis-name-edit-dialog .modal-body input {
  width: 330px;
}

.analysis-settings-dialog .modal-body {
  width: 800px;
  height: 400px;
}
.analysis-settings-dialog .modal-body .tabset {
  height: 100%;
}
.analysis-settings-dialog .modal-body .tabset .prompt-header > span {
  font-weight: 600;
}
.analysis-settings-dialog .modal-body .tabset .prompt-header .btn-link {
  float: right;
}
.analysis-settings-dialog .modal-body .tabset textarea {
  width: 100%;
  height: calc(100% - 25px);
}
.analysis-settings-dialog .modal-body .tabset-empty {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.analysis-settings-dialog .modal-body form {
  display: flex;
  align-items: center;
  gap: 8px;
}
.analysis-settings-dialog .modal-body form input {
  margin: 0;
}

.ticket-type-publish-dialog .modal-body {
  width: 420px;
}
.ticket-type-publish-dialog .modal-body .check-section {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.ticket-type-publish-dialog .modal-body .check-section input {
  margin: 0 4px 0 0;
}
.ticket-type-publish-dialog .modal-body .check-section button {
  margin-left: 12px;
  max-width: 182px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ticket-type-select-location-dialog .modal-body {
  width: 430px;
  height: 400px;
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.ticket-type-select-location-dialog .modal-body .search-bar-section .nb-filter-bar input {
  border: 1px solid #e7e7e7;
}
.ticket-type-select-location-dialog .modal-body .tree-container {
  height: 350px;
  border: 1px solid #e7e7e7;
  border-top: none;
}

time-to-live-config {
  display: flex;
  gap: 6px;
  align-items: center;
}
time-to-live-config .dropdown-toggle {
  border-left: 1px solid #c8c8c8 !important;
  width: 86px;
}
time-to-live-config input[type=number] {
  width: 50px;
}

time-to-live-config-popover {
  display: flex;
  gap: 6px;
  align-items: center;
}
time-to-live-config-popover .popover-content {
  padding: 0;
}
.time-to-live-config-popover-tpl {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.time-to-live-config-popover-tpl footer {
  display: flex;
  justify-content: end;
}

