ai-insight-pane {
  display: flex;
  min-width: 499px;
}
ai-insight-pane .tabs {
  min-width: 499px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
ai-insight-pane .tabs .insight-tab-content {
  flex-grow: 1;
  border-top: 1px solid #c8c8c8;
  height: 0;
  display: flex;
}
ai-insight-pane .tabs .tab-item {
  line-height: 30px;
}
ai-insight-pane automation-tab,
ai-insight-pane ai-insight-tab {
  flex-grow: 1;
}
ai-insight-pane automation-tab:has(+ drilldown-pane),
ai-insight-pane ai-insight-tab:has(+ drilldown-pane) {
  width: 48%;
}
ai-insight-pane drilldown-pane {
  flex-grow: 1;
  border-left: 1px solid #c8c8c8;
  width: 52%;
}

ai-insight-tab {
  display: inline-block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
ai-insight-tab .response-panel {
  overflow: auto;
  flex-grow: 1;
  padding: 16px;
  padding-top: 26px;
}
ai-insight-tab .response-panel::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}
ai-insight-tab .response-panel::-webkit-scrollbar-track {
  
}
ai-insight-tab .response-panel::-webkit-scrollbar-corner {
  background-color: transparent;
}
ai-insight-tab .response-panel::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border: 3px solid transparent;
  border-radius: 8px;
  background-clip: content-box;
}
ai-insight-tab .response-panel::-webkit-scrollbar-thumb:hover {
  background: #848484;
  border: 2px solid transparent;
  border-radius: 8px;
  background-clip: content-box;
}
ai-insight-tab .response-panel user-message-block,
ai-insight-tab .response-panel insight-message-block {
  margin-bottom: 16px;
}
ai-insight-tab .response-panel .insight-message-generating {
  display: flex;
  position: relative;
  gap: 8px;
  margin-right: 32px;
}
ai-insight-tab .followup-question {
  padding: 8px;
}
ai-insight-tab .conversation-header {
  background-color: #f7fafd;
  height: 32px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d8d8d8;
  justify-content: space-between;
  padding: 0 12px;
}
ai-insight-tab .conversation-header > .btn {
  margin-left: 0;
}
ai-insight-tab .ai-insight-tab-disabled {
  height: 100%;
  width: 100%;
  position: relative;
  background: #f4f5f6;
}
ai-insight-tab .ai-insight-tab-disabled .ai-disabled {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  width: 100%;
  gap: 8px;
}
ai-insight-tab .ai-insight-tab-disabled .ai-disabled span {
  color: #4a5861;
  font-weight: 600;
}
ai-insight-tab .ai-insight-tab {
  display: flex;
  flex-direction: column;
  height: 100%;
}
ai-insight-tab .ai-insight-tab .ai-bot-default-key-usage {
  display: flex;
  width: 100%;
}
ai-insight-tab .ai-insight-tab .ai-bot-default-key-usage .default-key-warning,
ai-insight-tab .ai-insight-tab .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-insight-tab .ai-insight-tab .ai-bot-default-key-usage .default-key-warning i,
ai-insight-tab .ai-insight-tab .ai-bot-default-key-usage .default-key-error i {
  flex-shrink: 0;
}
ai-insight-tab .ai-insight-tab .ai-bot-default-key-usage .default-key-warning {
  background-color: #ffefc5;
}
ai-insight-tab .ai-insight-tab .ai-bot-default-key-usage .default-key-error {
  background-color: #ffced0;
}
ai-insight-tab .ai-insight-tab .ai-bot-default-key-usage .icon-close-tag {
  cursor: pointer;
}
ai-insight-tab .ai-insight-tab .ai-insight-tab-details {
  height: 0;
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
}
ai-insight-tab .ai-insight-tab .ai-insight-tab-details new-conversation-input {
  position: absolute;
  width: 100%;
  z-index: 1060;
  border-bottom: 1px solid #D8d8d8;
}
ai-insight-tab .ai-insight-tab .ai-insight-tab-details .bot-disabled-mask {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1080;
  background-color: rgba(246, 246, 246, 0.5);
}
.prompt-tree-search-dropdown-menu section {
  width: 480px;
  height: 340px;
}
.prompt-tree-search-dropdown-menu section .tabs {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.prompt-tree-search-dropdown-menu .nb-responsive-tab-container {
  background-color: #fff !important;
  border-bottom: 1px solid #eaebec;
}
.prompt-tree-search-dropdown-menu .tab-item {
  height: 31px;
  display: flex;
  align-items: center;
}
.prompt-tree-search-dropdown-menu .action-bar {
  position: absolute;
  right: 0;
  top: 3px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-right: 12px;
  height: -moz-fit-content;
  height: fit-content;
}
.prompt-tree-search-dropdown-menu .action-bar a {
  display: flex;
  align-items: center;
  gap: 6px;
}
.prompt-tree-search-dropdown-menu .nb-search-bar {
  width: 140px;
}
.prompt-tree-search-dropdown-menu .prompt-tab-content {
  padding: 12px;
  flex: 1;
  min-height: 0;
}
.prompt-tree-search-dropdown-menu .prompt-hint-normal {
  font-style: italic;
}
.prompt-tree-search-dropdown-menu .prompt-hint {
  font-style: italic;
  color: #828c92;
  margin-left: 6px;
}
.prompt-tree-search-dropdown-menu .no-data {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #828c92;
  height: 210px;
}
.select-prompts-section {
  display: flex;
  flex-direction: column;
  padding: 12px 24px;
  gap: 12px;
  flex-grow: 1;
  height: 0;
  position: relative;
  margin-top: 32px;
}
.select-prompts-section .prompt-list-mask {
  background-color: #ffffffcc;
  height: 100%;
  position: absolute;
  width: 100%;
  margin-left: -24px;
  margin-top: -13px;
  z-index: 1000;
}
.select-prompts-section .title {
  font-size: 12px;
  font-weight: 600;
}
.select-prompts-section dropdown-tree-with-search-and-actions .dropdown .dropdown-toggle span span .ellipsis {
  font-size: 12px;
  font-weight: 600;
  color: #000000;
}
.select-prompts-section .propmt-list-container {
  height: 0;
  flex-grow: 1;
  overflow: auto;
  margin-top: 12px;
}
.pin-to-start-prompts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(192px, 1fr));
  grid-auto-rows: min-content;
  gap: 16px 20px;
  overflow: auto;
  flex-grow: 1;
}
.pin-to-start-prompts .prompt-cell {
  display: flex;
  align-items: center;
  height: 46px;
  background-color: #f7fafd;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid #e4edf9;
  cursor: pointer;
}
.pin-to-start-prompts .prompt-cell .prompt-title {
  font-size: 14px;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.pin-to-start-prompts .prompt-cell .prompt-content {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.prompt-setting-popover {
  z-index: unset;
}
.prompt-setting-popover .prompt-popup-setting {
  width: 470px;
}
.prompt-setting-popover .prompt-popup-setting .prompt-content {
  display: flex;
  flex-direction: column;
  max-height: 360px;
  overflow: auto;
  gap: 8px;
  margin-right: -13px;
  padding-right: 13px;
}
.prompt-setting-popover .prompt-popup-setting .prompt-content > * {
  flex-shrink: 0;
}
.prompt-setting-popover .prompt-popup-setting .prompt-title {
  font-weight: 600;
  font-size: 14px;
}
.prompt-setting-popover .prompt-popup-setting header {
  font-weight: 600;
}
.prompt-setting-popover .prompt-popup-setting .prompt-vars,
.prompt-setting-popover .prompt-popup-setting .prompt-preview {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.prompt-setting-popover .prompt-popup-setting .prompt-vars .variables-grid,
.prompt-setting-popover .prompt-popup-setting .prompt-preview .variables-grid {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.prompt-setting-popover .prompt-popup-setting .prompt-vars .var-item,
.prompt-setting-popover .prompt-popup-setting .prompt-preview .var-item {
  display: contents;
}
.prompt-setting-popover .prompt-popup-setting .prompt-vars .var-item label,
.prompt-setting-popover .prompt-popup-setting .prompt-preview .var-item label {
  white-space: nowrap;
  display: flex;
}
.prompt-setting-popover .prompt-popup-setting .prompt-vars .var-item prompt-variable-value-dropdown-input .variable-default-value-input-select .dropdown-toggle,
.prompt-setting-popover .prompt-popup-setting .prompt-preview .var-item prompt-variable-value-dropdown-input .variable-default-value-input-select .dropdown-toggle {
  border: 1px solid #c8c8c8;
  border-left: none;
  background-color: unset;
}
.prompt-setting-popover .prompt-popup-setting .prompt-vars .template-grid,
.prompt-setting-popover .prompt-popup-setting .prompt-preview .template-grid {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
}
.prompt-setting-popover .prompt-popup-setting .prompt-preview header {
  display: flex;
  align-items: center;
}
.prompt-setting-popover .prompt-popup-setting .prompt-preview header i {
  margin-left: auto;
}
.prompt-setting-popover .prompt-popup-setting .prompt-preview textarea {
  height: 80px;
}
.prompt-setting-popover .prompt-popup-setting .prompt-preview .prompt-preview-icon-group {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  cursor: pointer;
}
.prompt-setting-popover .prompt-popup-setting .prompt-option {
  display: flex;
  align-items: center;
  gap: 16px;
}
.prompt-setting-popover .prompt-popup-setting .prompt-option label {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.prompt-setting-popover .prompt-popup-setting .prompt-option label input[type="checkbox"] {
  margin: 0;
}
.prompt-setting-popover .prompt-popup-setting .preview-cell {
  height: 80px;
  border: 1px solid #eeeded;
  background-color: #fafafa;
  overflow: auto;
  padding: 8px;
}
.prompt-setting-popover .prompt-popup-setting .preview-cell .preview * {
  white-space: pre-line;
}
.prompt-setting-popover .prompt-popup-setting hr {
  margin: 10px -13px;
}
.prompt-setting-popover .prompt-popup-setting .prompt-footer {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: flex-end;
}
.prompt-setting-popover .prompt-popup-setting .prompt-footer .send-btn {
  background: #539ff3;
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
  color: #ffffff;
}
.prompt-variable-default-value[uib-dropdown-menu] {
  width: 420px;
}

automation-grid-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
automation-grid-row .automation-name {
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 4px;
  overflow: hidden;
}
automation-grid-row .automation-name i {
  flex-shrink: 0;
}
automation-grid-row .automation-execution-time {
  width: 100px;
  color: #828c92;
  flex-shrink: 0;
}
automation-grid-row .target-devices {
  border: 1px dashed #AAACAD;
  width: 34px;
  line-height: 18px;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 2px;
  color: #59656D;
  font-weight: 600;
  cursor: pointer;
}
automation-grid-row .automation-results {
  background-color: #0DAA71;
  border-radius: 2px;
  width: 34px;
  line-height: 18px;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  color: white;
  font-weight: 600;
  cursor: pointer;
}
automation-grid-row .automation-results.automation-results-alert {
  background-color: #E72E2E;
}
automation-grid-row .history-chart-container {
  flex-shrink: 0;
  width: 24px;
  cursor: pointer;
}
automation-grid-row .history-chart-container > div {
  display: flex;
}
automation-grid-row .icon-dropdown-container {
  flex-shrink: 0;
  width: 12px;
  margin-left: -16px;
}
automation-grid-row nb-icon-dropdown {
  display: none;
}
automation-grid-row:hover nb-icon-dropdown {
  display: block;
}

automation-tab {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
automation-tab .automation-header-block {
  height: 40px;
  border-bottom: 1px solid #D8D8D8;
}
automation-tab .automation-status-block {
  height: 80px;
  border-bottom: 1px solid #D8D8D8;
}
automation-tab .grid-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding-right: 10px;
  font-size: 11px;
  padding-top: 8px;
  color: #4A5861;
  font-weight: 600;
  height: 40px;
}
automation-tab .grid-header .automation-run {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  left: 16px;
}
automation-tab .grid-header .automation-run .labeled-input {
  display: flex;
  align-items: center;
  gap: 4px;
}
automation-tab .grid-header .automation-run .labeled-input input {
  margin-top: 0px;
}
automation-tab .grid-header .automation-run .btn-group .btn {
  padding: 0px 8px;
  line-height: 24px;
}
automation-tab .grid-header .automation-run .btn-group .btn:last-child:not(:disabled) {
  border-left: 1px solid #FF9F47;
}
automation-tab .grid-header .automation-run a {
  display: flex;
  align-items: center;
  gap: 3px;
}
automation-tab .grid-header .automation-run a .stop-btn {
  color: #EB0800;
}
automation-tab .grid-header.has-scroll {
  padding-right: 24px;
}
automation-tab .grid-wrapper {
  flex-grow: 1;
  width: 100%;
}
automation-tab .grid-wrapper div[nb-grid] {
  border: none;
}
automation-tab .grid-wrapper div[nb-grid] .ui-grid {
  border: none;
}
automation-tab .grid-wrapper div[nb-grid] .ui-grid-render-container-body {
  display: flex;
  flex-direction: column;
}
automation-tab .grid-wrapper div[nb-grid] .ui-grid-render-container-body .ui-grid-viewport {
  flex-grow: 1;
}
automation-tab .grid-wrapper div[nb-grid] .ui-grid-render-container-body .ui-grid-viewport::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}
automation-tab .grid-wrapper div[nb-grid] .ui-grid-render-container-body .ui-grid-viewport::-webkit-scrollbar-track {
  
}
automation-tab .grid-wrapper div[nb-grid] .ui-grid-render-container-body .ui-grid-viewport::-webkit-scrollbar-corner {
  background-color: transparent;
}
automation-tab .grid-wrapper div[nb-grid] .ui-grid-render-container-body .ui-grid-viewport::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border: 3px solid transparent;
  border-radius: 8px;
  background-clip: content-box;
}
automation-tab .grid-wrapper div[nb-grid] .ui-grid-render-container-body .ui-grid-viewport::-webkit-scrollbar-thumb:hover {
  background: #848484;
  border: 2px solid transparent;
  border-radius: 8px;
  background-clip: content-box;
}
automation-tab .grid-wrapper div[nb-grid] .ui-grid-row:nth-child(even),
automation-tab .grid-wrapper div[nb-grid] .ui-grid-row:nth-child(odd) {
  border-bottom: none;
  background-color: #fff;
}
automation-tab .grid-wrapper div[nb-grid] .ui-grid-row:nth-child(even) .ui-grid-cell,
automation-tab .grid-wrapper div[nb-grid] .ui-grid-row:nth-child(odd) .ui-grid-cell {
  background-color: #fff;
  border-bottom: none;
  width: 100%;
  max-width: 100%;
}
automation-tab .grid-wrapper .automation-category-title {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
  padding-left: 0px !important;
}
automation-tab [ui-grid] {
  border: none;
}
automation-tab .automation-grid-no-data {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
automation-tab .automation-grid-no-data .no-data-message {
  font-weight: 600;
  color: #BFBFBF;
  font-size: 18px;
}
automation-tab .automation-grid-no-data .loading-message {
  display: flex;
  align-items: center;
  gap: 4px;
}

drilldown-pane {
  display: block;
}
drilldown-pane .drilldown-pane-content-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
drilldown-pane .corner-button-container {
  position: absolute;
  right: 4px;
  height: 40px;
}
drilldown-pane .corner-button-container.free-standing {
  display: grid;
}
drilldown-pane .drilldown-pane-content-container header.drilldown-header {
  height: 40px;
  padding-left: 8px;
  padding-right: 32px;
  background-color: #F7FAFD;
  display: flex;
  align-items: center;
  gap: 4px;
  border-bottom: 1px solid #D8D8D8;
}
drilldown-pane .drilldown-pane-content-container header.drilldown-header i {
  flex-shrink: 0;
}
.automation-details-header-tooltip {
  opacity: 1 !important;
}
.automation-details-header-tooltip .light-font-color {
  color: #546773;
}
.automation-details-header-tooltip strong {
  font-weight: 600;
}
.automation-details-header-tooltip .tooltip-inner {
  max-width: unset;
  color: #000000;
  background-color: #ffffff;
  text-align: left;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
  padding: 8px 8px;
  line-height: 1.5em;
}
.automation-details-header-tooltip.bottom {
  padding: 5px 0;
}
.automation-details-header-tooltip .tooltip-arrow {
  border-top-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
  display: none;
}
.automation-details-header-tooltip strong {
  font-weight: 600;
}

.automation-header {
  background: #f7fafd;
  align-content: center;
  height: 100%;
}
.automation-header .automation-header-container {
  display: flex;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  gap: 16px;
}
.automation-header .automation-header-container .automation-query {
  line-height: normal;
  margin-left: 8px;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-left: auto;
  overflow: hidden;
}
.automation-header .automation-header-container .automation-query .device-selector {
  display: flex;
  align-items: center;
  gap: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.automation-header .automation-header-container .automation-query .device-selector label {
  font-weight: 600;
}
.automation-header .automation-header-container .automation-query .device-selector build-intent-device-selector {
  overflow: hidden;
}
.automation-header .automation-header-container .automation-query .device-selector build-intent-device-selector .device-selector-dropdown .build-intent-dev-sel-block {
  display: inline-block;
}
.automation-header .automation-header-container .automation-query .device-selector build-intent-device-selector .device-selector-dropdown .build-intent-dev-sel-block .device-selector-dropdown-value {
  display: flex;
  cursor: pointer;
  align-items: center;
  width: 100%;
  padding-right: 0px;
}
.automation-header .automation-header-container .automation-query .device-selector build-intent-device-selector .device-selector-dropdown .build-intent-dev-sel-block .device-selector-dropdown-value .more-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.automation-header .automation-header-container .automation-query .device-selector build-intent-device-selector .device-selector-dropdown .build-intent-dev-sel-block .device-selector-dropdown-value .icon_nb_arrow_down_blue_9 {
  flex-shrink: 0;
}
.automation-header .automation-header-container .automation-pane-search-bar {
  line-height: 12px;
  width: 300px;
  flex-shrink: 0;
}
.automation-header .automation-header-container .automation-pane-search-bar .nb-search-bar {
  margin-bottom: 0px;
}
.automation-header .automation-header-container .automation-header-button {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}
.automation-header .automation-header-container .automation-header-button i {
  cursor: pointer;
}

automation-status {
  position: relative;
}
automation-status .recurring_run {
  position: absolute;
  top: 8px;
  right: 8px;
}
automation-status .automation-status {
  display: flex;
  gap: 16px;
  padding: 16px 32px;
  justify-content: space-around;
}
automation-status .automation-status .division-line {
  width: 1px;
  background: #D8D8D8;
}
automation-status .automation-status .status-button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 600;
  font-size: 16px;
  height: 100%;
  cursor: pointer;
}
automation-status .automation-status .status-button-container .status-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 60px;
  font-size: 16px;
  position: relative;
}
automation-status .automation-status .status-button-container .status-button span {
  overflow: hidden;
  text-overflow: ellipsis;
}
automation-status .automation-status .status-button-container .status-button .status-check-icon {
  position: absolute;
  left: -6px;
  top: -5px;
  line-height: 14px;
  height: 14px;
  width: 14px;
  background: #FFFFFF;
  border-radius: 50%;
}
automation-status .automation-status .status-button-container .status-button .alert-status-check-icon {
  left: -4px;
  top: -4px;
}
automation-status .automation-status .status-button-container .status-popover-container {
  height: 50px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
automation-status .automation-status .status-button-container .status-popover-container .status-popover-row {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 10px;
}
automation-status .automation-status .status-button-container .status-popover-container .status-popover-row .status-value {
  margin-left: auto;
  font-weight: 600;
}
automation-status .automation-status .status-button-container .alert-button {
  width: 60px;
  background-color: #E72E2E;
  color: #FFFFFF;
  border-radius: 16px;
  border: 1px solid #E72E2E;
}
automation-status .automation-status .status-button-container .alert-button:hover {
  border: 1px solid #CF0700;
  background-color: #CF0700;
}
automation-status .automation-status .status-button-container .alert-button.filtered-result {
  color: #EB0800;
  background-color: #FFFFFF;
  border: 1px solid #F58B88;
}
automation-status .automation-status .status-button-container .alert-button.filtered-result:hover {
  background-color: #FFECEC;
}
automation-status .automation-status .status-button-container .success-button {
  width: 60px;
  background-color: #0DAA71;
  color: #FFFFFF;
  border-radius: 16px;
  border: 1px solid #0DAA71;
}
automation-status .automation-status .status-button-container .success-button:hover {
  border: 1px solid #098558;
  background-color: #098558;
}
automation-status .automation-status .status-button-container .success-button.filtered-result {
  color: #248900;
  background-color: #FFFFFF;
  border: 1px solid #69B499;
}
automation-status .automation-status .status-button-container .success-button.filtered-result:hover {
  background-color: #DEF8EF;
}
automation-status .automation-status .status-button-container .intent-button,
automation-status .automation-status .status-button-container .config-button,
automation-status .automation-status .status-button-container .cli-button {
  border-radius: 4px;
  background-color: #DFF1FF;
  border: 1px solid #61B2EF;
  color: #4A5861;
}
automation-status .automation-status .status-button-container .intent-button:hover,
automation-status .automation-status .status-button-container .config-button:hover,
automation-status .automation-status .status-button-container .cli-button:hover {
  background: #CFEAFF;
}
automation-status .automation-status .status-button-container .intent-button.filtered-result,
automation-status .automation-status .status-button-container .config-button.filtered-result,
automation-status .automation-status .status-button-container .cli-button.filtered-result {
  background-color: #FFFFFF;
}
automation-status .automation-status .status-button-container .intent-button.filtered-result:hover,
automation-status .automation-status .status-button-container .config-button.filtered-result:hover,
automation-status .automation-status .status-button-container .cli-button.filtered-result:hover {
  background-color: #F3FAFF;
}
automation-status .automation-status .status-button-container .status-label {
  font-weight: 400;
  white-space: nowrap;
  font-size: 12px;
  color: #4A5861;
  margin-right: 0px;
}

drilldown-ni-details {
  height: 100%;
  display: flex;
  flex-direction: column;
}
drilldown-ni-details header .ni-dropdown-container {
  width: 0;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
drilldown-ni-details header .ni-dropdown-container .dropdown .dropdown-toggle {
  display: inline-flex;
  max-width: 100%;
  margin-left: 6px;
}
drilldown-ni-details header .ni-dropdown-container .dropdown .dropdown-menu {
  max-height: 300px;
  width: 320px;
  overflow: auto;
  padding: 6px;
}
drilldown-ni-details header .ni-dropdown-container .dropdown .dropdown-menu a {
  display: flex;
  align-items: center;
  gap: 4px;
}
drilldown-ni-details header .dropdown.save-to-dropdown {
  margin-left: auto;
  flex-shrink: 0;
}
drilldown-ni-details header .dropdown.save-to-dropdown .dropdown-menu {
  right: 0;
  left: auto;
}
drilldown-ni-details header .dropdown.save-to-dropdown .dropdown-menu li.disabled {
  cursor: not-allowed;
}
drilldown-ni-details header .dropdown.save-to-dropdown .dropdown-menu li.disabled > a {
  pointer-events: none;
}
drilldown-ni-details header .dropdown .dropdown-toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
}
drilldown-ni-details .drilldown-pane-content {
  height: 0;
  flex-grow: 1;
}
drilldown-ni-details .drilldown-pane-content .info-text-funcbtn {
  border-top-width: 0px !important;
}

.automation-status-chart {
  width: 468px;
  height: 400px;
}
.automation-status-chart .ni-status-chart-view .dropdown .btn.dropdown-toggle {
  width: 100%;
}

.ai-insight-add-prompt .modal-body {
  height: 48rem;
  width: 76rem;
  overflow: auto;
}
.ai-insight-add-prompt .modal-body .add-new-prompt-container {
  flex: 1;
}
.ai-insight-add-prompt .modal-body .add-new-prompt-container .form-group label {
  width: 100px !important;
  text-align: unset !important;
  font-weight: 600;
  flex-shrink: 0;
}
.ai-insight-add-prompt .modal-body .add-new-prompt-container .add-new-prompt-folder-path {
  width: 0;
  flex-grow: 1;
}
.ai-insight-add-prompt .modal-body .add-new-prompt-container .add-new-prompt-folder-path .add-new-prompt-folder-path-toggle {
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 1px solid #c8c8c8;
  width: 100%;
  overflow: hidden;
}
.ai-insight-add-prompt .modal-body .add-new-prompt-container .add-new-prompt-folder-path .add-new-prompt-folder-path-toggle .folder-name {
  white-space: nowrap;
}
.ai-insight-add-prompt .modal-body .add-new-prompt-container .add-new-prompt-folder-path .add-new-prompt-folder-path-toggle .folder-icon {
  margin-left: auto;
  flex-shrink: 0;
  margin-right: 4px;
}

.automation-device-detail-list {
  max-height: 400px;
  width: 160px;
  overflow: auto;
}
.automation-device-detail-list .automation-device-detail-list-container {
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.automation-device-detail-list .automation-device-detail-list-container .automation-device-detail-row {
  display: flex;
  align-items: center;
  gap: 4px;
}
.automation-device-detail-list .automation-device-detail-list-container .automation-device-detail-row .automation-device-title {
  flex: 3;
  color: #116BBA;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ni-status-chart-view {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ni-status-chart-view .dropdown .btn.dropdown-toggle {
  border: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
.ni-status-chart-view .dropdown .btn.dropdown-toggle .selected-ni-name {
  height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ni-status-chart-view .dropdown .btn.dropdown-toggle i {
  flex-shrink: 0;
}
.ni-status-chart-view .dropdown .dropdown-menu {
  max-height: 200px;
  overflow: auto;
  width: unset;
}
.ni-status-chart-view .dropdown .dropdown-menu li {
  display: flex;
  align-items: center;
  gap: 4px;
}
.ni-status-chart-view .chart-container {
  width: 100%;
  flex: 1;
  height: 0;
}
.ni-status-chart-view .chart-container #gi-status-code-chart-container {
  width: 100%;
  height: 100%;
}

drilldown-config-cli-details {
  height: 100%;
  display: flex;
  flex-direction: column;
}
drilldown-config-cli-details .command-dropdown-container {
  display: flex;
  min-width: 120px;
}
drilldown-config-cli-details .command-dropdown-container .dropdown-toggle,
drilldown-config-cli-details .config-dropdown-container .dropdown-toggle,
drilldown-config-cli-details .command-dropdown-container .dropdown-menu a,
drilldown-config-cli-details .config-dropdown-container .dropdown-menu a {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
}
drilldown-config-cli-details .command-dropdown-container .dropdown-toggle,
drilldown-config-cli-details .config-dropdown-container .dropdown-toggle {
  margin-left: 2px;
}
drilldown-config-cli-details .command-dropdown-container .dropdown-menu,
drilldown-config-cli-details .config-dropdown-container .dropdown-menu {
  max-height: 300px;
  overflow: auto;
}
drilldown-config-cli-details .device-icon-wrapper {
  flex-shrink: 0;
}
drilldown-config-cli-details .header-name {
  display: flex;
  align-items: center;
  gap: 4px;
  overflow: hidden;
}
drilldown-config-cli-details .drilldown-pane-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
drilldown-config-cli-details .drilldown-pane-content i.fa-spin {
  width: 36px;
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
drilldown-config-cli-details .drilldown-pane-content timeline .timeline-container {
  background-color: #F7FAFD;
}
drilldown-config-cli-details .drilldown-pane-content .ace-editor {
  flex-grow: 1;
  background: white;
}
drilldown-config-cli-details .drilldown-pane-content .no-data {
  flex-grow: 1;
  display: grid;
  place-items: center;
}
drilldown-config-cli-details .drilldown-pane-content .banner {
  z-index: 100;
  background-color: #fcc666;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 2px;
  position: absolute;
  bottom: 0;
}
drilldown-config-cli-details .drilldown-pane-content .ace-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
}
drilldown-config-cli-details .drilldown-pane-content .ace-header .button-navigation-container {
  display: flex;
}
drilldown-config-cli-details .drilldown-pane-content .ace-header .button-navigation-container button {
  border: 1px solid #AEC5DF;
  background: #E3ECF8;
  display: grid;
  place-items: center;
  height: 30px;
}
drilldown-config-cli-details .drilldown-pane-content .ace-header .match-whole-word {
  display: flex;
  gap: 4px;
}
drilldown-config-cli-details .drilldown-pane-content .ace-header .match-whole-word input {
  margin: 0;
}
drilldown-config-cli-details .drilldown-pane-content .ace-header .action-button {
  margin-left: 8px;
  cursor: pointer;
  height: 16px;
}
drilldown-config-cli-details .drilldown-pane-content .ace-header .action-button i[disabled] {
  cursor: not-allowed;
}
drilldown-config-cli-details .drilldown-pane-content .ace-header .hamburger-menu-dropdown .dropdown-menu {
  width: 188px;
  margin-left: -172px;
  margin-top: 4px;
}
drilldown-config-cli-details .drilldown-pane-content .ace-header .hamburger-menu-dropdown .dropdown-menu hr {
  margin: 0;
}
drilldown-config-cli-details .drilldown-pane-content .ace-header .hamburger-menu-dropdown .dropdown-menu li {
  display: flex;
  align-items: center;
  gap: 4px;
}
drilldown-config-cli-details .drilldown-pane-content .no-device-access {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  color: red;
  font-size: 12px;
  font-weight: normal;
}

drilldown-golden-config {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
drilldown-golden-config .drilldown-header {
  gap: 8px;
}
drilldown-golden-config .drilldown-header > .device-name {
  display: flex;
  align-items: center;
}
drilldown-golden-config .drilldown-header .device-alert-info {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
  flex-shrink: 0;
  flex: 1;
  min-width: 175px;
}
drilldown-golden-config .drilldown-header .device-alert-info .alert-check,
drilldown-golden-config .drilldown-header .device-alert-info .compliance-check {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  white-space: nowrap;
}
drilldown-golden-config .drilldown-header .device-alert-info .alert-check input[type=checkbox],
drilldown-golden-config .drilldown-header .device-alert-info .compliance-check input[type=checkbox] {
  margin: 0px;
}
drilldown-golden-config .drilldown-header .device-alert-info .alert-check {
  color: #E72E2E;
}
drilldown-golden-config .drilldown-header .device-alert-info .compliance-check {
  color: #248900;
}
drilldown-golden-config .drilldown-header .device-alert-info .rules-count {
  font-size: 12px;
  color: #546773;
}
drilldown-golden-config .drilldown-header .device-alert-info i {
  flex-shrink: 0;
}
drilldown-golden-config .drilldown-header .device-alert-info i:hover {
  cursor: pointer;
}
drilldown-golden-config .drilldown-header .device-alert-info .nb-plm-search {
  display: flex;
  align-items: center;
  margin-left: auto;
  min-width: 100px;
  flex: 1;
}
drilldown-golden-config .drilldown-header .device-alert-info .nb-plm-search .nb-plm-search-input {
  max-width: 200px;
  margin-left: auto;
}
drilldown-golden-config .drilldown-header .device-alert-info .header-filter-dropdown {
  display: none;
}
drilldown-golden-config .drilldown-header .device-alert-info.small .alert-check,
drilldown-golden-config .drilldown-header .device-alert-info.small .compliance-check {
  display: none;
}
drilldown-golden-config .drilldown-header .device-alert-info.small .header-filter-dropdown {
  display: block;
}
drilldown-golden-config .drilldown-header .compare-config {
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
drilldown-golden-config .drilldown-header .device-selection-dropdown {
  display: flex;
  min-width: 100px;
}
drilldown-golden-config .drilldown-header .device-selection-dropdown .btn {
  background-color: #F1FAFF;
  border: none;
}
drilldown-golden-config .drilldown-header .device-selection-dropdown .btn .device-name {
  width: unset;
  max-width: 130px;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  gap: 4px;
}
drilldown-golden-config .drilldown-header .device-selection-dropdown .btn .device-name i {
  flex-shrink: 0;
}
drilldown-golden-config .drilldown-header .device-selection-dropdown .btn .device-name span {
  height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
drilldown-golden-config .drilldown-header .device-selection-dropdown .btn-group {
  padding: 0px;
}
drilldown-golden-config .drilldown-header .device-selection-dropdown button {
  border: none;
  border-color: unset;
}
drilldown-golden-config .drilldown-header .device-selection-dropdown .dropdown-device {
  min-width: 0;
}
drilldown-golden-config .drilldown-header .device-selection-dropdown .dropdown-device .dropdown-menu .nb-filter-bar div input {
  border: none;
  border-bottom: 1px solid #c8c8c8;
}
drilldown-golden-config .drilldown-header .device-selection-dropdown .dropdown-device .dropdown-menu .typeahead-wrapper div .dropdown-menu .uib-typeahead-match {
  padding: 4px 8px;
}
drilldown-golden-config .drilldown-header .device-selection-dropdown .dropdown-device .dropdown-menu .typeahead-wrapper div .dropdown-menu .uib-typeahead-match .device-filter-dropdown .device-name span {
  height: unset;
}
drilldown-golden-config .drilldown-header .device-selection-dropdown .dropdown-toggle:nth-child(2) {
  padding-left: 0px;
}
drilldown-golden-config .drilldown-header .device-selection-dropdown .dropdown-menu[uib-typeahead-popup] {
  width: 100%;
}
drilldown-golden-config .drilldown-header .device-selection-dropdown .default-dropdown-menu {
  max-height: 160px;
  overflow: auto;
}
drilldown-golden-config .drilldown-header .config-name {
  display: flex;
  gap: 6px;
  align-items: center;
  white-space: nowrap;
  min-width: 0;
}
drilldown-golden-config .drilldown-header .config-name i {
  flex-shrink: 0;
}
drilldown-golden-config .drilldown-header .config-name span {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
drilldown-golden-config .drilldown-golden-config-result {
  flex: 1;
  display: flex;
}
.golden-config-pane-filter-dropdown-menu label {
  display: flex;
  align-items: center;
  gap: 4px;
}
.golden-config-pane-filter-dropdown-menu label input {
  margin: 0;
}
.golden-config-pane-filter-dropdown-menu .alert-check {
  color: #EB0800;
}
.golden-config-pane-filter-dropdown-menu .compliance-check {
  color: #248900;
}

.timeline-container {
  position: relative;
  padding: 8px 80px 8px 48px;
  gap: 4px;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  height: 80px;
}
.timeline-container .timestamp-container {
  width: 33%;
  z-index: 1;
}
.timeline-container .timestamp-container .timestamp {
  cursor: pointer;
  font-size: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.timeline-container .timestamp-container .timestamp .tags-container {
  height: 20px;
}
.timeline-container .timestamp-container .timestamp .tags-container .tag-display-panel {
  height: 20px;
}
.timeline-container .timestamp-container .timestamp .point {
  height: 16px;
  display: grid;
  place-items: center;
}
.timeline-container .timeline,
.timeline-container .prev,
.timeline-container .next,
.timeline-container .dropdown {
  position: absolute;
  bottom: 8px;
}
.timeline-container .timeline {
  height: 16px;
  left: 48px;
  right: 80px;
  display: grid;
  place-items: center;
}
.timeline-container .timeline .horizontal-bar {
  height: 1px;
  border-top: 1px solid #E5B05D;
  width: 100%;
}
.timeline-container .prev {
  left: calc(48px - 16px);
  line-height: 16px;
  display: grid;
  place-items: center;
}
.timeline-container .next {
  right: calc(80px - 16px);
  line-height: 16px;
  display: grid;
  place-items: center;
}
.timeline-container .dropdown {
  right: calc(80px - 16px - 16px - 16px);
  line-height: 16px;
}
.timeline-container .dropdown .dropdown-toggle {
  cursor: pointer;
}
.timeline-container .dropdown .dropdown-menu {
  margin-left: -120px;
  max-height: 200px;
  min-width: 168px;
  overflow: auto;
}
.timeline-container .dropdown .dropdown-menu > li {
  padding-right: 0;
}

.automation-result-popover .automation-result-tip {
  max-height: 400px;
  width: 440px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.automation-result-popover .automation-result-tip .automation-result-tip-header {
  display: flex;
  align-items: center;
  gap: 16px;
}
.automation-result-popover .automation-result-tip .automation-result-tip-header .nb-search-bar {
  margin-bottom: 0;
}
.automation-result-popover .automation-result-tip .automation-result-tip-header .automation-result-alert-filter label {
  display: flex;
  align-items: center;
  gap: 4px;
}
.automation-result-popover .automation-result-tip .automation-result-tip-header .automation-result-alert-filter label input {
  margin-top: -1px;
}
.automation-result-popover .automation-result-tip .automation-result-divider {
  height: 1px;
  background: #D8D8D8;
}
.automation-result-popover .automation-result-tip .automation-result-list {
  padding: 0px 12px;
  overflow: auto;
}
.automation-result-popover .automation-result-tip .automation-result-list .automation-result-row {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 4px 0px;
}
.automation-result-popover .automation-result-tip .automation-result-list .automation-result-row .automation-result-title {
  color: #116BBA;
  white-space: nowrap;
  overflow: hidden;
  flex: 1;
  text-overflow: ellipsis;
  cursor: pointer;
}
.automation-result-popover .automation-result-tip .automation-result-list .automation-result-row .automation-result-status-code {
  flex-shrink: 0;
  width: 60%;
}
.automation-result-popover .automation-result-tip .automation-result-list .automation-result-row:not(:first-child) {
  border-top: 1px solid #D8D8D8;
}

.automation-config-result-tip {
  width: 240px;
  max-height: 280px;
  overflow-y: auto;
}
.automation-config-result-tip .automation-config-result-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.automation-config-result-tip .automation-config-result-list .automation-config-result-row {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.automation-config-result-tip .automation-config-result-list .automation-config-result-row .automation-config-result-device {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 40%;
}
.automation-config-result-tip .automation-config-result-list .automation-config-result-row .automation-config-result-device .automation-device-title {
  color: #116BBA;
  white-space: nowrap;
  overflow: hidden;
  flex: 1;
  text-overflow: ellipsis;
}
.automation-config-result-tip .automation-config-result-list .automation-config-result-row .automation-config-result-timestamp {
  color: #546773;
  white-space: nowrap;
  overflow: hidden;
  width: 30%;
  text-overflow: ellipsis;
  flex: 1;
}
.automation-config-result-tip .automation-config-result-list .automation-config-result-row .automation-config-result-status {
  width: 30%;
  background-color: #0DAA71;
  border-radius: 2px;
  width: 34px;
  line-height: 18px;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  color: white;
  font-weight: 600;
}
.automation-config-result-tip .automation-config-result-list .automation-config-result-row .automation-config-result-status.automation-status-results-alert {
  background-color: #E72E2E;
}

.main-side-pane > div:not(.ui-resizable-handle).insight-top-panel {
  width: 532px;
  min-width: 532px;
}
.main-side-pane > div:not(.ui-resizable-handle).insight-top-panel.drilldown-opened {
  min-width: 1072px;
}
.main-side-pane > div:not(.ui-resizable-handle).insight-top-panel .top-panel-body {
  background-color: white;
}

.modal-body {
  border-radius: 4px;
}
.ai-insight-manage-prompt .modal-body {
  padding: 0 !important;
}
.manage-prompt-container {
  display: flex;
  width: 970px;
}
.manage-prompt-container .manage-prompt-left {
  width: 260px;
  border-right: 1px solid #E4E1E1;
  height: 560px;
  display: flex;
  flex-direction: column;
}
.manage-prompt-container .manage-prompt-left .action-bar .nb-search-bar {
  margin: 0 !important;
}
.manage-prompt-container .manage-prompt-left .action-bar .nb-search-bar .form-control {
  border: 0;
  border-bottom: 1px solid #E4E1E1;
}
.manage-prompt-container .manage-prompt-left .prompt-tree-container {
  flex: 1;
  overflow: auto;
}
.manage-prompt-container .manage-prompt-right {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.manage-prompt-container .manage-prompt-right modify-prompt {
  height: 0;
  flex-grow: 1;
  overflow: auto;
  padding: 32px 8px 16px 16px;
}
.manage-prompt-container .manage-prompt-right modify-prompt hr {
  margin-left: -16px;
  margin-right: -8px;
}
.manage-prompt-container .manage-prompt-right .no-prompt {
  height: 0;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #4A5861;
}
.manage-prompt-container .manage-prompt-right .dialog-footer {
  display: flex;
  gap: 20px;
  justify-content: end;
  padding: 12px;
  border-top: 1px solid #EAEBEC;
}

user-message-block {
  display: flex;
  flex-flow: row-reverse;
  gap: 8px;
  margin-left: 32px;
}
user-message-block .user-profile {
  padding-top: 4px;
  flex-shrink: 0;
}
user-message-block .user-profile .user-avatar {
  height: 24px;
  width: 24px;
  background-size: 24px 24px;
  border-radius: 50%;
}
user-message-block .user-profile .user-avatar.avatar-label {
  background-color: #aad7f1;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
}
user-message-block .message-container {
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
  overflow: auto;
}
user-message-block .message-container.edit-mode {
  flex: 1;
}
user-message-block .message-container .initial-message {
  font-size: 9px;
  color: #828C92;
  font-weight: 600;
  position: absolute;
  top: -20px;
}
user-message-block .user-message {
  background-color: #F7FAFD;
  border: 1px solid #E4EDF9 !important;
  border-radius: 8px 0px 8px 8px;
}
user-message-block .user-message-editor {
  flex: 1;
  background-color: #F7FAFD;
  border: 1px solid #E4EDF9 !important;
  border-radius: 8px 0px 8px 8px;
}
user-message-block .action-bar {
  visibility: hidden;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 4px 0 0 3px;
}
user-message-block .action-bar span {
  cursor: pointer;
}
user-message-block:hover .action-bar {
  visibility: visible;
}
user-message-block .close-input-btn {
  position: absolute;
  right: 14px;
  top: 11px;
  cursor: pointer;
}
user-message-block new-conversation-input .new-prompt {
  padding-right: 32px;
}

insight-message-block {
  display: flex;
  position: relative;
  gap: 8px;
  margin-right: 32px;
}
insight-message-block .avatar {
  flex-shrink: 0;
}
insight-message-block .insight-message-block-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow: auto;
}
insight-message-block .insight-message-block-container .insight-message {
  overflow: auto;
}
insight-message-block .insight-message-block-container .responding-tip {
  display: flex;
  align-items: center;
  gap: 6px;
}
insight-message-block .insight-message-block-container:hover footer {
  visibility: visible;
}
insight-message-block .insight-message-block-container .message {
  color: #212121;
  font-size: 13px;
  font-weight: 400;
}
insight-message-block .insight-message-block-container .message > :first-child {
  margin-top: 0 !important;
}
insight-message-block .insight-message-block-container .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;
}
insight-message-block .insight-message-block-container .message .msg-alert {
  color: #E72E2E;
}
insight-message-block .insight-message-block-container .message a {
  cursor: pointer;
}
insight-message-block .insight-message-block-container .message p {
  line-height: 20px;
  padding: 0;
  margin: 8px 0px 16px 0px;
}
insight-message-block .insight-message-block-container .message strong {
  font-weight: 600;
}
insight-message-block .insight-message-block-container .message blockquote {
  border-left: 0px;
  font-size: 13px;
  padding: 8px 16px;
  margin-bottom: 0px;
  margin-top: 8px;
}
insight-message-block .insight-message-block-container .message blockquote summary {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
}
insight-message-block .insight-message-block-container .message blockquote h1 {
  font-size: 14px;
  margin-top: 0px;
}
insight-message-block .insight-message-block-container .message blockquote h2 {
  font-size: 14px;
  margin-top: 0px;
}
insight-message-block .insight-message-block-container .message blockquote h3 {
  font-size: 14px;
  margin-top: 0px;
}
insight-message-block .insight-message-block-container .message blockquote h4 {
  font-size: 13px;
  margin-top: 0px;
}
insight-message-block .insight-message-block-container .message blockquote p {
  margin: 4px 0px 8px 0px;
}
insight-message-block .insight-message-block-container .message summary {
  display: list-item;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 8px;
  list-style: none;
  cursor: pointer;
}
insight-message-block .insight-message-block-container .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>');
}
insight-message-block .insight-message-block-container .message details > *:not(summary) {
  margin-left: 16px !important;
}
insight-message-block .insight-message-block-container .message details summary {
  display: flex;
  align-items: baseline;
}
insight-message-block .insight-message-block-container .message details summary:hover::before {
  background-color: #E4EDF9;
}
insight-message-block .insight-message-block-container .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;
}
insight-message-block .insight-message-block-container .message h1 {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  padding: 0 0 8px;
  margin: 24px 0 16px;
}
insight-message-block .insight-message-block-container .message h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  padding: 0 0 8px;
  margin: 24px 0 16px;
}
insight-message-block .insight-message-block-container .message h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  padding: 0 0 4px;
  margin: 20px 0 8px;
}
insight-message-block .insight-message-block-container .message h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  padding: 0;
  margin: 16px 0 8px;
}
insight-message-block .insight-message-block-container .message ul,
insight-message-block .insight-message-block-container .message ol {
  padding-left: 16px;
  margin-bottom: 8px;
  margin-top: 8px;
}
insight-message-block .insight-message-block-container .message ul li,
insight-message-block .insight-message-block-container .message ol li {
  list-style: initial;
  line-height: 20px;
}
insight-message-block .insight-message-block-container .message ul li p,
insight-message-block .insight-message-block-container .message ol li p {
  margin-bottom: 0px;
}
insight-message-block .insight-message-block-container .message ul li {
  list-style: disc;
  margin-bottom: 4px;
}
insight-message-block .insight-message-block-container .message ul ul li {
  list-style: circle;
}
insight-message-block .insight-message-block-container .message ul ul ul li {
  list-style: square;
}
insight-message-block .insight-message-block-container .message table,
insight-message-block .insight-message-block-container .message th,
insight-message-block .insight-message-block-container .message td {
  border: 1px solid #d7dcdf;
}
insight-message-block .insight-message-block-container .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;
}
insight-message-block .insight-message-block-container .message table th {
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
  color: #212121;
  background-color: #f5f5f5;
  padding: 4px 8px;
}
insight-message-block .insight-message-block-container .message table td {
  font-size: 13px;
  line-height: 22px;
  color: #212121;
  background-color: white;
  padding: 4px 8px;
}
insight-message-block .insight-message-block-container .message code {
  line-height: 20px;
  background: #f0f3f8;
  color: #212121;
  padding: 1px 8px;
  border-radius: 2px;
  margin: 4px 2px;
  font-weight: 400;
}
insight-message-block .insight-message-block-container .message .code-block {
  line-height: 16px;
  background: #f0f3f8;
  padding: 8px;
  border: 1px solid #d7dcdf;
  border-radius: 2px;
  margin: 8px 0 12px 8px;
}
insight-message-block .insight-message-block-container .message hr {
  margin-top: 12px;
  margin-bottom: 12px;
}
insight-message-block .insight-message-block-container footer {
  visibility: hidden;
  display: flex;
  gap: 8px;
}
insight-message-block .insight-message-block-container footer i {
  cursor: pointer;
}
insight-message-block .insight-message-block-container footer .popover:hover footer {
  visibility: visible;
}
insight-message-block .insight-message-block-container footer .popover .arrow {
  display: none;
}
insight-message-block .insight-message-block-container footer .popover.bottom {
  margin-top: 0px;
}
insight-message-block .insight-message-block-container footer .insight-dropdown {
  display: flex;
  align-items: center;
}
insight-message-block .insight-message-block-container footer .automation-map-detail-list-popover {
  max-height: 300px;
  width: 160px;
  overflow: auto;
}
insight-message-block .insight-message-block-container footer .automation-map-detail-list-popover .automation-map-detail-list-container {
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
insight-message-block .insight-message-block-container footer .automation-map-detail-list-popover .automation-map-detail-list-container .automation-map-detail-row {
  display: flex;
  align-items: center;
  gap: 4px;
}
insight-message-block .insight-message-block-container footer .automation-map-detail-list-popover .automation-map-detail-list-container .automation-map-detail-row .automation-map-title {
  flex: 3;
  color: #116bba;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
insight-message-block .insight-message-block-container footer .automation-map-detail-list-popover .automation-map-detail-list-container .no-map-available {
  color: #828c92;
}

insight-reference-groups {
  display: block;
  margin-left: 16px;
  margin-bottom: 12px;
}
insight-reference-groups .insight-reference-groups {
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #E4EDF9;
  background: #F7FAFD;
  display: flex;
  align-items: start;
  gap: 12px;
  max-width: 430px;
}
insight-reference-groups .insight-reference-groups .toggle-icon-container {
  height: 16px;
  cursor: pointer;
  display: grid;
  place-items: center;
}
insight-reference-groups .insight-reference-groups .reference-groups {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-grow: 1;
  overflow: hidden;
}
insight-reference-groups .insight-reference-groups .reference-group {
  display: flex;
  flex-grow: 1;
  align-items: center;
  gap: 4px;
}
insight-reference-groups .insight-reference-groups .reference-group i {
  flex-shrink: 0;
}
insight-reference-groups .insight-reference-groups .reference-group i.icon-popup {
  cursor: pointer;
}
insight-reference-groups .insight-reference-groups .reference-group .reference-group-name {
  margin-left: 0;
}
insight-reference-groups .insight-reference-groups .reference-group .group-exec-time {
  flex-shrink: 0;
  width: 100px;
  font-size: 12px;
  line-height: 16px;
  margin-left: auto;
}
insight-reference-groups .insight-reference-groups .reference-group .group-status {
  margin-left: auto;
  flex-shrink: 0;
  border-radius: 4px;
  font-size: 11px;
  line-height: 16px;
  width: 48px;
  text-align: center;
}
insight-reference-groups .insight-reference-groups .reference-group .group-status.group-has-error {
  background-color: #E72E2E;
  color: white;
}
insight-reference-groups .insight-reference-groups .reference-group .group-status.group-is-success {
  background-color: #0DAA71;
  color: white;
}
insight-reference-groups .insight-reference-groups .reference-group .group-exec-time + .group-status {
  margin-left: 0px;
}


new-conversation-input {
  background-color: #f7fafd;
}
new-conversation-input .new-prompt {
  display: flex;
  align-items: center;
  padding: 0 16px;
  height: 32px;
}
new-conversation-input nb-switch-button {
  margin-left: auto;
}
new-conversation-input nb-icon-dropdown {
  margin-left: 12px;
}
new-conversation-input .define-prompt-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 24px;
  padding: 0px !important;
  border: 0;
}
new-conversation-input .alert-drilldown-label {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
new-conversation-input .alert-drilldown-label input[type="checkbox"] {
  margin: 0;
}
new-conversation-input .left-margin {
  margin-left: auto;
}
new-conversation-input .insight-question {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 0 16px 16px 16px;
}
new-conversation-input .insight-question textarea {
  height: 60px;
  flex: 1;
}
new-conversation-input .insight-question .send-btn {
  height: 34px;
  flex: 0 0 34px;
  background: #1d8ee6;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  border-radius: 5px;
}
new-conversation-input .insight-question .copilot-input-rich-text-directive .top-popout {
  z-index: 1010;
}

.ai-insight-tab-export .modal-body {
  display: flex;
  flex-direction: column;
  width: 700px;
  height: 320px;
  gap: 16px;
}
.ai-insight-tab-export .modal-body .export-doc-wraper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ai-insight-tab-export .modal-body .field-value {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ai-insight-tab-export .modal-body .field-value .step-label {
  font-weight: 600;
  color: #212121;
  white-space: nowrap;
}
.ai-insight-tab-export .modal-body .field-value .step-content {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 0;
  flex-grow: 1;
}
.ai-insight-tab-export .modal-body .field-value .step-content label {
  display: flex;
  align-items: center;
  gap: 4px;
}
.ai-insight-tab-export .modal-body .field-value .step-content label input[type="checkbox"] {
  margin: 0px;
}
.ai-insight-tab-export .modal-body .field-value .step-content .s-3-title-drop .select-style-dropdown .doc-node-link-button .dropdown-selection {
  max-width: 400px;
}
.ai-insight-tab-export .modal-body .field-value .step-content .s-3-title-adv-box {
  margin-left: auto;
}
.ai-insight-tab-export .modal-body .field-value .field-content {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ai-insight-tab-export .modal-body .field-value .style-content {
  width: 100%;
}
.ai-insight-tab-export .modal-body .field-value .style-content .s3-style-box {
  width: 100%;
  padding-left: 12px;
}
.ai-insight-tab-export .modal-body .field-value .style-content .s3-style-box .doc-node-style-directive {
  border: 1px solid #eaebec;
}
.ai-insight-tab-export .modal-body .column-direction {
  flex-direction: column;
  align-items: unset;
  height: 100%;
}
.ai-insight-tab-export .modal-body .column-direction .style-content {
  height: 0;
  flex-grow: 1;
}
.ai-insight-tab-export .modal-body .column-direction .style-content .s3-style-box {
  height: 100%;
  padding-left: 0px;
}
.ai-insight-tab-export .modal-body .column-direction .style-content .s3-style-box .doc-node-style-directive {
  height: 100%;
  padding-top: 0px;
}
.ai-insight-tab-export .modal-body .column-direction .style-content .s3-style-box .doc-node-style-directive .style-content-box {
  justify-content: unset;
}
.ai-insight-tab-export .modal-body .column-direction .style-content .s3-style-box .doc-node-style-directive .style-content-box .style-item-box {
  margin-top: 0px !important;
}

.conversation-display-settings-modal .modal-body {
  width: 500px;
}
.conversation-display-settings-modal .modal-body .setting {
  display: flex;
  align-items: center;
  gap: 4px;
}
.conversation-display-settings-modal .modal-body .setting i.icon {
  cursor: pointer;
}
.insight-conversation-display-setting-tooltip {
  width: 200px;
  opacity: 1 !important;
}
.insight-conversation-display-setting-tooltip .light-font-color {
  color: #546773;
}
.insight-conversation-display-setting-tooltip strong {
  font-weight: 600;
}
.insight-conversation-display-setting-tooltip .tooltip-inner {
  max-width: unset;
  color: #000000;
  background-color: #ffffff;
  text-align: left;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
  padding: 8px 8px;
  line-height: 1.5em;
}
.insight-conversation-display-setting-tooltip.bottom {
  padding: 5px 0;
}
.insight-conversation-display-setting-tooltip .tooltip-arrow {
  border-top-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
  display: none;
}

insert-variable-tooltip span.info {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
  color: #116BBA;
}
.insert-variable-tooltip {
  opacity: 1 !important;
}
.insert-variable-tooltip .light-font-color {
  color: #546773;
}
.insert-variable-tooltip strong {
  font-weight: 600;
}
.insert-variable-tooltip .tooltip-inner {
  max-width: unset;
  color: #000000;
  background-color: #ffffff;
  text-align: left;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
  padding: 8px 8px;
  line-height: 1.5em;
}
.insert-variable-tooltip.bottom {
  padding: 5px 0;
}
.insert-variable-tooltip .tooltip-arrow {
  border-top-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
  display: none;
}
.insert-variable-tooltip .tooltip-inner {
  display: flex;
  position: relative;
}
.insert-variable-tooltip img {
  width: 300px;
  object-fit: contain;
}
.insert-variable-tooltip .dotted-line {
  position: absolute;
  border-top: 1px dotted #B0B6BA;
  height: 1px;
}
.insert-variable-tooltip .dotted-line.add-comment {
  width: 163px;
  top: 72px;
  left: 149px;
}
.insert-variable-tooltip .dotted-line.insert-variable {
  width: 11px;
  top: 139px;
  left: 301px;
}
.insert-variable-tooltip .sample-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.insert-variable-tooltip .sample-section .add-comment-section,
.insert-variable-tooltip .sample-section .insert-variable-section {
  border-radius: 4px;
  background: #F8F8F8;
  padding: 12px;
  margin: 4px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 360px;
}
.insert-variable-tooltip .sample-section .add-comment-section header,
.insert-variable-tooltip .sample-section .insert-variable-section header {
  font-size: 14px;
  font-weight: 600;
}
.insert-variable-tooltip .sample-section .add-comment-section .entry,
.insert-variable-tooltip .sample-section .insert-variable-section .entry {
  display: flex;
  gap: 8px;
}
.insert-variable-tooltip .sample-section .add-comment-section .entry label,
.insert-variable-tooltip .sample-section .insert-variable-section .entry label {
  width: 80px;
}
.insert-variable-tooltip .sample-section .add-comment-section .entry ul,
.insert-variable-tooltip .sample-section .insert-variable-section .entry ul {
  margin-bottom: 0;
  padding-left: 12px;
}
.insert-variable-tooltip .sample-section .add-comment-section .entry ul li,
.insert-variable-tooltip .sample-section .insert-variable-section .entry ul li {
  list-style: disc;
}
.insert-variable-tooltip .help {
  position: absolute;
  bottom: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
}

modify-prompt {
  position: relative;
}
modify-prompt .form-group label {
  width: 100px !important;
  text-align: unset !important;
  font-weight: 600;
}
modify-prompt .option-section {
  margin-top: 16px;
  display: flex;
  gap: 32px;
}
modify-prompt .option-section label:first-child {
  font-weight: 600;
}
modify-prompt .option-section .labeled-input {
  display: flex;
  align-items: center;
  gap: 4px;
}
modify-prompt .option-section .labeled-input input {
  margin-top: 0px;
}

prompt-variable-value-dropdown-input > input {
  width: 100%;
}
prompt-variable-value-dropdown-input input.form-control {
  height: 30px !important;
}
prompt-variable-value-dropdown-input .icon-string,
prompt-variable-value-dropdown-input .icon-devices,
prompt-variable-value-dropdown-input .icon-interface {
  background-repeat: no-repeat;
  width: 100% !important;
  height: unset !important;
  display: block;
  padding-left: 20px;
  background-position: 4px 7px;
}
prompt-variable-value-dropdown-input .variable-default-value-input-select {
  display: flex;
}
prompt-variable-value-dropdown-input .variable-default-value-input-select input {
  border-right-width: 0;
  width: 0;
  flex-grow: 1;
}
prompt-variable-value-dropdown-input .variable-default-value-input-select input:focus {
  border-right-width: 1px;
}
prompt-variable-value-dropdown-input .variable-default-value-input-select [uib-dropdown-toggle] {
  border: 1px solid #c8c8c8;
  background: none;
  border-left: 0 !important;
}
prompt-variable-value-dropdown-input .variable-default-value-input-select [uib-dropdown-menu] {
  width: 100%;
}
.prompt-variable-default-value[uib-dropdown-menu] {
  min-width: unset;
}
.prompt-variable-default-value[uib-dropdown-menu] li:nth-child(2) {
  border-top: 1px solid #C8C8C8;
  color: #116BBA;
}

prompt-variable-and-content {
  position: relative;
}
prompt-variable-and-content header {
  font-weight: 600;
}
prompt-variable-and-content header.define-variable-header {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  gap: 8px;
}
prompt-variable-and-content header.prompt-content-header {
  margin-top: 16px;
}
prompt-variable-and-content .variable-header {
  margin-bottom: 2px;
  color: #4a5861;
  font-weight: 600;
  font-size: 11px;
}
prompt-variable-and-content .variable-def {
  margin-bottom: 8px;
}
prompt-variable-and-content .variable-def .variable-type [uib-dropdown-toggle] {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 4px;
}
prompt-variable-and-content .variable-def .variable-type [uib-dropdown-toggle] .icon_nb_arrow_down {
  margin-left: auto;
}
prompt-variable-and-content .variable-def .variable-type [uib-dropdown-menu] {
  min-width: unset;
}
prompt-variable-and-content .variable-def .variable-type [uib-dropdown-menu] li {
  display: flex;
  align-items: center;
  gap: 4px;
}
prompt-variable-and-content .variable-def .icon-close {
  cursor: pointer;
}
prompt-variable-and-content .variable-header,
prompt-variable-and-content .variable-def {
  display: grid;
  align-items: center;
  grid-template-columns: 1.3fr 2fr 3fr 2fr 12px;
  gap: 8px;
}
prompt-variable-and-content .variable-header input,
prompt-variable-and-content .variable-def input {
  min-width: 0;
}
prompt-variable-and-content .variable-header [uib-dropdown-toggle],
prompt-variable-and-content .variable-def [uib-dropdown-toggle] {
  border: 1px solid #c8c8c8;
  background: none;
}
prompt-variable-and-content .prompt-content-wrapper {
  height: 100px;
}
prompt-variable-and-content .prompt-content-wrapper .nb-plm-multi-rich-text {
  width: 100%;
  height: 100%;
}
prompt-variable-and-content .prompt-content-wrapper .nb-plm-multi-rich-text textarea {
  white-space: pre-wrap;
}

