.history-sidebar-container[data-v-70435bb9] {
  position: relative;
  height: 100vh;
  width: 0;
  transition: width 0.3s ease;
  display: flex;
}
.history-sidebar-container[data-v-70435bb9] .ant-btn-link {
  color: #254ef6;
}
.history-sidebar-container[data-v-70435bb9] .ant-btn-link:focus,
.history-sidebar-container[data-v-70435bb9] .ant-btn-link:hover {
  color: #254ef6;
}
.history-sidebar-container .color-text[data-v-70435bb9] {
  text-transform: capitalize;
  background: linear-gradient(90deg, #254ef6 3.62%, #bf7cf7 96.38%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.handler[data-v-70435bb9] {
  position: absolute;
  top: calc(50vh - 1.3rem);
  right: -1.8rem;
  transform: translate(0px, -22px) rotate(0deg);
  z-index: 100;
}
.history-sidebar[data-v-70435bb9] {
  width: 12rem;
  background: #eaf5ff;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  box-shadow: 1px 0 0 rgba(0, 0, 0, 0.05);
  z-index: 50;
}
.sidebar-open[data-v-70435bb9] {
  width: 12rem;
}
.sidebar-open .history-sidebar[data-v-70435bb9] {
  transform: translateX(0);
}
.sidebar-open .handler[data-v-70435bb9] {
  transform: translate(0px, -22px) rotateY(180deg);
}
.sidebar-header[data-v-70435bb9] {
  padding: 1rem;
}
.sidebar-header h3[data-v-70435bb9] {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  font-size: 16px;
}
.close-btn[data-v-70435bb9] {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
}
.close-btn[data-v-70435bb9]:hover {
  background: #f5f5f5;
}
.history-list[data-v-70435bb9] {
  flex: 1;
  height: calc(100% - 1.4rem);
  overflow-y: auto;
  padding: 10px 0;
}
.history-list .items-title[data-v-70435bb9] {
  padding-left: 1rem;
  font-weight: bold;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.history-list .no-list[data-v-70435bb9] {
  padding: 0 1rem;
}
.history-item[data-v-70435bb9] {
  padding: 5px 0;
  margin-top: 5px;
  cursor: pointer;
  transition: background 0.2s;
}
.history-item[data-v-70435bb9]:last-of-type {
  margin-bottom: 15px;
}
.history-item[data-v-70435bb9]:hover {
  background: #fff;
}
.history-item.active[data-v-70435bb9] {
  background: #fff;
}
.item-title[data-v-70435bb9] {
  padding: 0 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


[data-v-a3eb5c6a] .ant-drawer-header {
  padding: 15px 24px 15px 15px;
  background: none;
}
[data-v-a3eb5c6a] .ant-drawer-body {
  padding: 0;
  background: #eaf5ff;
}
.color-text[data-v-a3eb5c6a] {
  text-transform: capitalize;
  background: linear-gradient(90deg, #254ef6 3.62%, #bf7cf7 96.38%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.title[data-v-a3eb5c6a] {
  font-size: 20px;
}
.box[data-v-a3eb5c6a] {
  display: flex;
  justify-content: space-between;
}
.box .sidebar-trigger[data-v-a3eb5c6a] {
  width: 4rem;
  padding: 20px 1.1rem;
  background: #eaf5ff;
  z-index: 100;
}
.box .sidebar-trigger .moblie-code[data-v-a3eb5c6a] {
  padding-top: 2rem;
  text-align: center;
  position: relative;
}
.box .sidebar-trigger .moblie-code .qrCodeDiv[data-v-a3eb5c6a] {
  position: absolute;
  right: -14.5rem;
  top: 0;
}
.box .agent-box[data-v-a3eb5c6a] {
  height: 100vh;
  flex: 1;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: url(../../static/img/bg.a3b2332d.jpg);
}
.box .agent-box .agent-title[data-v-a3eb5c6a] {
  padding: 0.7rem;
  background: #eaf5ff;
  text-align: left;
}
.chat-container[data-v-a3eb5c6a] {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  height: calc(100vh - 6.4rem);
}
.chat-container .AI-title[data-v-a3eb5c6a] {
  margin: auto;
  padding: 4rem 2rem 0 2rem;
  font-family: SimHei;
  font-style: normal;
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  line-height: normal;
  letter-spacing: 0.2rem;
  text-transform: capitalize;
  background: linear-gradient(90deg, #1f4ef5 0%, #a83cf6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.chat-container .messages[data-v-a3eb5c6a] {
  padding: 32px 1.2rem 0 1.2rem;
  flex: 1;
  overflow-y: auto;
}
.chat-container .new-chat[data-v-a3eb5c6a] {
  padding: 5% 30%;
}
.chat-container .input-area[data-v-a3eb5c6a] {
  width: 100%;
  padding: 1rem 1.5rem 0 1.5rem;
  border-radius: 3px;
}
.tips[data-v-a3eb5c6a] {
  padding: 0.7rem 1rem;
  text-align: center;
}

