@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.chat_wrap {
  background-color: var(--chatbot-bg-color);
}

.chat_content_left .chat_sidebar_action {
  top: 92px;
}
.chat_content_left .chat_sidebar_action .btn-custom {
  background: var(--chat-sidebar-action-bg-color);
  border: 1px solid var(--chat-sidebar-action-border-color);
  color: var(--chat-sidebar-action-text-color);
}
.chat_content_left .chat_sidebar_action .btn-custom:hover, .chat_content_left .chat_sidebar_action .btn-custom:focus {
  background: var(--chat-sidebar-action-bg-color);
  border: 1px solid var(--chat-sidebar-action-border-color);
  color: var(--chat-sidebar-action-text-color);
}
.chat_content_left .chat_sidebar {
  background-color: var(--chat-sidebar-bg-color);
  border: none;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(29, 29, 29, 0.1);
  -moz-box-shadow: 0px 2px 6px 0px rgba(29, 29, 29, 0.1);
  box-shadow: 0px 2px 6px 0px rgba(29, 29, 29, 0.1);
}
.chat_content_left .chat_sidebar .chat_sidebar_top {
  background-color: var(--chat-sidebar-bg-color);
}
.chat_content_left .chat_sidebar .chat_sidebar_bottom {
  background-color: var(--chat-sidebar-bottom-bg-color);
  border: none;
}
.chat_content_left .chat_sidebar .chat_sidebar_bottom .chat_list_header {
  background-color: var(--chat-sidebar-bottom-bg-color);
  border-top: 1px solid var(--chat-sidebar-header-border-color);
  border-bottom: 1px solid var(--chat-sidebar-header-border-color);
}
.chat_content_left .chat_sidebar .chat_sidebar_bottom .chat_list_header .chat_header_title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: var(--chat-sidebar-header-title-color);
  text-align: left;
}
.chat_content_left .chat_sidebar .chat_sidebar_bottom .chat_list_header .chat_header_sub_title {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: var(--chat-sidebar-header-sub-title-color);
  text-align: left;
}
.chat_content_left .chat_sidebar .chat_sidebar_bottom .chat_list_header button[data-bs-target="#delete_conver"] {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  text-align: right;
  color: rgb(165, 5, 51);
}
.chat_content_left .chat_sidebar .chat_sidebar_bottom .chat_list_wrap {
  background-color: var(--chat-sidebar-bottom-bg-color);
}
.chat_content_left .chat_sidebar .chat_sidebar_tab .wrap {
  background-color: var(--chat-sidebar-tab-wrap-bg-color);
  border: 1px solid var(--chat-sidebar-tab-wrap-border-color);
  border-radius: 8px;
  border: none;
  padding: 4px;
}
.chat_content_left .chat_sidebar .chat_sidebar_tab .wrap .bg:after {
  margin: 0;
  background-color: transparent;
  box-shadow: 2px 0 4px 0 var(--chat-sidebar-tab-active-shadow-color);
}
.chat_content_left .chat_sidebar .chat_sidebar_tab .wrap [type=radio]:checked + .bg:after {
  background: var(--chat-sidebar-tab-active-bg-color);
}
.chat_content_left .chat_sidebar .chat_sidebar_tab .wrap [type=radio] ~ span {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: var(--chat-sidebar-tab-text-color);
}
.chat_content_left .chat_sidebar .chat_sidebar_tab .wrap [type=radio]:checked ~ span {
  color: var(--chat-sidebar-tab-active-text-color);
}
.chat_content_left .chat_sidebar .nodata_found_chat_box {
  width: 100%;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: var(--chatbot-common-text-color);
  padding: 15px;
}
.chat_content_left .chat_sidebar .chat_search_list_wrap .chat_search_box_topic {
  background-color: var(--chat-search-box-topic-bg-color);
}
.chat_content_left .chat_sidebar .chat_search_list_wrap .chat_search_box_topic .chat_search_box_topic_title {
  background-color: var(--chat-search-box-topic-title-bg-color);
  color: var(--chat-search-box-topic-title-text-color);
}
.chat_content_left .chat_sidebar .chat_search_list_wrap .chat_search_box_topic .chat_search_box_topic_title i {
  color: var(--chat-search-box-topic-title-text-color);
}
.chat_content_left .chat_sidebar .chat_search_list_wrap .chat_search_box_topic .chat_search_box_topic_title:hover, .chat_content_left .chat_sidebar .chat_search_list_wrap .chat_search_box_topic .chat_search_box_topic_title:focus, .chat_content_left .chat_sidebar .chat_search_list_wrap .chat_search_box_topic .chat_search_box_topic_title.active {
  background: rgb(165, 5, 51);
  color: #ffffff;
}
.chat_content_left .chat_sidebar .chat_search_list_wrap .chat_search_box_topic .chat_search_box_topic_title:hover i, .chat_content_left .chat_sidebar .chat_search_list_wrap .chat_search_box_topic .chat_search_box_topic_title:focus i, .chat_content_left .chat_sidebar .chat_search_list_wrap .chat_search_box_topic .chat_search_box_topic_title.active i {
  color: #ffffff;
}

.chat_list_box {
  background-color: var(--chat-list-box-bg-color);
  border-radius: 0 !important;
  padding: 8px 16px;
}
.chat_list_box .chat_box_top {
  margin-bottom: 5px;
}
.chat_list_box .chat_box_top .chat_box_title {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: var(--chat-list-box-title-text-color);
}
.chat_list_box .chat_box_bottom .chat_box_tag {
  background-color: var(--chat-list-box-tag-bg-color);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 18px;
  text-transform: uppercase;
  color: var(--chat-list-box-tag-text-color);
  padding: 4px 8px;
  border-radius: 18px;
}
.chat_list_box .chat_box_bottom .chat_box_log {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: var(--chat-list-box-log-text-color);
}
.chat_list_box .chat_box_bottom .btn-custom {
  width: 20px;
}
.chat_list_box .chat_box_bottom .btn-custom i {
  color: var(--chat-list-box-action-icon-color);
}
.chat_list_box .chat_box_bottom .btn-custom:hover, .chat_list_box .chat_box_bottom .btn-custom:focus {
  background-color: transparent;
}
.chat_list_box .chat_box_bottom .btn-custom:hover i, .chat_list_box .chat_box_bottom .btn-custom:focus i {
  color: var(--chat-list-box-action-icon-hover-color);
}
.chat_list_box:hover, .chat_list_box:focus {
  background-color: var(--chat-list-box-hover-bg-color);
  border-radius: 0 !important;
}
.chat_list_box:hover .chat_box_title, .chat_list_box:focus .chat_box_title {
  color: var(--chat-list-box-title-text-color);
}
.chat_list_box:hover .chat_box_tag, .chat_list_box:focus .chat_box_tag {
  background-color: var(--chat-list-box-hover-tag-bg-color);
  color: var(--chat-list-box-tag-text-color);
}
.chat_list_box:hover .chat_box_log, .chat_list_box:focus .chat_box_log {
  color: var(--chat-list-box-log-text-color);
}
.chat_list_box.active {
  background-color: var(--chat-list-box-active-bg-color);
  border-radius: 0 !important;
}
.chat_list_box.active .chat_box_title {
  color: var(--chat-list-box-active-title-text-color);
}
.chat_list_box.active .chat_box_tag {
  background-color: var(--chat-list-box-active-tag-bg-color);
  color: var(--chat-list-box-active-tag-text-color);
}
.chat_list_box.active .chat_box_log {
  color: var(--chat-list-box-active-log-text-color);
}
.chat_list_box.active:hover, .chat_list_box.active:focus {
  background-color: var(--chat-list-box-active-bg-color);
}
.chat_list_box.active:hover .chat_box_top .chat_box_title, .chat_list_box.active:focus .chat_box_top .chat_box_title {
  color: var(--chat-list-box-active-title-text-color);
}
.chat_list_box.active:hover .chat_box_bottom .chat_box_tag, .chat_list_box.active:focus .chat_box_bottom .chat_box_tag {
  background-color: var(--chat-list-box-active-tag-bg-color);
  color: var(--chat-list-box-active-tag-text-color);
}
.chat_list_box.active:hover .chat_box_bottom .chat_box_log, .chat_list_box.active:focus .chat_box_bottom .chat_box_log {
  color: var(--chat-list-box-active-log-text-color);
}
.chat_list_box.active:hover .chat_box_bottom .btn-custom i, .chat_list_box.active:focus .chat_box_bottom .btn-custom i {
  color: var(--chat-list-box-active-action-icon-color);
}
.chat_list_box.active:hover .chat_box_bottom .btn-custom:hover, .chat_list_box.active:hover .chat_box_bottom .btn-custom:focus, .chat_list_box.active:focus .chat_box_bottom .btn-custom:hover, .chat_list_box.active:focus .chat_box_bottom .btn-custom:focus {
  background-color: transparent;
}
.chat_list_box.active:hover .chat_box_bottom .btn-custom:hover i, .chat_list_box.active:hover .chat_box_bottom .btn-custom:focus i, .chat_list_box.active:focus .chat_box_bottom .btn-custom:hover i, .chat_list_box.active:focus .chat_box_bottom .btn-custom:focus i {
  color: var(--chat-list-box-action-icon-hover-color);
}

.chat_detail_init_type_list .chat_detail_init_type_box {
  background-color: var(--chat-detail-init-type-box-bg-color);
  border-color: var(--chat-detail-init-type-box-border-color);
}
.chat_detail_init_type_list .chat_detail_init_type_box .chat_type_box_title .chat_type_text {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--chat-type-box-title-color);
  flex-grow: 0;
}
.chat_detail_init_type_list .chat_detail_init_type_box .chat_type_box_title .chat_type_btn.lock_btn {
  display: inline-flex;
  align-items: center;
  background-color: #a50533;
  color: #ffffff;
  padding: 4px 8px;
  border-radius: 8px;
}
.chat_detail_init_type_list .chat_detail_init_type_box .chat_type_box_title .chat_type_btn.lock_btn img[alt=infomenu] {
  width: 14px;
  height: 14px;
  margin-left: 8px;
}
.chat_detail_init_type_list .chat_detail_init_type_box .chat_type_box_subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: var(--chat-type-box-subtitle-color);
}
.chat_detail_init_type_list .chat_detail_init_type_box .chat_type_btn {
  background-color: var(--chat-type-btn-bg-color);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  color: var(--chat-type-btn-text-color);
}
.chat_detail_init_type_list [ng-reflect-ng-class="chat_detail_init_type_box arch"] {
  background-color: var(--chat-detail-init-type-box-lock-bg-color);
  border-color: var(--chat-detail-init-type-box-lock-border-color);
}
.chat_detail_init_type_list [ng-reflect-ng-class="chat_detail_init_type_box arch"] .chat_type_btn {
  background-color: var(--chat-lock-type-btn-bg-color);
  color: var(--chat-lock-type-btn-text-color);
}
.chat_detail_init_type_list [ng-reflect-ng-class="chat_detail_init_type_box arch"] .chat_type_box_subtitle {
  color: var(--chat-lock-type-box-subtitle-color);
}

.chat_content_right .chat_info_wrap {
  background-color: var(--chat-info-wrap-bg-color);
}
.chat_content_right .chat_info_wrap .chat_info_icon {
  font-size: 14px;
  color: var(--chat-info-wrap-text-color);
}
.chat_content_right .chat_info_wrap .chat_info_text {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  color: var(--chat-info-wrap-text-color);
}
.chat_content_right .chat_info_wrap_second {
  padding: 40px;
}
.chat_content_right .chat_info_wrap_second .chat_detail_init_title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
.chat_content_right .chat_info_wrap_second h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.chat_content_right .chat_info_wrap_second p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.chat_content_right .chat_info_wrap_second a.system-health {
  width: 190px;
  border-radius: 8px;
  padding: 8px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
.chat_content_right .chat_logo_landing_page {
  margin-top: 25px;
  margin-bottom: 15px;
}
.chat_content_right .chat_logo_landing_page .chat_logo_landing_page_bg {
  background-color: var(--chat-logo-bg-color);
  margin-top: 7px !important;
}
.chat_content_right .release-hist-info a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 16px;
}
.chat_content_right .chat_detail_init_type_box_select {
  background-color: var(--chat-detail-init-type-box-select-bg-color);
  border: 1px solid var(--chat-detail-init-type-box-select-border-color);
  width: 541px;
  max-width: 100%;
}
.chat_content_right .chat_detail_init_type_box_select .chat_type_box_left .chat_type_box_head {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: var(--chat-detail-init-type-box-select-heading-text-color);
}
.chat_content_right .chat_detail_init_type_box_select .chat_type_box_left .chat_type_box_title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--chat-detail-init-type-box-select-heading-text-color);
}
.chat_content_right .chat_detail_init_type_box_select .chat_type_box_right button {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  color: var(--chat-detail-init-type-box-select-button-text-color);
}
.chat_content_right .chat_search_desc strong {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--chat-search-desc-text-color);
}
.chat_content_right .chat_search_desc p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: var(--chat-search-desc-text-color);
}
.chat_content_right .chat_search_desc a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: var(--chat-search-desc-anch-color);
  text-decoration: none;
}
.chat_content_right .chat_search_desc a:hover, .chat_content_right .chat_search_desc a:focus {
  text-decoration: none;
  color: var(--chat-search-desc-anch-color);
}
.chat_content_right .chat_search_desc ul li, .chat_content_right .chat_search_desc ol li {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: var(--chat-search-desc-text-color);
}
.chat_content_right .chat_detail_box.answer {
  background-color: var(--chat-detail-box-answar-bg-color);
  border: 1px solid var(--chat-detail-box-answar-border-color);
  -webkit-box-shadow: 0px 4px 8px 0px var(--chat-detail-box-answar-box-shadow-color);
  -moz-box-shadow: 0px 4px 8px 0px var(--chat-detail-box-answar-box-shadow-color);
  box-shadow: 0px 4px 8px 0px var(--chat-detail-box-answar-box-shadow-color);
  padding: 16px;
}
.chat_content_right .chat_detail_box.answer .chat_detail_title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--chat-detail-box-answar-box-text-color);
}
.chat_content_right .chat_detail_box.answer .chat_detail_desc {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: var(--chat-detail-box-answar-box-text-color);
  margin-top: 10px;
}
.chat_content_right .chat_detail_box.answer .chat_detail_desc h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--chat-detail-box-answar-box-text-color);
  margin: 10px 0 0;
}
.chat_content_right .chat_detail_box.answer .chat_detail_desc p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: var(--chat-detail-box-answar-box-text-color);
  margin: 10px 0 0;
}
.chat_content_right .chat_detail_box.answer .chat_detail_desc ul, .chat_content_right .chat_detail_box.answer .chat_detail_desc ol {
  margin-top: 10px;
}
.chat_content_right .chat_detail_box.answer .chat_detail_desc ul li, .chat_content_right .chat_detail_box.answer .chat_detail_desc ol li {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: var(--chat-detail-box-answar-box-text-color);
  margin: 5px 0;
}
.chat_content_right .chat_detail_box.answer .chat_detail_desc a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #a50533;
  text-decoration: none;
}
.chat_content_right .chat_detail_box.answer .chat_detail_desc a:hover, .chat_content_right .chat_detail_box.answer .chat_detail_desc a:focus {
  text-decoration: none;
  color: #a50533;
}
.chat_content_right .chat_detail_box.answer .chat_detail_link {
  margin-right: 0px !important;
  padding-right: 8px;
  background-color: var(--chat-detail-box-answar-box-chat-detail-link-bg-color);
  color: var(--chat-detail-box-answar-box-chat-detail-link-text-color);
}
.chat_content_right .chat_detail_box.answer .chat_detail_link:hover, .chat_content_right .chat_detail_box.answer .chat_detail_link:focus {
  background-color: var(--chat-detail-box-answar-box-chat-detail-link-hover-bg-color);
  color: var(--chat-detail-box-answar-box-chat-detail-link-hover-text-color);
}
.chat_content_right .chat_detail_box.answer .imageRef-div {
  margin: 10px 0 5px !important;
}
.chat_content_right .chat_detail_box.answer .chat_detail_footer {
  margin-top: 10px;
}
.chat_content_right .chat_detail_box.answer .chat_detail_footer .chat_detail_footer_action {
  display: inline-flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}
.chat_content_right .chat_detail_box.answer .chat_detail_footer .chat_detail_footer_action .btn-custom {
  min-width: 30px;
  min-height: 30px;
  background-color: transparent;
}
.chat_content_right .chat_detail_box.answer .chat_detail_footer .chat_detail_footer_action .btn-custom:hover, .chat_content_right .chat_detail_box.answer .chat_detail_footer .chat_detail_footer_action .btn-custom:focus {
  background-color: transparent;
}
.chat_content_right .chat_detail_box.answer .chat_detail_footer .chat_detail_footer_action .btnCopy {
  color: var(--chat-footer-action-btn-color);
  min-width: 30px;
  min-height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.chat_content_right .chat_detail_box.answer .chat_detail_footer .chat_detail_footer_action .btnCopy .custom-tooltip {
  padding: 4px 8px;
}
.chat_content_right .chat_detail_box.question {
  padding: 16px;
  border-radius: 8px;
}
.chat_content_right .chat_detail_box.question .chat_detail_title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.chat_content_right .chat_detail_box.question .chat_detail_title span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.chat_content_right .chat_detail_box.question .chat_detail_title span i {
  font-size: 12px;
}
.chat_content_right .chat_detail_box.question .chat_detail_desc {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  margin-top: 10px;
}
.chat_content_right .chat_content_bottom {
  background-color: transparent;
  padding-bottom: 0;
}
.chat_content_right .chat_content_bottom .chat-questions {
  justify-content: flex-end;
  margin-bottom: 0;
}
.chat_content_right .chat_content_bottom .chat-questions .chat_topic_tag {
  background-color: var(--chat-topic-tag-bg-color);
  -webkit-box-shadow: 0px 4px 8px 0px var(--chat-topic-tag-shadow-color);
  -moz-box-shadow: 0px 4px 8px 0px var(--chat-topic-tag-shadow-color);
  box-shadow: 0px 4px 8px 0px var(--chat-topic-tag-shadow-color);
  color: var(--chat-topic-tag-text-color);
}
.chat_content_right .chat_content_bottom .chat-questions .chat_topic_tag:hover, .chat_content_right .chat_content_bottom .chat-questions .chat_topic_tag:focus {
  background-color: var(--chat-topic-tag-hover-bg-color);
  color: var(--chat-topic-tag-hover-text-color);
}
.chat_content_right .chat_content_bottom .chat-questions .reloadQus {
  color: var(--chat-topic-tag-reloadQus-text-color);
}
.chat_content_right .chat_content_bottom .chat_content_bottom_bottom {
  background-color: transparent;
}
.chat_content_right .chat_content_bottom .chat_content_bottom_bottom .btn-custom {
  background-color: var(--new-chat-btn-bg-color);
  color: var(--new-chat-btn-text-color);
}
.chat_content_right .chat_content_bottom .chat_content_bottom_bottom .btn-custom:hover, .chat_content_right .chat_content_bottom .chat_content_bottom_bottom .btn-custom:focus {
  background-color: var(--new-chat-btn-hover-bg-color);
  color: var(--new-chat-btn-text-color);
}
.chat_content_right .chat_content_bottom .chat_content_bottom_bottom .chat_text_input .form-input {
  background-color: var(--new-chat-msg-bg-color);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: var(--new-chat-msg-text-color);
}
.chat_content_right .chat_content_bottom .chat_content_bottom_bottom .chat_text_input .form-input::placeholder {
  color: var(--new-chat-msg-placehoder-text-color);
}
.chat_content_right .chat_content_bottom .chat_content_bottom_bottom .chat_text_input .form-input::-webkit-input-placeholder {
  color: var(--new-chat-msg-placehoder-text-color);
}
.chat_content_right .chat_content_bottom .chat_content_bottom_bottom .chat_text_input .form-input::-moz-placeholder {
  color: var(--new-chat-msg-placehoder-text-color);
}
.chat_content_right .chat_content_bottom .chat_content_bottom_bottom .chat_text_input .form-input:-ms-input-placeholder {
  color: var(--new-chat-msg-placehoder-text-color);
}
.chat_content_right .chat_content_bottom .chat_content_bottom_bottom .chat_text_input .form-input::-ms-input-placeholder {
  color: var(--new-chat-msg-placehoder-text-color);
}
.chat_content_right .chat_content_bottom .chat_content_bottom_bottom .chat_text_input .form-input:placeholder-shown {
  color: var(--new-chat-msg-placehoder-text-color);
}
.chat_content_right .chat_content_bottom .chat_content_bottom_bottom .chat_text_input .chat_clear i {
  position: relative;
  top: 1px;
  left: 1px;
}
.chat_content_right .chat_search_wrap_empty {
  padding-top: 80px;
}
.chat_content_right .chat_search_wrap_empty h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: var(--chat-search-wrap-empty-title-color);
}
.chat_content_right .chat_content_bottom_filter {
  border-bottom: 1px solid var(--chat-content-bottom-filter-border-color);
  padding-bottom: 22px;
}
.chat_content_right .chat_content_bottom_filter .chat_filter_btn {
  background-color: #1d1d1d;
  border-radius: 8px;
  gap: 10px;
  padding: 4px 16px 4px 8px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.chat_content_right .chat_content_bottom_filter .chat_filter_btn [class^=h-icon-] {
  line-height: 24px;
}
.chat_content_right .chat_content_bottom_filter .chat_filter_action .link-menu {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  padding: 4px 8px;
}
.chat_content_right .chat_content_bottom_filter .chat_filter_tag_list .chat_filter_tag {
  border-radius: 24px;
  padding: 4px 8px 4px 16px;
  border: 1px solid var(--chat-filter-tag-border-color);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: var(--chat-filter-tag-text-color);
}
.chat_content_right .chat_search_box.top_box {
  border: 1px solid var(--chat-search-top-box-border-color);
  padding: 16px !important;
  border-radius: 8px;
}
.chat_content_right .chat_search_box.top_box .chat_search_desc h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--chat-search-list-item-title-text-color);
  margin-bottom: 15px;
}
.chat_content_right .chat_search_box.top_box .chat_search_desc span {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: var(--chat-search-list-item-text-color);
}
.chat_content_right .chat_search_list .result-aisearch, .chat_content_right .chat_search_box.top_box .result-aisearch {
  width: 100%;
  padding: 8px 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 0;
  border-bottom: 1px solid var(--chat-content-bottom-filter-border-color);
}
.chat_content_right .chat_search_list .result-aisearch span, .chat_content_right .chat_search_box.top_box .result-aisearch span {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--chat-search-tag-text-color);
}
.chat_content_right .chat_search_list .result-aisearch span strong, .chat_content_right .chat_search_box.top_box .result-aisearch span strong {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--chat-search-tag-text-color);
}
.chat_content_right .chat_search_list .chat_search_list_item, .chat_content_right .chat_search_box.top_box .chat_search_list_item {
  width: 100%;
  padding: 25px 0 0;
}
.chat_content_right .chat_search_list .chat_search_list_item .chat_search_desc h3, .chat_content_right .chat_search_box.top_box .chat_search_list_item .chat_search_desc h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--chat-search-list-item-title-text-color);
  margin-bottom: 15px;
}
.chat_content_right .chat_search_list .chat_search_list_item .chat_search_desc h3 a, .chat_content_right .chat_search_box.top_box .chat_search_list_item .chat_search_desc h3 a {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--chat-search-list-item-title-text-color);
}
.chat_content_right .chat_search_list .chat_search_list_item .chat_search_desc .chat_search_title, .chat_content_right .chat_search_box.top_box .chat_search_list_item .chat_search_desc .chat_search_title {
  width: 100%;
}
.chat_content_right .chat_search_list .chat_search_list_item .chat_search_desc .chat_search_title a, .chat_content_right .chat_search_box.top_box .chat_search_list_item .chat_search_desc .chat_search_title a {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--chat-search-list-item-title-text-color);
}
.chat_content_right .chat_search_list .chat_search_list_item .chat_search_desc .chat_search_title a:hover, .chat_content_right .chat_search_list .chat_search_list_item .chat_search_desc .chat_search_title a:focus, .chat_content_right .chat_search_box.top_box .chat_search_list_item .chat_search_desc .chat_search_title a:hover, .chat_content_right .chat_search_box.top_box .chat_search_list_item .chat_search_desc .chat_search_title a:focus {
  color: var(--chat-search-list-item-title-text-color);
}
.chat_content_right .chat_search_list .chat_search_list_item .chat_search_desc .chat_search_title h2, .chat_content_right .chat_search_list .chat_search_list_item .chat_search_desc .chat_search_title h3, .chat_content_right .chat_search_box.top_box .chat_search_list_item .chat_search_desc .chat_search_title h2, .chat_content_right .chat_search_box.top_box .chat_search_list_item .chat_search_desc .chat_search_title h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--chat-search-list-item-title-text-color);
  margin-bottom: 15px;
}
.chat_content_right .chat_search_list .chat_search_list_item .chat_search_desc .chat_search_content, .chat_content_right .chat_search_box.top_box .chat_search_list_item .chat_search_desc .chat_search_content {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: var(--chat-search-list-item-text-color);
  overflow-x: auto;
}
.chat_content_right .chat_search_list .chat_search_list_item .chat_search_desc .chat_search_content table, .chat_content_right .chat_search_box.top_box .chat_search_list_item .chat_search_desc .chat_search_content table {
  margin: 10px 0;
  border: 1px solid var(--chat-search-table-border-color);
}
.chat_content_right .chat_search_list .chat_search_list_item .chat_search_desc .chat_search_content table tr td, .chat_content_right .chat_search_list .chat_search_list_item .chat_search_desc .chat_search_content table tr th, .chat_content_right .chat_search_box.top_box .chat_search_list_item .chat_search_desc .chat_search_content table tr td, .chat_content_right .chat_search_box.top_box .chat_search_list_item .chat_search_desc .chat_search_content table tr th {
  padding: 5px 8px;
  border-right: 1px solid var(--chat-search-table-border-color);
  border-bottom: 1px solid var(--chat-search-table-border-color);
}
.chat_content_right .chat_search_list .chat_search_list_item .chat_search_desc .chat_search_content table tr td:last-child, .chat_content_right .chat_search_list .chat_search_list_item .chat_search_desc .chat_search_content table tr th:last-child, .chat_content_right .chat_search_box.top_box .chat_search_list_item .chat_search_desc .chat_search_content table tr td:last-child, .chat_content_right .chat_search_box.top_box .chat_search_list_item .chat_search_desc .chat_search_content table tr th:last-child {
  border-right: 0;
}
.chat_content_right .chat_search_list .chat_search_list_item .chat_search_desc .chat_search_content table tr:last-child td, .chat_content_right .chat_search_list .chat_search_list_item .chat_search_desc .chat_search_content table tr:last-child th, .chat_content_right .chat_search_box.top_box .chat_search_list_item .chat_search_desc .chat_search_content table tr:last-child td, .chat_content_right .chat_search_box.top_box .chat_search_list_item .chat_search_desc .chat_search_content table tr:last-child th {
  border-bottom: 0;
}
.chat_content_right .chat_search_list .chat_search_list_item .chat_search_desc .chat_search_content table tr:nth-child(2) th, .chat_content_right .chat_search_box.top_box .chat_search_list_item .chat_search_desc .chat_search_content table tr:nth-child(2) th {
  border-top: 1px solid var(--chat-search-table-border-color);
}
.chat_content_right .chat_search_list .chat_search_list_item .chat_seach_tag_wrap, .chat_content_right .chat_search_box.top_box .chat_search_list_item .chat_seach_tag_wrap {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: var(--chat-search-tag-text-color);
}
.chat_content_right .chat_search_list .chat_search_list_item .chat_seach_tag_wrap .h-icon-tag, .chat_content_right .chat_search_box.top_box .chat_search_list_item .chat_seach_tag_wrap .h-icon-tag {
  color: var(--chat-search-tag-text-color);
}
.chat_content_right .chat_search_list .chat_search_list_item .chat_seach_tag_wrap .chat_search_tag_list .chat_search_tag, .chat_content_right .chat_search_box.top_box .chat_search_list_item .chat_seach_tag_wrap .chat_search_tag_list .chat_search_tag {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: var(--chat-search-tag-text-color);
  border-right: 1px solid var(--chat-search-tag-border-color);
}
.chat_content_right .chat_search_list .chat_search_list_item .chat_seach_tag_wrap .chat_search_tag_list .chat_search_tag:last-child, .chat_content_right .chat_search_box.top_box .chat_search_list_item .chat_seach_tag_wrap .chat_search_tag_list .chat_search_tag:last-child {
  border-right: 0;
}
.chat_content_right .mat-dialog-actions {
  border-top: 1px solid var(--mat-dialog-action-border-color) !important;
}
.chat_content_right .mat-dialog-actions span {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: var(--mat-dialog-action-text-color);
}
.chat_content_right .mat-dialog-actions .mat-icon-button .mat-icon {
  color: var(--mat-dialog-action-btn-text-color);
}

.chat_taxt_guide_new {
  top: 15% !important;
}

.chat_taxt_suggestion_new, .chat_taxt_guide_new {
  background-color: var(--sticky-action-btn-bg-color) !important;
  border: 1px solid var(--sticky-action-btn-border-color) !important;
  -webkit-box-shadow: 0px 4px 8px 0px var(--sticky-action-btn-shadow-color);
  -moz-box-shadow: 0px 4px 8px 0px var(--sticky-action-btn-shadow-color);
  box-shadow: 0px 4px 8px 0px var(--sticky-action-btn-shadow-color);
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 4px !important;
  padding-right: 12px !important;
  right: -5px !important;
}
.chat_taxt_suggestion_new span, .chat_taxt_guide_new span {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: var(--sticky-action-btn-text-color) !important;
}
.chat_taxt_suggestion_new i, .chat_taxt_guide_new i {
  font-size: 16px;
  margin-right: 8px;
}
.chat_taxt_suggestion_new:hover, .chat_taxt_suggestion_new:focus, .chat_taxt_guide_new:hover, .chat_taxt_guide_new:focus {
  background-color: var(--sticky-action-btn-hover-bg-color) !important;
  border: 1px solid var(--sticky-action-btn-hover-border-color) !important;
}
.chat_taxt_suggestion_new:hover span, .chat_taxt_suggestion_new:focus span, .chat_taxt_guide_new:hover span, .chat_taxt_guide_new:focus span {
  color: var(--sticky-action-btn-hover-text-color) !important;
}

.docCoveredModalBody .select-container {
  position: relative;
}
.docCoveredModalBody .select-container:after {
  border: 0;
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 13px;
  color: var(--regular-input-text-color);
  position: relative;
  top: 10px;
  right: 10px;
  position: absolute;
}
.docCoveredModalBody .form-group .multiselect .dropdown-btn {
  min-height: 38px !important;
}
.docCoveredModalBody .info-icon-covered {
  padding: 8px 16px;
}
.docCoveredModalBody .info-icon-covered i {
  font-size: 16px;
}

.chatModalStyle .modal-header {
  border-bottom: 0;
}
.chatModalStyle .modal-header h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.chatModalStyle .modal-body {
  padding: 16px;
}
.chatModalStyle .modal-body .modal-body-text {
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.chatModalStyle .modal-body .modal-body-text .modal-form-label {
  width: 100%;
}
.chatModalStyle .modal-body .modal-body-text .modal-form-label .form-label {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.chatModalStyle .modal-body .modal-body-text input[type=text], .chatModalStyle .modal-body .modal-body-text textarea {
  width: 100%;
  border-radius: 8px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.chatModalStyle .modal-body .modal-body-text textarea {
  height: 80px;
}
.chatModalStyle .modal-body .modal-body-text .chat_search_desc p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.chatModalStyle .modal-body .modal-body-text .chat_search_desc ol li {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.chatModalStyle .modal-footer {
  padding: 16px;
}
.chatModalStyle .modal-footer .btn-cancel, .chatModalStyle .modal-footer .btn-custom-secondary {
  border-radius: 8px;
  padding: 8px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.chatModalStyle .modal-footer .btn-save {
  border-radius: 8px;
  padding: 8px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.ai_assistant_banner_section .carousel {
  display: flex !important;
  width: 100%;
  flex-direction: column;
  margin: 0;
  padding: 60px 0;
  align-items: end;
  height: unset !important;
}
.ai_assistant_banner_section .carousel .carousel-indicators {
  bottom: 15px !important;
  right: 0 !important;
}
.ai_assistant_banner_section .carousel .carousel-inner {
  display: flex;
}
.ai_assistant_banner_section .carousel .carousel-control-next {
  bottom: calc(100% - 50px) !important;
  top: unset !important;
  right: 40px !important;
}
.ai_assistant_banner_section .carousel .carousel-control-prev {
  bottom: calc(100% - 50px) !important;
  top: unset !important;
  right: 70px !important;
}

.guideline-dialog {
  width: 625px !important;
  min-width: unset !important;
  max-width: 95% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.chat_filter_box_wrap .chat_filter_box .chat_filter_head, .entity_filter_box_wrap .chat_filter_box .chat_filter_head {
  padding: 16px 16px 8px;
}
.chat_filter_box_wrap .chat_filter_box .chat_filter_head .chat_filter_title, .entity_filter_box_wrap .chat_filter_box .chat_filter_head .chat_filter_title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}
.chat_filter_box_wrap .chat_filter_box .chat_filter_head .advance_filter_sub_title, .entity_filter_box_wrap .chat_filter_box .chat_filter_head .advance_filter_sub_title {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.chat_filter_box_wrap .chat_filter_box .chat_filter_top, .entity_filter_box_wrap .chat_filter_box .chat_filter_top {
  padding: 4px 16px;
}
.chat_filter_box_wrap .chat_filter_box .chat_filter_top .chat_filter_top_left, .entity_filter_box_wrap .chat_filter_box .chat_filter_top .chat_filter_top_left {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.chat_filter_box_wrap .chat_filter_box .chat_filter_top .chat_filter_top_right .btn_clear, .entity_filter_box_wrap .chat_filter_box .chat_filter_top .chat_filter_top_right .btn_clear {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  text-align: right;
  color: rgb(165, 5, 51);
}
.chat_filter_box_wrap .chat_filter_box .chat_filter_form_body, .entity_filter_box_wrap .chat_filter_box .chat_filter_form_body {
  width: 100%;
}
.chat_filter_box_wrap .chat_filter_box .chat_filter_form_body .chat_filetr_option_list, .entity_filter_box_wrap .chat_filter_box .chat_filter_form_body .chat_filetr_option_list {
  width: 100%;
  padding: 0px;
}
.chat_filter_box_wrap .chat_filter_box .chat_filter_form_body .chat_filetr_option_list .chat_filter_option_box, .entity_filter_box_wrap .chat_filter_box .chat_filter_form_body .chat_filetr_option_list .chat_filter_option_box {
  padding: 0px 0 25px;
}
.chat_filter_box_wrap .chat_filter_box .chat_filter_form_body .chat_filetr_option_list .chat_filter_option_box label, .entity_filter_box_wrap .chat_filter_box .chat_filter_form_body .chat_filetr_option_list .chat_filter_option_box label {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.chat_filter_box_wrap .chat_filter_box .chat_filter_footer, .entity_filter_box_wrap .chat_filter_box .chat_filter_footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10;
  padding: 16px;
}
.chat_filter_box_wrap .chat_filter_box .chat_filter_footer .btn-custom, .entity_filter_box_wrap .chat_filter_box .chat_filter_footer .btn-custom {
  padding: 8px;
  border-radius: 8px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

:root .background-home, html[data-theme=light] .background-home {
  background-color: rgb(255, 255, 255);
  color: #1d1d1d;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(29, 29, 29, 0.1);
  -moz-box-shadow: 0px 2px 6px 0px rgba(29, 29, 29, 0.1);
  box-shadow: 0px 2px 6px 0px rgba(29, 29, 29, 0.1);
}
:root .chat_mobile_header, html[data-theme=light] .chat_mobile_header {
  background-color: #eef5f9;
}
:root .chat_mobile_header .chat_mobile_header_left i, html[data-theme=light] .chat_mobile_header .chat_mobile_header_left i {
  color: #1d1d1d;
}
:root .chat_content_left .chat_sidebar .chat_sidebar_top .btn-close-sidebar, html[data-theme=light] .chat_content_left .chat_sidebar .chat_sidebar_top .btn-close-sidebar {
  color: #1d1d1d;
}
:root .chat_info_wrap_second, html[data-theme=light] .chat_info_wrap_second {
  background-color: #ffffff;
  border: 1px solid rgba(29, 29, 29, 0.1);
}
:root .chat_info_wrap_second img.ai_maint_img_light_view, html[data-theme=light] .chat_info_wrap_second img.ai_maint_img_light_view {
  display: inline-flex;
}
:root .chat_info_wrap_second img.ai_maint_img_dark_view, html[data-theme=light] .chat_info_wrap_second img.ai_maint_img_dark_view {
  display: none;
}
:root .chat_info_wrap_second .chat_detail_init_title, html[data-theme=light] .chat_info_wrap_second .chat_detail_init_title {
  color: #1d1d1d;
  padding: 16px 0;
}
:root .chat_info_wrap_second h4, html[data-theme=light] .chat_info_wrap_second h4 {
  color: #1d1d1d;
}
:root .chat_info_wrap_second p, html[data-theme=light] .chat_info_wrap_second p {
  color: #1d1d1d;
}
:root .chat_info_wrap_second a.system-health, html[data-theme=light] .chat_info_wrap_second a.system-health {
  background-color: #ffffff;
  border: 1px solid #a50533;
  color: #a50533;
}
:root .chat_info_wrap_second a.system-health:hover, :root .chat_info_wrap_second a.system-health:focus, html[data-theme=light] .chat_info_wrap_second a.system-health:hover, html[data-theme=light] .chat_info_wrap_second a.system-health:focus {
  background-color: #a50533 !important;
  border: 1px solid #a50533 !important;
  color: #ffffff !important;
}
:root .chat_content_right .chat_detail_box.answer .chat_detail_footer .chat_detail_footer_action .btn-custom svg path, html[data-theme=light] .chat_content_right .chat_detail_box.answer .chat_detail_footer .chat_detail_footer_action .btn-custom svg path {
  fill: #1d1d1d;
}
:root .chat_content_right .chat_detail_box.answer .chat_detail_footer .chat_detail_footer_action .btn-custom.btn-thumbs-up.active svg path, html[data-theme=light] .chat_content_right .chat_detail_box.answer .chat_detail_footer .chat_detail_footer_action .btn-custom.btn-thumbs-up.active svg path {
  fill: #28a745;
}
:root .chat_content_right .chat_detail_box.answer .chat_detail_footer .chat_detail_footer_action .btn-custom.btn-thumbs-down.active svg path, html[data-theme=light] .chat_content_right .chat_detail_box.answer .chat_detail_footer .chat_detail_footer_action .btn-custom.btn-thumbs-down.active svg path {
  fill: #a50533;
}
:root .chat_content_right .chat_detail_box.answer .chat_detail_footer .chat_detail_footer_action .btnCopy svg path, html[data-theme=light] .chat_content_right .chat_detail_box.answer .chat_detail_footer .chat_detail_footer_action .btnCopy svg path {
  fill: #1d1d1d;
}
:root .chat_content_right .chat_detail_box.answer .chat_detail_footer .chat_detail_footer_text, html[data-theme=light] .chat_content_right .chat_detail_box.answer .chat_detail_footer .chat_detail_footer_text {
  border-left: 2px solid rgba(29, 29, 29, 0.4);
  color: #1d1d1d;
}
:root .chat_content_right .chat_detail_box.question, html[data-theme=light] .chat_content_right .chat_detail_box.question {
  background-color: rgba(0, 0, 0, 0.05);
}
:root .chat_content_right .chat_detail_box.question .chat_detail_title, html[data-theme=light] .chat_content_right .chat_detail_box.question .chat_detail_title {
  color: #666666;
}
:root .chat_content_right .chat_detail_box.question .chat_detail_title span, html[data-theme=light] .chat_content_right .chat_detail_box.question .chat_detail_title span {
  color: #666666;
}
:root .chat_content_right .chat_detail_box.question .chat_detail_title span i, html[data-theme=light] .chat_content_right .chat_detail_box.question .chat_detail_title span i {
  color: #666666;
}
:root .chat_content_right .chat_detail_box.question .chat_detail_desc, html[data-theme=light] .chat_content_right .chat_detail_box.question .chat_detail_desc {
  color: #666666;
}
:root .chat_content_right .chat_detail_box.question .chat_detail_desc a, html[data-theme=light] .chat_content_right .chat_detail_box.question .chat_detail_desc a {
  text-wrap: nowrap;
  white-space: nowrap;
  color: #666666;
}
:root .chat_content_right .chat_detail_box.question .chat_detail_desc a i, html[data-theme=light] .chat_content_right .chat_detail_box.question .chat_detail_desc a i {
  color: #666666;
}
:root .chat_content_right .chat_content_bottom .chat_content_bottom_bottom .chat_text_input .btn-custom, html[data-theme=light] .chat_content_right .chat_content_bottom .chat_content_bottom_bottom .chat_text_input .btn-custom {
  background-color: #a50533;
  color: #ffffff;
}
:root .chat_content_right .chat_content_bottom .chat_content_bottom_bottom .chat_text_input .btn-custom:hover, :root .chat_content_right .chat_content_bottom .chat_content_bottom_bottom .chat_text_input .btn-custom:focus, html[data-theme=light] .chat_content_right .chat_content_bottom .chat_content_bottom_bottom .chat_text_input .btn-custom:hover, html[data-theme=light] .chat_content_right .chat_content_bottom .chat_content_bottom_bottom .chat_text_input .btn-custom:focus {
  background-color: #1d1d1d;
  color: #ffffff;
}
:root .docCoveredModalBody .info-icon-covered, html[data-theme=light] .docCoveredModalBody .info-icon-covered {
  background-color: rgba(29, 29, 29, 0.1);
  color: #1d1d1d;
}
:root .docCoveredModalBody .info-icon-covered i, html[data-theme=light] .docCoveredModalBody .info-icon-covered i {
  color: #1d1d1d;
}
:root .chatModalStyle .modal-content, html[data-theme=light] .chatModalStyle .modal-content {
  background-color: #ffffff;
}
:root .chatModalStyle .modal-header, html[data-theme=light] .chatModalStyle .modal-header {
  background: #1d1d1d;
}
:root .chatModalStyle .modal-header h5, html[data-theme=light] .chatModalStyle .modal-header h5 {
  color: #ffffff;
}
:root .chatModalStyle .modal-body .modal-body-text, html[data-theme=light] .chatModalStyle .modal-body .modal-body-text {
  color: #1d1d1d;
}
:root .chatModalStyle .modal-body .modal-body-text .modal-form-label .form-label, html[data-theme=light] .chatModalStyle .modal-body .modal-body-text .modal-form-label .form-label {
  color: #1d1d1d;
}
:root .chatModalStyle .modal-body .modal-body-text input[type=text], :root .chatModalStyle .modal-body .modal-body-text textarea, html[data-theme=light] .chatModalStyle .modal-body .modal-body-text input[type=text], html[data-theme=light] .chatModalStyle .modal-body .modal-body-text textarea {
  background-color: #ffffff;
  border: 1px solid #ced4da;
  color: rgb(29, 29, 29);
}
:root .chatModalStyle .modal-body .modal-body-text input[type=text]::placeholder, :root .chatModalStyle .modal-body .modal-body-text textarea::placeholder, html[data-theme=light] .chatModalStyle .modal-body .modal-body-text input[type=text]::placeholder, html[data-theme=light] .chatModalStyle .modal-body .modal-body-text textarea::placeholder {
  color: rgb(29, 29, 29);
}
:root .chatModalStyle .modal-body .modal-body-text input[type=text]::-webkit-input-placeholder, :root .chatModalStyle .modal-body .modal-body-text textarea::-webkit-input-placeholder, html[data-theme=light] .chatModalStyle .modal-body .modal-body-text input[type=text]::-webkit-input-placeholder, html[data-theme=light] .chatModalStyle .modal-body .modal-body-text textarea::-webkit-input-placeholder {
  color: rgb(29, 29, 29);
}
:root .chatModalStyle .modal-body .modal-body-text input[type=text]::-moz-placeholder, :root .chatModalStyle .modal-body .modal-body-text textarea::-moz-placeholder, html[data-theme=light] .chatModalStyle .modal-body .modal-body-text input[type=text]::-moz-placeholder, html[data-theme=light] .chatModalStyle .modal-body .modal-body-text textarea::-moz-placeholder {
  color: rgb(29, 29, 29);
}
:root .chatModalStyle .modal-body .modal-body-text input[type=text]:-ms-input-placeholder, :root .chatModalStyle .modal-body .modal-body-text textarea:-ms-input-placeholder, html[data-theme=light] .chatModalStyle .modal-body .modal-body-text input[type=text]:-ms-input-placeholder, html[data-theme=light] .chatModalStyle .modal-body .modal-body-text textarea:-ms-input-placeholder {
  color: rgb(29, 29, 29);
}
:root .chatModalStyle .modal-body .modal-body-text input[type=text]::-ms-input-placeholder, :root .chatModalStyle .modal-body .modal-body-text textarea::-ms-input-placeholder, html[data-theme=light] .chatModalStyle .modal-body .modal-body-text input[type=text]::-ms-input-placeholder, html[data-theme=light] .chatModalStyle .modal-body .modal-body-text textarea::-ms-input-placeholder {
  color: rgb(29, 29, 29);
}
:root .chatModalStyle .modal-body .modal-body-text input[type=text]:placeholder-shown, :root .chatModalStyle .modal-body .modal-body-text textarea:placeholder-shown, html[data-theme=light] .chatModalStyle .modal-body .modal-body-text input[type=text]:placeholder-shown, html[data-theme=light] .chatModalStyle .modal-body .modal-body-text textarea:placeholder-shown {
  color: rgb(29, 29, 29);
}
:root .chatModalStyle .modal-body .modal-body-text .chat_search_desc p, html[data-theme=light] .chatModalStyle .modal-body .modal-body-text .chat_search_desc p {
  color: rgba(29, 29, 29, 0.8);
}
:root .chatModalStyle .modal-body .modal-body-text .chat_search_desc ol li, html[data-theme=light] .chatModalStyle .modal-body .modal-body-text .chat_search_desc ol li {
  color: rgba(29, 29, 29, 0.8);
}
:root .chatModalStyle .modal-footer .btn-cancel, :root .chatModalStyle .modal-footer .btn-custom-secondary, html[data-theme=light] .chatModalStyle .modal-footer .btn-cancel, html[data-theme=light] .chatModalStyle .modal-footer .btn-custom-secondary {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #1d1d1d;
  color: #1d1d1d;
}
:root .chatModalStyle .modal-footer .btn-cancel:hover, :root .chatModalStyle .modal-footer .btn-cancel:focus, :root .chatModalStyle .modal-footer .btn-custom-secondary:hover, :root .chatModalStyle .modal-footer .btn-custom-secondary:focus, html[data-theme=light] .chatModalStyle .modal-footer .btn-cancel:hover, html[data-theme=light] .chatModalStyle .modal-footer .btn-cancel:focus, html[data-theme=light] .chatModalStyle .modal-footer .btn-custom-secondary:hover, html[data-theme=light] .chatModalStyle .modal-footer .btn-custom-secondary:focus {
  background-color: #1d1d1d;
  color: #ffffff;
}
:root .chatModalStyle .modal-footer .btn-save, html[data-theme=light] .chatModalStyle .modal-footer .btn-save {
  background-color: #a50533;
  border: 1px solid #a50533;
  color: #ffffff;
}
:root .chatModalStyle .modal-footer .btn-save:hover, :root .chatModalStyle .modal-footer .btn-save:focus, html[data-theme=light] .chatModalStyle .modal-footer .btn-save:hover, html[data-theme=light] .chatModalStyle .modal-footer .btn-save:focus {
  background-color: #a50533;
  border: 1px solid #a50533;
  color: #ffffff;
}
:root .chat_search_wrap_empty .search-result-darkview-icon, html[data-theme=light] .chat_search_wrap_empty .search-result-darkview-icon {
  display: none;
}
:root .chat_search_wrap_empty .search-result-lightview-icon, html[data-theme=light] .chat_search_wrap_empty .search-result-lightview-icon {
  display: inline-flex;
}
:root .chat_content_bottom_filter .chat_filter_action .link-menu, html[data-theme=light] .chat_content_bottom_filter .chat_filter_action .link-menu {
  border: 1px solid rgba(29, 29, 29, 0.1);
  background-color: #eef5f9;
  color: #a50533;
}
:root .chat_content_bottom_filter .chat_filter_action .link-menu:hover, :root .chat_content_bottom_filter .chat_filter_action .link-menu:focus, html[data-theme=light] .chat_content_bottom_filter .chat_filter_action .link-menu:hover, html[data-theme=light] .chat_content_bottom_filter .chat_filter_action .link-menu:focus {
  border: 1px solid #a50533;
  background-color: #a50533;
  color: #ffffff;
}
:root .chat_content_bottom_filter .chat_filter_tag button i, html[data-theme=light] .chat_content_bottom_filter .chat_filter_tag button i {
  color: rgba(29, 29, 29, 0.41);
}
:root .chat_content_bottom_filter .chat_filter_tag button i:hover, :root .chat_content_bottom_filter .chat_filter_tag button i:focus, html[data-theme=light] .chat_content_bottom_filter .chat_filter_tag button i:hover, html[data-theme=light] .chat_content_bottom_filter .chat_filter_tag button i:focus {
  color: rgb(29, 29, 29);
}
:root .ai_assistant_banner_section .carousel .carousel-indicators button[type=button], html[data-theme=light] .ai_assistant_banner_section .carousel .carousel-indicators button[type=button] {
  background-color: rgba(29, 29, 29, 0.5);
}
:root .ai_assistant_banner_section .carousel .carousel-indicators button[type=button].active, html[data-theme=light] .ai_assistant_banner_section .carousel .carousel-indicators button[type=button].active {
  background-color: rgb(29, 29, 29);
}
:root .ai_assistant_banner_section .carousel .carousel-control-next, :root .ai_assistant_banner_section .carousel .carousel-control-prev, html[data-theme=light] .ai_assistant_banner_section .carousel .carousel-control-next, html[data-theme=light] .ai_assistant_banner_section .carousel .carousel-control-prev {
  background-color: rgba(29, 29, 29, 0.7);
}
:root .ai_assistant_banner_section .carousel .carousel-control-next:before, :root .ai_assistant_banner_section .carousel .carousel-control-prev:before, html[data-theme=light] .ai_assistant_banner_section .carousel .carousel-control-next:before, html[data-theme=light] .ai_assistant_banner_section .carousel .carousel-control-prev:before {
  color: #ffffff;
}
:root .ai_assistant_banner_section .carousel .carousel-control-next:hover, :root .ai_assistant_banner_section .carousel .carousel-control-next:focus, :root .ai_assistant_banner_section .carousel .carousel-control-prev:hover, :root .ai_assistant_banner_section .carousel .carousel-control-prev:focus, html[data-theme=light] .ai_assistant_banner_section .carousel .carousel-control-next:hover, html[data-theme=light] .ai_assistant_banner_section .carousel .carousel-control-next:focus, html[data-theme=light] .ai_assistant_banner_section .carousel .carousel-control-prev:hover, html[data-theme=light] .ai_assistant_banner_section .carousel .carousel-control-prev:focus {
  background-color: rgb(29, 29, 29);
}
:root .chat_filter_box_wrap .chat_filter_box, :root .entity_filter_box_wrap .chat_filter_box, html[data-theme=light] .chat_filter_box_wrap .chat_filter_box, html[data-theme=light] .entity_filter_box_wrap .chat_filter_box {
  background-color: #eef5f9;
}
:root .chat_filter_box_wrap .chat_filter_box .chat_filter_head, :root .entity_filter_box_wrap .chat_filter_box .chat_filter_head, html[data-theme=light] .chat_filter_box_wrap .chat_filter_box .chat_filter_head, html[data-theme=light] .entity_filter_box_wrap .chat_filter_box .chat_filter_head {
  border-bottom: 1px solid rgba(29, 29, 29, 0.3);
}
:root .chat_filter_box_wrap .chat_filter_box .chat_filter_head .chat_filter_title, :root .entity_filter_box_wrap .chat_filter_box .chat_filter_head .chat_filter_title, html[data-theme=light] .chat_filter_box_wrap .chat_filter_box .chat_filter_head .chat_filter_title, html[data-theme=light] .entity_filter_box_wrap .chat_filter_box .chat_filter_head .chat_filter_title {
  color: #666666;
}
:root .chat_filter_box_wrap .chat_filter_box .chat_filter_head .advance_filter_sub_title, :root .entity_filter_box_wrap .chat_filter_box .chat_filter_head .advance_filter_sub_title, html[data-theme=light] .chat_filter_box_wrap .chat_filter_box .chat_filter_head .advance_filter_sub_title, html[data-theme=light] .entity_filter_box_wrap .chat_filter_box .chat_filter_head .advance_filter_sub_title {
  color: rgb(165, 5, 51);
}
:root .chat_filter_box_wrap .chat_filter_box .chat_filter_head .chat_filter_head_right .btn_filter_close, :root .entity_filter_box_wrap .chat_filter_box .chat_filter_head .chat_filter_head_right .btn_filter_close, html[data-theme=light] .chat_filter_box_wrap .chat_filter_box .chat_filter_head .chat_filter_head_right .btn_filter_close, html[data-theme=light] .entity_filter_box_wrap .chat_filter_box .chat_filter_head .chat_filter_head_right .btn_filter_close {
  color: #1d1d1d;
}
:root .chat_filter_box_wrap .chat_filter_box .chat_filter_top, :root .entity_filter_box_wrap .chat_filter_box .chat_filter_top, html[data-theme=light] .chat_filter_box_wrap .chat_filter_box .chat_filter_top, html[data-theme=light] .entity_filter_box_wrap .chat_filter_box .chat_filter_top {
  background-color: rgba(29, 29, 29, 0.1);
}
:root .chat_filter_box_wrap .chat_filter_box .chat_filter_top .chat_filter_top_left, :root .entity_filter_box_wrap .chat_filter_box .chat_filter_top .chat_filter_top_left, html[data-theme=light] .chat_filter_box_wrap .chat_filter_box .chat_filter_top .chat_filter_top_left, html[data-theme=light] .entity_filter_box_wrap .chat_filter_box .chat_filter_top .chat_filter_top_left {
  color: #666666;
}
:root .chat_filter_box_wrap .chat_filter_box .chat_filter_top .chat_filter_top_right .btn_clear, :root .entity_filter_box_wrap .chat_filter_box .chat_filter_top .chat_filter_top_right .btn_clear, html[data-theme=light] .chat_filter_box_wrap .chat_filter_box .chat_filter_top .chat_filter_top_right .btn_clear, html[data-theme=light] .entity_filter_box_wrap .chat_filter_box .chat_filter_top .chat_filter_top_right .btn_clear {
  color: rgb(165, 5, 51);
}
:root .chat_filter_box_wrap .chat_filter_box .chat_filter_form_body .chat_filetr_option_list .chat_filter_option_box:last-child, :root .entity_filter_box_wrap .chat_filter_box .chat_filter_form_body .chat_filetr_option_list .chat_filter_option_box:last-child, html[data-theme=light] .chat_filter_box_wrap .chat_filter_box .chat_filter_form_body .chat_filetr_option_list .chat_filter_option_box:last-child, html[data-theme=light] .entity_filter_box_wrap .chat_filter_box .chat_filter_form_body .chat_filetr_option_list .chat_filter_option_box:last-child {
  padding-bottom: 0;
}
:root .chat_filter_box_wrap .chat_filter_box .chat_filter_form_body .chat_filetr_option_list .chat_filter_option_box label, :root .entity_filter_box_wrap .chat_filter_box .chat_filter_form_body .chat_filetr_option_list .chat_filter_option_box label, html[data-theme=light] .chat_filter_box_wrap .chat_filter_box .chat_filter_form_body .chat_filetr_option_list .chat_filter_option_box label, html[data-theme=light] .entity_filter_box_wrap .chat_filter_box .chat_filter_form_body .chat_filetr_option_list .chat_filter_option_box label {
  color: #666666;
}
:root .chat_filter_box_wrap .chat_filter_box .chat_filter_form_body .chat_filetr_option_list .chat_filter_option_box input[type=checkbox] + label:after, :root .entity_filter_box_wrap .chat_filter_box .chat_filter_form_body .chat_filetr_option_list .chat_filter_option_box input[type=checkbox] + label:after, html[data-theme=light] .chat_filter_box_wrap .chat_filter_box .chat_filter_form_body .chat_filetr_option_list .chat_filter_option_box input[type=checkbox] + label:after, html[data-theme=light] .entity_filter_box_wrap .chat_filter_box .chat_filter_form_body .chat_filetr_option_list .chat_filter_option_box input[type=checkbox] + label:after {
  border-color: #1d1d1d;
}
:root .chat_filter_box_wrap .chat_filter_box .chat_filter_form_body .chat_filetr_option_list .chat_filter_option_box input[type=checkbox]:checked + label:after, :root .entity_filter_box_wrap .chat_filter_box .chat_filter_form_body .chat_filetr_option_list .chat_filter_option_box input[type=checkbox]:checked + label:after, html[data-theme=light] .chat_filter_box_wrap .chat_filter_box .chat_filter_form_body .chat_filetr_option_list .chat_filter_option_box input[type=checkbox]:checked + label:after, html[data-theme=light] .entity_filter_box_wrap .chat_filter_box .chat_filter_form_body .chat_filetr_option_list .chat_filter_option_box input[type=checkbox]:checked + label:after {
  background-color: #1d1d1d;
  border-color: #1d1d1d;
}
:root .chat_filter_box_wrap .chat_filter_box .chat_filter_form_body .chat_filetr_option_list .chat_filter_option_box input[type=checkbox]:checked + label:before, :root .entity_filter_box_wrap .chat_filter_box .chat_filter_form_body .chat_filetr_option_list .chat_filter_option_box input[type=checkbox]:checked + label:before, html[data-theme=light] .chat_filter_box_wrap .chat_filter_box .chat_filter_form_body .chat_filetr_option_list .chat_filter_option_box input[type=checkbox]:checked + label:before, html[data-theme=light] .entity_filter_box_wrap .chat_filter_box .chat_filter_form_body .chat_filetr_option_list .chat_filter_option_box input[type=checkbox]:checked + label:before {
  border-color: rgb(255, 255, 255);
}
:root .chat_filter_box_wrap .chat_filter_box .chat_filter_footer, :root .entity_filter_box_wrap .chat_filter_box .chat_filter_footer, html[data-theme=light] .chat_filter_box_wrap .chat_filter_box .chat_filter_footer, html[data-theme=light] .entity_filter_box_wrap .chat_filter_box .chat_filter_footer {
  border-top: 1px solid rgba(29, 29, 29, 0.3);
}
:root .chat_filter_box_wrap .chat_filter_box .chat_filter_footer .btn-custom.btn-custom-secondary, :root .entity_filter_box_wrap .chat_filter_box .chat_filter_footer .btn-custom.btn-custom-secondary, html[data-theme=light] .chat_filter_box_wrap .chat_filter_box .chat_filter_footer .btn-custom.btn-custom-secondary, html[data-theme=light] .entity_filter_box_wrap .chat_filter_box .chat_filter_footer .btn-custom.btn-custom-secondary {
  border: 1px solid #1d1d1d;
  background-color: rgba(255, 255, 255, 0.2);
  color: #1d1d1d;
}
:root .chat_filter_box_wrap .chat_filter_box .chat_filter_footer .btn-custom.btn-custom-secondary:hover, :root .chat_filter_box_wrap .chat_filter_box .chat_filter_footer .btn-custom.btn-custom-secondary:focus, :root .entity_filter_box_wrap .chat_filter_box .chat_filter_footer .btn-custom.btn-custom-secondary:hover, :root .entity_filter_box_wrap .chat_filter_box .chat_filter_footer .btn-custom.btn-custom-secondary:focus, html[data-theme=light] .chat_filter_box_wrap .chat_filter_box .chat_filter_footer .btn-custom.btn-custom-secondary:hover, html[data-theme=light] .chat_filter_box_wrap .chat_filter_box .chat_filter_footer .btn-custom.btn-custom-secondary:focus, html[data-theme=light] .entity_filter_box_wrap .chat_filter_box .chat_filter_footer .btn-custom.btn-custom-secondary:hover, html[data-theme=light] .entity_filter_box_wrap .chat_filter_box .chat_filter_footer .btn-custom.btn-custom-secondary:focus {
  border: 1px solid #1d1d1d;
  background-color: #1d1d1d;
  color: #ffffff;
}
:root .chat_filter_box_wrap .chat_filter_box .chat_filter_footer .btn-custom.btn-custom-primary, :root .entity_filter_box_wrap .chat_filter_box .chat_filter_footer .btn-custom.btn-custom-primary, html[data-theme=light] .chat_filter_box_wrap .chat_filter_box .chat_filter_footer .btn-custom.btn-custom-primary, html[data-theme=light] .entity_filter_box_wrap .chat_filter_box .chat_filter_footer .btn-custom.btn-custom-primary {
  border: 1px solid #a50533;
  background-color: #a50533;
  color: #ffffff;
}
:root .chat_filter_box_wrap .chat_filter_box .chat_filter_footer .btn-custom.btn-custom-primary:hover, :root .chat_filter_box_wrap .chat_filter_box .chat_filter_footer .btn-custom.btn-custom-primary:focus, :root .entity_filter_box_wrap .chat_filter_box .chat_filter_footer .btn-custom.btn-custom-primary:hover, :root .entity_filter_box_wrap .chat_filter_box .chat_filter_footer .btn-custom.btn-custom-primary:focus, html[data-theme=light] .chat_filter_box_wrap .chat_filter_box .chat_filter_footer .btn-custom.btn-custom-primary:hover, html[data-theme=light] .chat_filter_box_wrap .chat_filter_box .chat_filter_footer .btn-custom.btn-custom-primary:focus, html[data-theme=light] .entity_filter_box_wrap .chat_filter_box .chat_filter_footer .btn-custom.btn-custom-primary:hover, html[data-theme=light] .entity_filter_box_wrap .chat_filter_box .chat_filter_footer .btn-custom.btn-custom-primary:focus {
  border: 1px solid #a50533;
  background-color: #a50533 !important;
  color: #ffffff;
}

html[data-theme=dark] .background-home {
  background-color: rgb(165, 5, 51);
  color: #fff;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(29, 29, 29, 0.1);
  -moz-box-shadow: 0px 2px 6px 0px rgba(29, 29, 29, 0.1);
  box-shadow: 0px 2px 6px 0px rgba(29, 29, 29, 0.1);
}
html[data-theme=dark] .chat_mobile_header {
  background-color: #2b2b2b;
}
html[data-theme=dark] .chat_mobile_header .chat_mobile_header_left i {
  color: #ffffff;
}
html[data-theme=dark] .chat_content_left .chat_sidebar .chat_sidebar_top .btn-close-sidebar {
  color: #ffffff;
}
html[data-theme=dark] .chat_info_wrap_second {
  background-color: #181818;
  border: 1px solid rgba(29, 29, 29, 0.1);
}
html[data-theme=dark] .chat_info_wrap_second img.ai_maint_img_light_view {
  display: none;
}
html[data-theme=dark] .chat_info_wrap_second img.ai_maint_img_dark_view {
  display: inline-flex;
}
html[data-theme=dark] .chat_info_wrap_second .chat_detail_init_title {
  color: #ffffff;
}
html[data-theme=dark] .chat_info_wrap_second h4 {
  color: #ffffff;
}
html[data-theme=dark] .chat_info_wrap_second p {
  color: #ffffff;
}
html[data-theme=dark] .chat_info_wrap_second a.system-health {
  background-color: #181818 !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}
html[data-theme=dark] .chat_info_wrap_second a.system-health:hover, html[data-theme=dark] .chat_info_wrap_second a.system-health:focus {
  background-color: #a50533 !important;
  border: 1px solid #a50533 !important;
  color: #ffffff !important;
}
html[data-theme=dark] .chat_content_right .chat_logo_landing_page .chat_logo_landing_page_bg {
  -webkit-box-shadow: 0px 0px 8.1px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 8.1px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 8.1px 0px rgba(0, 0, 0, 0.25);
}
html[data-theme=dark] .chat_content_right .chat_detail_box.answer .chat_detail_footer .chat_detail_footer_action .btn-custom svg path {
  fill: #ffffff;
}
html[data-theme=dark] .chat_content_right .chat_detail_box.answer .chat_detail_footer .chat_detail_footer_action .btn-custom.btn-thumbs-up.active svg path {
  fill: #28a745;
}
html[data-theme=dark] .chat_content_right .chat_detail_box.answer .chat_detail_footer .chat_detail_footer_action .btn-custom.btn-thumbs-down.active svg path {
  fill: #a50533;
}
html[data-theme=dark] .chat_content_right .chat_detail_box.answer .chat_detail_footer .chat_detail_footer_action .btnCopy svg path {
  fill: #ffffff;
}
html[data-theme=dark] .chat_content_right .chat_detail_box.answer .chat_detail_footer .chat_detail_footer_text {
  border-left: 2px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
}
html[data-theme=dark] .chat_content_right .chat_detail_box.answer .circle-container .circle-text {
  fill: #ffffff !important;
}
html[data-theme=dark] .chat_content_right .chat_detail_box.answer .imageRef-div .span-img-title {
  color: rgba(255, 255, 255, 0.7);
}
html[data-theme=dark] .chat_content_right .chat_detail_box.question {
  background-color: rgba(255, 255, 255, 0.07);
}
html[data-theme=dark] .chat_content_right .chat_detail_box.question .chat_detail_title {
  color: #dddddd;
}
html[data-theme=dark] .chat_content_right .chat_detail_box.question .chat_detail_title span {
  color: #dddddd;
}
html[data-theme=dark] .chat_content_right .chat_detail_box.question .chat_detail_title span i {
  color: #dddddd;
}
html[data-theme=dark] .chat_content_right .chat_detail_box.question .chat_detail_desc {
  color: #dddddd;
}
html[data-theme=dark] .chat_content_right .chat_detail_box.question .chat_detail_desc a {
  text-wrap: nowrap;
  white-space: nowrap;
  color: #dddddd;
}
html[data-theme=dark] .chat_content_right .chat_detail_box.question .chat_detail_desc a i {
  color: #dddddd;
}
html[data-theme=dark] .chat_content_right .chat_content_bottom .chat_content_bottom_bottom .chat_text_input .btn-custom {
  background-color: #a50533;
  color: #ffffff;
}
html[data-theme=dark] .chat_content_right .chat_content_bottom .chat_content_bottom_bottom .chat_text_input .btn-custom:hover, html[data-theme=dark] .chat_content_right .chat_content_bottom .chat_content_bottom_bottom .chat_text_input .btn-custom:focus {
  background-color: #1d1d1d;
  color: #ffffff;
}
html[data-theme=dark] .chat_content_right .chat_content_bottom .chat_content_bottom_bottom .chat_text_input .chat_text_counter {
  color: #ffffff;
  top: 18px !important;
}
html[data-theme=dark] .chat_content_right .spinner .bounce1, html[data-theme=dark] .chat_content_right .spinner .bounce2, html[data-theme=dark] .chat_content_right .spinner .bounce3 {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
html[data-theme=dark] .comman_list_table_cont .mat-checkbox .mat-checkbox-frame {
  border-color: #ffffff;
}
html[data-theme=dark] .comman_list_table_cont .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #ffffff;
}
html[data-theme=dark] .comman_list_table_cont .mat-checkbox-checked.mat-accent .mat-checkbox-background svg path {
  stroke: #1d1d1d !important;
}
html[data-theme=dark] .docCoveredModalBody .info-icon-covered {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
html[data-theme=dark] .docCoveredModalBody .info-icon-covered i {
  color: #ffffff;
}
html[data-theme=dark] .chatModalStyle .modal-content {
  background-color: #2b2b2b;
}
html[data-theme=dark] .chatModalStyle .modal-header {
  background: #1d1d1d;
}
html[data-theme=dark] .chatModalStyle .modal-header h5 {
  color: #ffffff;
}
html[data-theme=dark] .chatModalStyle .modal-body .modal-body-text {
  color: #ffffff;
}
html[data-theme=dark] .chatModalStyle .modal-body .modal-body-text .modal-form-label .form-label {
  color: #ffffff;
}
html[data-theme=dark] .chatModalStyle .modal-body .modal-body-text input[type=text], html[data-theme=dark] .chatModalStyle .modal-body .modal-body-text textarea {
  background-color: #2b2b2b;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
html[data-theme=dark] .chatModalStyle .modal-body .modal-body-text input[type=text]::placeholder, html[data-theme=dark] .chatModalStyle .modal-body .modal-body-text textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
html[data-theme=dark] .chatModalStyle .modal-body .modal-body-text input[type=text]::-webkit-input-placeholder, html[data-theme=dark] .chatModalStyle .modal-body .modal-body-text textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
html[data-theme=dark] .chatModalStyle .modal-body .modal-body-text input[type=text]::-moz-placeholder, html[data-theme=dark] .chatModalStyle .modal-body .modal-body-text textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
html[data-theme=dark] .chatModalStyle .modal-body .modal-body-text input[type=text]:-ms-input-placeholder, html[data-theme=dark] .chatModalStyle .modal-body .modal-body-text textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
html[data-theme=dark] .chatModalStyle .modal-body .modal-body-text input[type=text]::-ms-input-placeholder, html[data-theme=dark] .chatModalStyle .modal-body .modal-body-text textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
html[data-theme=dark] .chatModalStyle .modal-body .modal-body-text input[type=text]:placeholder-shown, html[data-theme=dark] .chatModalStyle .modal-body .modal-body-text textarea:placeholder-shown {
  color: rgba(255, 255, 255, 0.4);
}
html[data-theme=dark] .chatModalStyle .modal-body .modal-body-text .chat_search_desc p {
  color: #ffffff;
}
html[data-theme=dark] .chatModalStyle .modal-body .modal-body-text .chat_search_desc ol li {
  color: #ffffff;
}
html[data-theme=dark] .chatModalStyle .modal-footer .btn-cancel, html[data-theme=dark] .chatModalStyle .modal-footer .btn-custom-secondary {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #1d1d1d;
  color: #ffffff;
}
html[data-theme=dark] .chatModalStyle .modal-footer .btn-cancel:hover, html[data-theme=dark] .chatModalStyle .modal-footer .btn-cancel:focus, html[data-theme=dark] .chatModalStyle .modal-footer .btn-custom-secondary:hover, html[data-theme=dark] .chatModalStyle .modal-footer .btn-custom-secondary:focus {
  background-color: #1d1d1d;
  border: 1px solid #1d1d1d;
  color: #ffffff;
}
html[data-theme=dark] .chatModalStyle .modal-footer .btn-save {
  background-color: #a50533;
  border: 1px solid #a50533;
  color: #ffffff;
}
html[data-theme=dark] .chatModalStyle .modal-footer .btn-save:hover, html[data-theme=dark] .chatModalStyle .modal-footer .btn-save:focus {
  background-color: #a50533;
  border: 1px solid #a50533;
  color: #ffffff;
}
html[data-theme=dark] .chat_search_wrap_empty .search-result-darkview-icon {
  display: inline-flex;
}
html[data-theme=dark] .chat_search_wrap_empty .search-result-lightview-icon {
  display: none;
}
html[data-theme=dark] .chat_content_bottom_filter .chat_filter_action .link-menu {
  border: 1px solid rgba(165, 5, 51, 0.1);
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
html[data-theme=dark] .chat_content_bottom_filter .chat_filter_action .link-menu:hover, html[data-theme=dark] .chat_content_bottom_filter .chat_filter_action .link-menu:focus {
  border: 1px solid rgba(165, 5, 51, 0.1);
  background-color: #a50533;
  color: #ffffff;
}
html[data-theme=dark] .chat_content_bottom_filter .chat_filter_tag button i {
  color: rgba(255, 255, 255, 0.3);
}
html[data-theme=dark] .chat_content_bottom_filter .chat_filter_tag button i:hover, html[data-theme=dark] .chat_content_bottom_filter .chat_filter_tag button i:focus {
  color: rgb(255, 255, 255);
}
html[data-theme=dark] .ai_assistant_banner_section .carousel .carousel-indicators button[type=button] {
  background-color: rgba(255, 255, 255, 0.5);
}
html[data-theme=dark] .ai_assistant_banner_section .carousel .carousel-indicators button[type=button].active {
  background-color: #ffffff;
}
html[data-theme=dark] .ai_assistant_banner_section .carousel .carousel-control-next, html[data-theme=dark] .ai_assistant_banner_section .carousel .carousel-control-prev {
  background-color: rgb(255, 255, 255);
}
html[data-theme=dark] .ai_assistant_banner_section .carousel .carousel-control-next:before, html[data-theme=dark] .ai_assistant_banner_section .carousel .carousel-control-prev:before {
  color: #1d1d1d;
}
html[data-theme=dark] .ai_assistant_banner_section .carousel .carousel-control-next:hover, html[data-theme=dark] .ai_assistant_banner_section .carousel .carousel-control-next:focus, html[data-theme=dark] .ai_assistant_banner_section .carousel .carousel-control-prev:hover, html[data-theme=dark] .ai_assistant_banner_section .carousel .carousel-control-prev:focus {
  background-color: rgb(241, 241, 241);
}
html[data-theme=dark] .chat_filter_box_wrap .chat_filter_box, html[data-theme=dark] .entity_filter_box_wrap .chat_filter_box {
  background-color: #181818;
}
html[data-theme=dark] .chat_filter_box_wrap .chat_filter_box .chat_filter_head, html[data-theme=dark] .entity_filter_box_wrap .chat_filter_box .chat_filter_head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
html[data-theme=dark] .chat_filter_box_wrap .chat_filter_box .chat_filter_head .chat_filter_title, html[data-theme=dark] .entity_filter_box_wrap .chat_filter_box .chat_filter_head .chat_filter_title {
  color: #ffffff;
}
html[data-theme=dark] .chat_filter_box_wrap .chat_filter_box .chat_filter_head .advance_filter_sub_title, html[data-theme=dark] .entity_filter_box_wrap .chat_filter_box .chat_filter_head .advance_filter_sub_title {
  color: rgba(255, 255, 255, 0.8);
}
html[data-theme=dark] .chat_filter_box_wrap .chat_filter_box .chat_filter_head .chat_filter_head_right .btn_filter_close, html[data-theme=dark] .entity_filter_box_wrap .chat_filter_box .chat_filter_head .chat_filter_head_right .btn_filter_close {
  color: #ffffff;
}
html[data-theme=dark] .chat_filter_box_wrap .chat_filter_box .chat_filter_top, html[data-theme=dark] .entity_filter_box_wrap .chat_filter_box .chat_filter_top {
  background-color: rgba(255, 255, 255, 0.1);
}
html[data-theme=dark] .chat_filter_box_wrap .chat_filter_box .chat_filter_top .chat_filter_top_left, html[data-theme=dark] .entity_filter_box_wrap .chat_filter_box .chat_filter_top .chat_filter_top_left {
  color: rgba(255, 255, 255, 0.8);
}
html[data-theme=dark] .chat_filter_box_wrap .chat_filter_box .chat_filter_top .chat_filter_top_right .btn_clear, html[data-theme=dark] .entity_filter_box_wrap .chat_filter_box .chat_filter_top .chat_filter_top_right .btn_clear {
  color: rgb(165, 5, 51);
}
html[data-theme=dark] .chat_filter_box_wrap .chat_filter_box .chat_filter_form_body .chat_filetr_option_list .chat_filter_option_box label, html[data-theme=dark] .entity_filter_box_wrap .chat_filter_box .chat_filter_form_body .chat_filetr_option_list .chat_filter_option_box label {
  color: #ffffff;
}
html[data-theme=dark] .chat_filter_box_wrap .chat_filter_box .chat_filter_form_body .chat_filetr_option_list .chat_filter_option_box input[type=checkbox] + label:after, html[data-theme=dark] .entity_filter_box_wrap .chat_filter_box .chat_filter_form_body .chat_filetr_option_list .chat_filter_option_box input[type=checkbox] + label:after {
  border-color: #ffffff;
}
html[data-theme=dark] .chat_filter_box_wrap .chat_filter_box .chat_filter_form_body .chat_filetr_option_list .chat_filter_option_box input[type=checkbox]:checked + label:after, html[data-theme=dark] .entity_filter_box_wrap .chat_filter_box .chat_filter_form_body .chat_filetr_option_list .chat_filter_option_box input[type=checkbox]:checked + label:after {
  background-color: #ffffff;
  border-color: #ffffff;
}
html[data-theme=dark] .chat_filter_box_wrap .chat_filter_box .chat_filter_form_body .chat_filetr_option_list .chat_filter_option_box input[type=checkbox]:checked + label:before, html[data-theme=dark] .entity_filter_box_wrap .chat_filter_box .chat_filter_form_body .chat_filetr_option_list .chat_filter_option_box input[type=checkbox]:checked + label:before {
  border-color: rgb(24, 24, 24);
}
html[data-theme=dark] .chat_filter_box_wrap .chat_filter_box .chat_filter_footer, html[data-theme=dark] .entity_filter_box_wrap .chat_filter_box .chat_filter_footer {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
html[data-theme=dark] .chat_filter_box_wrap .chat_filter_box .chat_filter_footer .btn-custom.btn-custom-secondary, html[data-theme=dark] .entity_filter_box_wrap .chat_filter_box .chat_filter_footer .btn-custom.btn-custom-secondary {
  border: 1px solid rgb(29, 29, 29);
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
html[data-theme=dark] .chat_filter_box_wrap .chat_filter_box .chat_filter_footer .btn-custom.btn-custom-secondary:hover, html[data-theme=dark] .chat_filter_box_wrap .chat_filter_box .chat_filter_footer .btn-custom.btn-custom-secondary:focus, html[data-theme=dark] .entity_filter_box_wrap .chat_filter_box .chat_filter_footer .btn-custom.btn-custom-secondary:hover, html[data-theme=dark] .entity_filter_box_wrap .chat_filter_box .chat_filter_footer .btn-custom.btn-custom-secondary:focus {
  border: 1px solid rgb(29, 29, 29);
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
html[data-theme=dark] .chat_filter_box_wrap .chat_filter_box .chat_filter_footer .btn-custom.btn-custom-primary, html[data-theme=dark] .entity_filter_box_wrap .chat_filter_box .chat_filter_footer .btn-custom.btn-custom-primary {
  border: 1px solid #a50533;
  background-color: #a50533;
}
html[data-theme=dark] .chat_filter_box_wrap .chat_filter_box .chat_filter_footer .btn-custom.btn-custom-primary:hover, html[data-theme=dark] .chat_filter_box_wrap .chat_filter_box .chat_filter_footer .btn-custom.btn-custom-primary:focus, html[data-theme=dark] .entity_filter_box_wrap .chat_filter_box .chat_filter_footer .btn-custom.btn-custom-primary:hover, html[data-theme=dark] .entity_filter_box_wrap .chat_filter_box .chat_filter_footer .btn-custom.btn-custom-primary:focus {
  border: 1px solid #a50533;
  background-color: #a50533;
  color: #ffffff;
}

.comman-modal-header.release-model-header span.tile_icon {
  color: var(--common-gray-white-text-color);
}

.release-callout {
  border-radius: 0.25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: var(--release-callout-bg-color);
  color: var(--common-gray-white-text-color);
  border-left: 5px solid #e9ecef;
  margin-bottom: 1rem;
  padding: 0.25rem;
}
.release-callout.release-callout-info {
  border-left-color: var(--release-callout-info-border-color);
}

@media screen and (max-width: 991px) {
  .chat_content_top {
    padding-top: 80px !important;
  }
}
@media screen and (max-width: 767px) {
  .ai_assistant_banner_section .carousel .carousel-control-next {
    right: 15px !important;
  }
  .ai_assistant_banner_section .carousel .carousel-control-prev {
    right: 45px !important;
  }
}
:root, html[data-theme=light] {
  --chatbot-common-text-color: #1d1d1d;
  --chatbot-bg-color: #eef5f9;
  --chat-sidebar-action-bg-color: #ffffff;
  --chat-sidebar-action-border-color: #ffffff;
  --chat-sidebar-action-text-color: #1d1d1d;
  --chat-sidebar-bg-color: #ffffff;
  --chat-sidebar-bottom-bg-color: #ffffff;
  --chat-sidebar-header-border-color: rgba(29, 29, 29, 0.2);
  --chat-sidebar-header-title-color: rgb(29, 29, 29);
  --chat-sidebar-header-sub-title-color: rgba(29, 29, 29, 0.8);
  --chat-search-box-topic-bg-color: #ffffff;
  --chat-search-box-topic-title-bg-color: #ffffff;
  --chat-search-box-topic-title-text-color: #666666;
  --chat-sidebar-tab-wrap-bg-color: rgba(29,29,29,0.20);
  --chat-sidebar-tab-wrap-border-color: #ddd;
  --chat-sidebar-tab-text-color: #a50533;
  --chat-sidebar-tab-active-bg-color: #ffffff;
  --chat-sidebar-tab-active-text-color: #666666;
  --chat-sidebar-tab-active-shadow-color: rgba(29, 29, 29, 0.15);
  --chat-info-wrap-bg-color: #ffffff;
  --chat-info-wrap-text-color: #666666;
  --chat-logo-bg-color: #ffffff;
  --chat-detail-init-type-box-bg-color: #ffffff;
  --chat-detail-init-type-box-border-color: #ffffff;
  --chat-type-box-title-color: #1d1d1d;
  --chat-type-box-subtitle-color: #1d1d1d;
  --chat-type-btn-bg-color: rgba(29,29,29,0.1);
  --chat-type-btn-text-color: #1d1d1d;
  --chat-detail-init-type-box-lock-bg-color: #f1f1f1;
  --chat-detail-init-type-box-lock-border-color: #f1f1f1;
  --chat-lock-type-btn-bg-color: rgba(29,29,29,0.5);
  --chat-lock-type-btn-text-color: #1d1d1d;
  --chat-lock-type-box-subtitle-color: rgba(29, 29, 29, 0.7);
  --chat-list-box-bg-color: #ffffff;
  --chat-list-box-title-text-color: #1d1d1d;
  --chat-list-box-tag-bg-color: rgba(29, 29, 29, 0.10);
  --chat-list-box-tag-text-color: #1d1d1d;
  --chat-list-box-log-text-color: #1d1d1d;
  --chat-list-box-hover-bg-color: rgba(29, 29, 29, 0.10);
  --chat-list-box-hover-tag-bg-color: rgba(29, 29, 29, 0.20);
  --chat-list-box-action-icon-color: #1d1d1d;
  --chat-list-box-action-icon-hover-color: #a50533;
  --chat-list-box-active-bg-color: #1d1d1d;
  --chat-list-box-active-tag-bg-color: #ffffff;
  --chat-list-box-active-tag-text-color: #1d1d1d;
  --chat-list-box-active-title-text-color: #ffffff;
  --chat-list-box-active-log-text-color: #ffffff;
  --chat-list-box-active-action-icon-color: #ffffff;
  --chat-detail-init-type-box-select-bg-color: #ffffff;
  --chat-detail-init-type-box-select-border-color: #ffffff;
  --chat-detail-init-type-box-select-heading-text-color: #666666;
  --chat-detail-init-type-box-select-button-text-color: #a50533;
  --chat-search-desc-text-color: #1d1d1d;
  --chat-detail-box-answar-bg-color: #ffffff;
  --chat-detail-box-answar-border-color: #ffffff;
  --chat-detail-box-answar-box-shadow-color: rgba(255, 255, 255, 0.1);
  --chat-detail-box-answar-box-text-color: #666666;
  --chat-detail-box-answar-box-chat-detail-link-bg-color: #a50533;
  --chat-detail-box-answar-box-chat-detail-link-hover-bg-color: #1d1d1d;
  --chat-detail-box-answar-box-chat-detail-link-text-color: #ffffff;
  --chat-detail-box-answar-box-chat-detail-link-hover-text-color: #ffffff;
  --chat-topic-tag-bg-color: #ffffff;
  --chat-topic-tag-hover-bg-color: #1d1d1d;
  --chat-topic-tag-shadow-color: rgba(29,29,29,0.1);
  --chat-topic-tag-text-color: #1d1d1d;
  --chat-topic-tag-hover-text-color: #ffffff;
  --chat-topic-tag-reloadQus-text-color: #1d1d1d;
  --new-chat-btn-bg-color: #1d1d1d;
  --new-chat-btn-hover-bg-color: #a50533;
  --new-chat-btn-text-color: #ffffff;
  --new-chat-msg-bg-color: rgba(255, 255, 255, 1);
  --new-chat-msg-text-color: #1d1d1d;
  --new-chat-msg-placehoder-text-color: rgba(29, 29, 29, 1);
  --chat-search-top-box-border-color: rgba(29, 29, 29, 0.1);
  --chat-content-bottom-filter-border-color: rgba(29, 29, 29, 0.1);
  --chat-filter-tag-border-color: rgba(29, 29, 29, 0.3);
  --chat-filter-tag-text-color: #1d1d1d;
  --chat-search-wrap-empty-title-color: rgba(29, 29, 29, 0.3);
  --result-aisearch-block-bg-color: rgba(29, 29, 29, 0.7);
  --result-aisearch-block-text-color: #ffffff;
  --chat-search-desc-anch-color: #a50533;
  --chat-search-list-item-title-text-color: rgba(13, 110, 253, 1);
  --chat-search-list-item-text-color: #1d1d1d;
  --chat-search-tag-text-color: rgba(29, 29, 29, 0.8);
  --chat-search-tag-border-color: rgba(29, 29, 29, 0.8);
  --chat-search-table-border-color: rgba(29, 29, 29, 0.8);
  --mat-dialog-action-border-color: rgba(29, 29, 29, 0.8);
  --mat-dialog-action-btn-text-color: rgba(29, 29, 29, 0.8);
  --mat-dialog-action-text-color: rgba(29, 29, 29, 0.8);
  --sticky-action-btn-bg-color: #eef5f9;
  --sticky-action-btn-border-color: #eef5f9;
  --sticky-action-btn-shadow-color: rgba(29,29,29,0.10);
  --sticky-action-btn-text-color: #1d1d1d;
  --sticky-action-btn-hover-bg-color: #a50533;
  --sticky-action-btn-hover-border-color: #a50533;
  --sticky-action-btn-hover-text-color: #fff;
  --chat-footer-action-btn-color: #1d1d1d;
  --common-gray-white-text-color: #1d1d1d;
  --release-detail-box-bg-color: #ffffff;
  --prompt-div-bg-color: linear-gradient(to right, #ddd, rgb(243 242 242));
  --prompt-div-text-color: #1d1d1d;
  --prompt-div-border-color: #ddd;
  --prompt-div-footer-border-color: #1d1d1d1a;
  --chat-mobile-select-item-bg-color: #ffffff;
  --analytics-table-tr-hover-bg-color: #f1f1f1;
}

html[data-theme=dark] {
  --chatbot-common-text-color: #ffffff;
  --chatbot-bg-color: rgba(43, 43, 43, 1);
  --chat-sidebar-action-bg-color: rgba(70, 70, 70, 1);
  --chat-sidebar-action-border-color: rgba(70, 70, 70, 1);
  --chat-sidebar-action-text-color: #ffffff;
  --chat-sidebar-bg-color: #181818;
  --chat-sidebar-bottom-bg-color: #181818;
  --chat-sidebar-header-border-color: rgba(255, 255, 255, 0.2);
  --chat-sidebar-header-title-color: #ffffff;
  --chat-sidebar-header-sub-title-color: rgba(255, 255, 255, 0.8);
  --chat-search-box-topic-bg-color: #181818;
  --chat-search-box-topic-title-bg-color: rgba(43, 43, 43, 1);
  --chat-search-box-topic-title-text-color: #ffffff;
  --chat-search-box-topic-title-bg-color: rgba(43, 43, 43, 1);
  --chat-sidebar-tab-wrap-bg-color: #2b2b2b;
  --chat-sidebar-tab-wrap-border-color: #2b2b2b;
  --chat-sidebar-tab-text-color: #ffffff;
  --chat-sidebar-tab-active-bg-color: #a50533;
  --chat-sidebar-tab-active-text-color: #ffffff;
  --chat-sidebar-tab-active-shadow-color: rgba(29, 29, 29, 0.15);
  --chat-info-wrap-bg-color: #464646;
  --chat-info-wrap-text-color: #ffffff;
  --chat-logo-bg-color: rgba(255, 255, 255, 0.2);
  --chat-detail-init-type-box-bg-color: #2b2b2b;
  --chat-detail-init-type-box-border-color: #2b2b2b;
  --chat-type-box-title-color: #ffffff;
  --chat-type-box-subtitle-color: #ffffff;
  --chat-type-btn-bg-color: #2b2b2b;
  --chat-type-btn-text-color: #ffffff;
  --chat-detail-init-type-box-lock-bg-color: rgba(255, 255, 255, 0.3);
  --chat-detail-init-type-box-lock-border-color: #6b6b6b;
  --chat-lock-type-btn-bg-color: #181818;
  --chat-lock-type-btn-text-color: #ffffff;
  --chat-lock-type-box-subtitle-color: rgba(29, 29, 29, 0.7);
  --chat-list-box-bg-color: rgba(24, 24, 24, 1);
  --chat-list-box-title-text-color: #ffffff;
  --chat-list-box-tag-bg-color: rgba(255, 255, 255, 0.1);
  --chat-list-box-tag-text-color: #ffffff;
  --chat-list-box-log-text-color: rgba(255, 255, 255, 0.8);
  --chat-list-box-hover-bg-color: rgba(255, 255, 255, 0.2);
  --chat-list-box-hover-tag-bg-color: rgba(24, 24, 24, 1);
  --chat-list-box-action-icon-color: #ffffff;
  --chat-list-box-action-icon-hover-color: rgba(165, 5, 51, 1);
  --chat-list-box-active-bg-color: rgba(255, 255, 255, 0.2);
  --chat-list-box-active-tag-bg-color: rgba(24, 24, 24, 1);
  --chat-list-box-active-tag-text-color: #ffffff;
  --chat-list-box-active-title-text-color: #ffffff;
  --chat-list-box-active-log-text-color: rgba(255, 255, 255, 0.8);
  --chat-list-box-active-action-icon-color: #ffffff;
  --chat-detail-init-type-box-select-bg-color: rgba(24, 24, 24, 1);
  --chat-detail-init-type-box-select-border-color: rgba(24, 24, 24, 1);
  --chat-detail-init-type-box-select-heading-text-color: #ffffff;
  --chat-detail-init-type-box-select-button-text-color: #a50533;
  --chat-search-desc-text-color: #ffffff;
  --chat-detail-box-answar-bg-color: #181818;
  --chat-detail-box-answar-border-color: #181818;
  --chat-detail-box-answar-box-shadow-color: rgba(29, 29, 29, 0.1);
  --chat-detail-box-answar-box-text-color: #ffffff;
  --chat-detail-box-answar-box-chat-detail-link-bg-color: #a50533;
  --chat-detail-box-answar-box-chat-detail-link-hover-bg-color: rgba(255, 255, 255, 0.2);
  --chat-detail-box-answar-box-chat-detail-link-text-color: #1d1d1d;
  --chat-detail-box-answar-box-chat-detail-link-hover-text-color: #ffffff;
  --chat-topic-tag-bg-color: rgba(255, 255, 255, 0.2);
  --chat-topic-tag-hover-bg-color: #1d1d1d;
  --chat-topic-tag-shadow-color: rgba(29,29,29,0.1);
  --chat-topic-tag-text-color: #ffffff;
  --chat-topic-tag-hover-text-color: #ffffff;
  --chat-topic-tag-reloadQus-text-color: #ffffff;
  --new-chat-btn-bg-color: #a50533;
  --new-chat-btn-hover-bg-color: #1d1d1d;
  --new-chat-btn-text-color: #ffffff;
  --new-chat-msg-bg-color: rgba(255, 255, 255, 0.2);
  --new-chat-msg-text-color: #ffffff;
  --new-chat-msg-placehoder-text-color: rgba(255, 255, 255, 1);
  --chat-search-top-box-border-color: rgba(221, 221, 221, 0.1);
  --chat-content-bottom-filter-border-color: rgba(255, 255, 255, 0.1);
  --chat-filter-tag-border-color: rgba(255, 255, 255, 0.3);
  --chat-filter-tag-text-color: #ffffff;
  --chat-search-wrap-empty-title-color: #777777;
  --result-aisearch-block-bg-color: rgba(70, 70, 70, 1);
  --result-aisearch-block-text-color: #ffffff;
  --chat-search-desc-anch-color: #a50533;
  --chat-search-list-item-title-text-color: #ffffff;
  --chat-search-list-item-text-color: #ffffff;
  --chat-search-tag-text-color: rgba(255, 255, 255, 0.8);
  --chat-search-tag-border-color: rgba(255, 255, 255, 0.8);
  --chat-search-table-border-color: rgba(255, 255, 255, 0.8);
  --mat-dialog-action-border-color: rgba(255, 255, 255, 0.8);
  --mat-dialog-action-btn-text-color: rgba(255, 255, 255, 0.8);
  --mat-dialog-action-text-color: rgba(255, 255, 255, 0.8);
  --sticky-action-btn-bg-color: #181818;
  --sticky-action-btn-border-color: #181818;
  --sticky-action-btn-shadow-color: rgba(29, 29, 29, 0.1);
  --sticky-action-btn-text-color: #ffffff;
  --sticky-action-btn-hover-bg-color: #a50533;
  --sticky-action-btn-hover-border-color: #a50533;
  --sticky-action-btn-hover-text-color: #ffffff;
  --chat-footer-action-btn-color: #ffffff;
  --common-gray-white-text-color: #ffffff;
  --release-detail-box-bg-color: #2b2b2b;
  --prompt-div-bg-color: linear-gradient(to right, #363636, #363636);
  --prompt-div-text-color: #ffffff;
  --prompt-div-border-color: #363636;
  --prompt-div-footer-border-color: #ffffff1a;
  --chat-mobile-select-item-bg-color: #1d1d1d;
  --analytics-table-tr-hover-bg-color: #262626;
}

/*# sourceMappingURL=theme.css.map */
