@charset "UTF-8";
.aitalk-work-list a {
  display: block;
  position: relative;
  padding-left: 35px;
  line-height: 36px;
}

.aitalk-store-filter {
  appearance: none;
  -webkit-appearance: none;
  background-color: #f4f5f7 !important;
  border: 1px solid transparent !important;
  border-radius: 16px !important;
  padding: 0 28px 0 14px !important;
  height: 30px !important;
  line-height: 30px !important;
  font-size: 13px !important;
  color: #333 !important;
  margin-left: 12px;
  vertical-align: middle;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="%23999" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>') !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  cursor: pointer;
  outline: none;
  transition: background-color 0.2s;
}
.aitalk-store-filter:hover {
  background-color: #e8e9eb !important;
}
.aitalk-work-list a:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.aitalk-work-list a:hover {
  border-radius: 8px;
}
.aitalk-work-list .rong-selected {
  color: #1674FA;
}
.aitalk-work-list .talk-list-item {
  position: relative;
  border-radius: 8px;
  margin-bottom: 2px;
}
.aitalk-work-list .talk-list-item a {
  display: block;
  position: relative;
  padding-left: 12px;
  padding-right: 30px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aitalk-work-list .talk-list-item a.router-link-active,
.aitalk-work-list .talk-list-item a.rong-selected {
  color: #1674FA;
  background-color: #fff;
  border-radius: 8px;
}
.aitalk-work-list .talk-list-item a:hover,
.aitalk-work-list .talk-list-item:hover a {
  color: #1674FA;
}
.aitalk-work-list .talk-list-item:hover {
  background-color: #f4f5f7;
}
.aitalk-work-list .talk-list-item:hover .talk-list-item-more {
  display: flex;
}
.talk-list-item-more {
  display: none;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  color: #999;
  border-radius: 4px;
}
.talk-list-item-more:hover {
  background-color: rgba(0,0,0,0.05);
}
.talk-more-dropdown {
  display: none;
  position: absolute;
  right: -5px;
  top: 24px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  padding: 4px;
  width: 110px;
  z-index: 100;
}
.talk-list-item-more:hover .talk-more-dropdown,
.talk-more-dropdown:hover {
  display: block;
}
.talk-more-dropdown .dropdown-item {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  cursor: pointer;
  border-radius: 6px;
  font-size: 13px;
  color: #333;
  line-height: 1;
  white-space: nowrap;
}
.talk-more-dropdown .dropdown-item:hover {
  background-color: #f4f5f7;
}
.talk-more-dropdown .dropdown-item img {
  width: 14px;
  height: 14px;
  margin-right: 6px;
}
.talk-more-dropdown .dropdown-item.delete-item {
  color: #f45349;
}

.aitalk-work-list-often:before {
  background: #fff url(images/app-often.svg) no-repeat center center;
  background-clip: padding-box;
}

.aitalk-work-list-my:before {
  background: #fff url(images/app-my.svg) no-repeat center center;
  background-clip: padding-box;
}

.aitalk-work-list-company:before {
  background: #fff url(images/app-company.svg) no-repeat center center;
  background-clip: padding-box;
}

.aitalk-work-list-agent:before {
  background: #fff url(images/app-agent.svg) no-repeat center center;
  background-clip: padding-box;
}

.aitalk-work-list-store:before {
  background: #fff url(images/app-store.svg) no-repeat center center;
  background-clip: padding-box;
}

.aitalk-work-list-talk:before {
  background: #fff url(images/ai-talk.svg) no-repeat center center;
  background-clip: padding-box;
}

.aitalk-work-list-bi:before {
  background: #fff url(images/ai-bi.svg) no-repeat center center;
  background-clip: padding-box;
}

.aitalk-work-list-write:before {
  background: #fff url(images/ai-write.svg) no-repeat center center;
  background-clip: padding-box;
}

.aitalk-work-list-search:before {
  background: #fff url(images/ai-search.svg) no-repeat center center;
  background-clip: padding-box;
}

.aitalk-work-robot-info {
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: url(images/app-info.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 4px;
}

.aitalk-work-loading {
  padding-top: 56px;
}

.aitalk-work-list {
  padding-top: 56px;
  height: 100%;
  overflow: hidden;
}
.aitalk-work-list .aitalk-main-content {
  padding-bottom: 28px;
  margin-left: -10px;
}

.aitalk-work-item {
  float: left;
  width: 300px;
  margin: 28px 0 0 27px;
  padding: 12px 12px 0 12px;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  background-color: white;
  cursor: pointer;
  box-sizing: content-box;
  transition: box-shadow 0.3s;
}

.aitalk-work-item-right {
  margin-right: 0;
}

.aitalk-work-item-inner {
  position: relative;
}

.aitalk-work-item-hd {
  margin-bottom: 10px;
  height: 36px;
}
.aitalk-work-item-hd .rong-avatar {
  float: left;
  margin-right: 8px;
}
.aitalk-work-item-hd .aitalk-work-item-time-box {
  height: 18px;
  line-height: 18px;
}
.aitalk-work-item-hd .aitalk-work-item-time-box .aitalk-work-item-delayed {
  background: url("images/icon.svg?v2") no-repeat -17px -1982px;
  background-size: 155px auto;
  display: inline-block;
  height: 13px;
  width: 13px;
  position: relative;
  top: 9%;
}
.aitalk-work-item-hd .aitalk-work-item-time-box .aitalk-work-item-datetime {
  display: inline-block;
  height: 18px;
  line-height: 18px;
}
.aitalk-work-item-hd .aitalk-work-item-time-box .aitalk-work-attachment {
  height: 18px;
  line-height: 18px;
}

.aitalk-work-item-read {
  float: left;
  color: rgb(160, 160, 160);
}

.aitalk-work-item-username {
  font-size: 14px;
  height: 18px;
  line-height: 18px;
}
.aitalk-work-item-username a:hover {
  color: #333;
}
.aitalk-work-item-username a {
  display: inline-block;
  height: 18px;
  max-width: 114px;
  overflow: hidden;
  padding-right: 10px;
  word-break: break-all;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aitalk-work-item-datetime {
  color: #777;
  font-size: 12px;
}

.aitalk-work-attachment {
  display: inline-block;
  width: 16px;
  height: 18px;
  background: url(images/icon.svg) no-repeat -56px -2120px;
  background-size: 166px auto;
  font-size: 12px;
  padding-left: 18px;
  color: #777;
  margin-left: 8px;
  font-style: normal;
}

.aitalk-work-item-bd {
  display: -webkit-box;
  margin-bottom: 10px;
  height: 85px;
  line-height: 1.4;
  overflow: hidden;
  word-break: break-all;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  color: #666;
}
.aitalk-work-item-bd a {
  color: #1674fa;
}
.aitalk-work-item-bd a:hover {
  text-decoration: underline;
}

.aitalk-work-item-ft {
  text-align: right;
  line-height: 38px;
  font-size: 12px;
  height: 38px;
  width: auto;
  position: relative;
  box-sizing: content-box;
  background-color: #f4f5f7;
  margin: 0 -12px;
  padding: 0 12px;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}
.aitalk-work-item-ft a {
  color: #1674fa;
  position: absolute;
  right: 12px;
}

.aitalk-work-status {
  position: absolute;
  right: -12px;
  top: -12px;
  padding: 4px 10px;
  border-radius: 0 8px 0 8px;
  line-height: 18px;
  background: #e6f1ff;
  font-size: 12px;
  color: #1674FA;
}

.aitalk-work-confirmed {
  background-color: #f56b2f;
}

.aitalk-work-detail {
  position: absolute;
  right: 0;
  top: 0;
  width: 320px;
  height: 100%;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  padding-top: 56px;
  background: #fff;
  z-index: 10;
}
.aitalk-work-detail .rong-main-hd {
  padding-left: 0;
  text-align: center;
}
.aitalk-work-detail .aitalk-work-reply-bd {
  min-height: 44px;
}
.aitalk-work-detail .aitalk-work-item-bd {
  height: inherit;
  -webkit-line-clamp: inherit;
}
.aitalk-work-detail .aitalk-work-content {
  min-height: 100%;
  position: relative;
  padding-bottom: 48px;
}
.aitalk-work-detail .aitalk-work-confirm-btn {
  position: absolute;
  bottom: 15px;
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  color: #1674fa;
  background: white;
  width: 160px;
  height: 38px;
  left: 50%;
  transform: translateX(-50%);
}
.aitalk-work-detail .aitalk-work-content-confirm {
  padding-bottom: 75px;
}

.aitalk-work-detail-bd {
  height: 100%;
  padding: 16px 16px;
  overflow-y: auto;
  overflow-x: hidden;
}

.aitalk-work-content {
  width: 100%;
}

.aitalk-work-users {
  font-size: 12px;
}

.aitalk-work-users-bd .aitalk-work-reveived-add {
  width: 100%;
  height: 100%;
  font-size: 0;
  border: none;
  background: #fff url(images/icon.svg) no-repeat -10px -338px;
  background-size: 150px auto;
}

.aitalk-work-detail-received {
  margin-top: 10px;
  border-bottom: 1px solid #e3e3e3;
}
.aitalk-work-detail-received a {
  position: relative;
  float: left;
  padding-right: 12px;
  color: #1674fa;
}
.aitalk-work-detail-received a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  transition: all 0.5s;
  transform: rotate(135deg);
  width: 5px;
  height: 5px;
  border-top: 1px solid #1674fa;
  border-right: 1px solid #1674fa;
}
.aitalk-work-detail-received .aitalk-work-received-expand:after {
  top: 8px;
  transform: rotate(-45deg);
}

.aitalk-work-list-item {
  position: relative;
  padding-bottom: 2px;
}

.aitalk-work-file-box {
  position: relative;
  width: 36px;
  height: 36px;
  float: left;
  top: 50%;
  transform: translateY(-50%);
}

.aitalk-work-list-item em {
  position: absolute;
  min-width: 8px;
  top: 50%;
  height: 8px;
  color: white;
  text-align: center;
  border-radius: 8px;
  background: #f45349;
  z-index: 10;
  transform: translate(50%, -50%);
  right: 22px;
}

.aitalk-work-talk-history-list {
  height: calc(100vh - 290px);
  overflow: hidden;
}
.aitalk-work-talk-history-list:hover {
  overflow-y: auto;
}
.aitalk-work-talk-history-list ::-webkit-scrollbar {
  width: 2px; /* 滚动条的宽度 */
}

.aitalk-work-receive-confirm em {
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  padding: 0 4px;
}

.aitalk-work-users-hd {
  border-bottom: 1px solid #e3e3e3;
}
.aitalk-work-users-hd a {
  position: relative;
  float: left;
  padding-right: 12px;
  color: #1674fa;
}
.aitalk-work-users-hd span {
  float: right;
  color: #777;
}

.aitalk-work-users-hd a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  transition: all 0.5s;
  transform: rotate(135deg);
  width: 5px;
  height: 5px;
  border-top: 1px solid #1674fa;
  border-right: 1px solid #1674fa;
}
.aitalk-work-expand .aitalk-work-users-hd a:after {
  top: 8px;
  transform: rotate(-45deg);
}

.aitalk-work-user {
  margin-top: 10px;
}
.aitalk-work-user h3 {
  color: #777;
}

.aitalk-work-reply {
  margin-top: 10px;
  border-top: none;
}

.aitalk-work-reply-bottom {
  border-top: 1px solid #e3e3e3;
}

.aitalk-work-reply-bd {
  margin-top: 16px;
}
.aitalk-work-reply-bd .rong-avatar {
  float: left;
}
.aitalk-work-reply-bd p {
  margin-top: 5px;
  word-break: break-all;
  color: #777;
  padding-right: 12px;
}

.aitalk-work-reply-text {
  padding-left: 10px;
  overflow: hidden;
}
.aitalk-work-reply-text p {
  margin-top: 0;
}

.aitalk-work-reply-form {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-top: 10px;
  height: 72px;
  left: 0;
  right: 0;
  background-color: white;
  z-index: 10;
  /* box-shadow: 0 -2px 10px rgba(0,0,0,0.02); */
}
.aitalk-work-reply-form form {
  position: relative;
  transform: translateY(-50%);
  top: 50%;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.aitalk-work-reply-form .aitalk-work-reply-box {
  width: 78%;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  position: relative;
}
.aitalk-work-reply-form textarea {
  width: 100%;
  max-height: 300px;
  resize: none;
  line-height: 20px;
  border: none;
  position: absolute;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.aitalk-work-reply-form button {
  position: absolute;
  right: 0;
  top: 0;
  left: 208px;
  width: 54px;
  font-size: 14px;
}

.aitalk-work-dialog {
  width: 660px;
  padding-bottom: 0;
}
.aitalk-work-dialog .rong-group-search-field {
  margin: 10px 15px;
}
.aitalk-work-dialog .rong-group-userlist-bd {
  height: 229px;
}
.aitalk-work-dialog .aitalk-work-content {
  float: left;
  width: 50%;
  overflow: hidden;
  height: 366px;
}
.aitalk-work-dialog .aitalk-work-content .aitalk-work-userlist-tab {
  border-bottom: 1px solid #e3e3e3;
}
.aitalk-work-dialog .aitalk-work-content .aitalk-work-userlist-tab a {
  font-size: 14px;
  color: #333;
  width: 33%;
  float: left;
  line-height: 47px;
  text-align: center;
}
.aitalk-work-dialog .aitalk-work-content .aitalk-work-userlist-tab a.aitalk-work-tab-selected {
  border-bottom: 3px solid #1674fa;
}
.aitalk-work-dialog .aitalk-work-userlist {
  border-right: 1px solid #e3e3e3;
  position: relative;
}
.aitalk-work-dialog .aitalk-work-selected-title {
  line-height: 30px;
  margin: 10px 0 0 12px;
  font-weight: 600;
  color: rgb(134, 134, 134);
}
.aitalk-work-dialog .aitalk-work-selected-border {
  margin: 0 12px 0 12px;
  padding: 0 10px;
  width: auto;
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  height: 34px;
  overflow: auto;
  position: relative;
}
.aitalk-work-dialog .aitalk-work-selected-border ul {
  float: left;
  height: 100%;
}
.aitalk-work-dialog .aitalk-work-selected-border ul li {
  float: left;
  border-radius: 5px;
  color: white;
  line-height: 20px;
  font-size: 12px;
  background: rgb(84, 166, 255);
  padding: 0 0 0 6px;
  margin: 6px 10px 6px 0;
}
.aitalk-work-dialog .aitalk-work-selected-border ul span {
  line-height: 18px;
  float: right;
  width: 16px;
  text-align: center;
  font-size: 1em;
  cursor: pointer;
}
.aitalk-work-dialog .aitalk-work-selected-border .hide {
  display: none;
}
.aitalk-work-dialog .aitalk-work-selected-content-title {
  margin-top: 13px;
}
.aitalk-work-dialog .aitalk-work-selected-content-border {
  height: 238px;
  width: calc(100% - 24px);
  position: relative;
  overflow: hidden;
  padding: 0 0 25px 0;
}
.aitalk-work-dialog .aitalk-work-selected-content-border textarea {
  width: 100%;
  border: none;
  height: 100%;
  resize: none;
  outline: none;
  padding: 8px 10px 0 10px;
}
.aitalk-work-dialog .aitalk-work-selected-content-border a.aitalk-work-attach-number {
  position: absolute;
  right: 86px;
  bottom: 7px;
  font-size: 12px;
  color: #54a6ff;
}
.aitalk-work-dialog .aitalk-work-selected-content-border .aitalk-work-add-attachment {
  position: absolute;
  right: 10px;
  bottom: 7px;
  font-size: 12px;
  color: #54a6ff;
  z-index: 0;
}
.aitalk-work-dialog .aitalk-work-selected-content-border .aitalk-work-add-attachment .aitalk-work-add-attachment-logo {
  position: absolute;
  left: -16px;
  width: 14px;
  height: 14px;
  top: 2px;
  padding-right: 20px;
  background-repeat: no-repeat;
  background-image: url("images/icon.svg?v2");
  background-size: 150px auto;
  background-position: -84px -1918px;
}
.aitalk-work-dialog .aitalk-work-selected-content-border .aitalk-work-add-files {
  width: 62px;
  opacity: 0;
  font-size: 100px;
  height: 18px;
  cursor: pointer;
  z-index: 10;
}
.aitalk-work-dialog .aitalk-work-selected-content-border .aitalk-work-attach-disabled {
  cursor: default;
}
.aitalk-work-dialog .aitalk-work-selected-content-border a.aitalk-work-attach-number-english {
  right: 60px;
}
.aitalk-work-dialog .aitalk-work-selected-content-border a.aitalk-work-scan-attach-full {
  right: 10px;
}
.aitalk-work-dialog .aitalk-work-buttons {
  height: 116px;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #e3e3e3;
}
.aitalk-work-dialog .aitalk-work-buttons .aitalk-work-send-box {
  line-height: 25px;
  height: 25px;
  width: 100%;
  margin-top: 13px;
  font-size: 13px;
}
.aitalk-work-dialog .aitalk-work-buttons .aitalk-work-button-box {
  text-align: center;
  margin-top: 25px;
}
.aitalk-work-dialog .aitalk-work-buttons .aitalk-work-button-box button {
  width: 120px;
  height: 38px;
  font-size: 15px;
  border: 1px solid #e3e3e3;
  color: rgb(140, 140, 140);
  border-radius: 8px;
  background-color: white;
}
.aitalk-work-dialog .aitalk-work-buttons .aitalk-work-button-box .aitalk-work-button-cancel {
  margin-right: 40px;
}
.aitalk-work-dialog .aitalk-work-buttons .aitalk-work-button-box .aitalk-work-button-cancel:hover {
  color: #1674fa;
}
.aitalk-work-dialog .aitalk-work-buttons .aitalk-work-button-box .aitalk-work-button-send {
  border-color: #eee;
  background-color: #fff;
  color: #ccc;
  margin-left: 40px;
  cursor: default;
}
.aitalk-work-dialog .aitalk-work-buttons .aitalk-work-button-box .aitalk-work-button-send-sel {
  color: #1674fa;
  cursor: pointer;
}

.aitalk-work-dialog .aitalk-work-add-attach-english input.aitalk-work-add-files {
  width: 38px;
}

.aitalk-work-send-select {
  float: left;
  position: relative;
  margin-left: 28px;
}
.aitalk-work-send-select span {
  float: left;
  margin-right: 8px;
}
.aitalk-work-send-select .aitalk-work-select-time-box {
  width: 160px;
}
.aitalk-work-send-select .aitalk-work-select-type-box {
  width: 120px;
}
.aitalk-work-send-select button {
  font-size: 13px;
  position: relative;
  float: left;
  border: 1px solid #e3e3e3;
  background: white;
  height: 25px;
  border-radius: 3px;
}
.aitalk-work-send-select button:after {
  right: 8px;
  top: 6px;
  content: "";
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  position: absolute;
  border-bottom: 1px solid rgb(215, 215, 215);
  border-right: 1px solid rgb(215, 215, 215);
}
.aitalk-work-send-select .aitalk-work-time-selecting {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-color: rgb(170, 209, 254);
  border-left-color: rgb(170, 209, 254);
  border-right-color: rgb(170, 209, 254);
  color: rgb(160, 160, 160);
}
.aitalk-work-send-select .aitalk-work-sepcific-selecting {
  border-bottom-color: rgb(170, 209, 254);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.aitalk-work-send-select .aitalk-work-select-sepcific-time {
  position: absolute;
  left: 60px;
  width: 320px;
  top: calc(100% + 2px);
  height: 75px;
  border-radius: 3px;
  padding: 0 8px;
  background-color: white;
  border: 1px solid rgb(170, 209, 254);
}
.aitalk-work-send-select .aitalk-work-select-sepcific-time .aitalk-work-sepcific-time-content {
  float: left;
  height: 55px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.aitalk-work-send-select .aitalk-work-select-sepcific-time .aitalk-work-sepcific-time-content .aitalk-work-specific-year {
  width: 47px;
}
.aitalk-work-send-select .aitalk-work-select-sepcific-time .aitalk-work-sepcific-time-content .aitalk-work-specific-t {
  min-width: 40px;
  float: left;
  height: 100%;
  text-align: center;
  border: 1px solid #e3e3e3;
}
.aitalk-work-send-select .aitalk-work-select-sepcific-time .aitalk-work-sepcific-time-content .aitalk-work-specific-t p {
  height: 13px;
  line-height: 13px;
  font-size: 13px;
  color: #1674fa;
}
.aitalk-work-send-select .aitalk-work-select-sepcific-time .aitalk-work-sepcific-time-content .aitalk-work-specific-t a {
  display: block;
  height: 21px;
  font-size: 17px;
  font-weight: 600;
  line-height: 21px;
  color: rgb(169, 175, 184);
}
.aitalk-work-send-select .aitalk-work-select-sepcific-time .aitalk-work-sepcific-time-content .aitalk-work-specific-mark {
  float: left;
  padding: 0 3px;
  height: 55px;
  line-height: 55px;
  color: rgb(128, 128, 128);
}
.aitalk-work-send-select .aitalk-work-specific-english {
  width: 308px;
}
.aitalk-work-send-select ul {
  position: absolute;
  right: 0;
  width: 160px;
  top: 100%;
  border-radius: 3px;
  border: 1px solid rgb(170, 209, 254);
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: white;
}
.aitalk-work-send-select ul li {
  text-align: center;
  font-size: 13px;
  height: 25px;
}
.aitalk-work-send-select ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: black;
}
.aitalk-work-send-select ul li:hover {
  background-color: rgb(223, 232, 243);
}
.aitalk-work-send-select ul.aitalk-work-select-type {
  width: 120px;
}

.rong-dialog-attach {
  height: 484px;
  background-color: white;
}
.rong-dialog-attach .aitalk-work-attach-title {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
  height: 40px;
  background-color: rgb(242, 245, 249);
}
.rong-dialog-attach .aitalk-work-attach-title h3 {
  height: 100%;
  line-height: 40px;
  margin-left: 22px;
}
.rong-dialog-attach .aitalk-work-attach-content {
  height: 384px;
  overflow: auto;
}
.rong-dialog-attach .aitalk-work-attach-content .aitalk-work-attach-box {
  height: 60px;
  position: relative;
}
.rong-dialog-attach .aitalk-work-attach-content .aitalk-work-attach-box .aitalk-work-attach-upload-progress {
  position: absolute;
  top: 86%;
  left: 0;
  height: 2px;
  background-color: #E3E3E3;
  width: 88%;
  margin-left: 63px;
}
.rong-dialog-attach .aitalk-work-attach-content .aitalk-work-attach-box .aitalk-work-attach-upload-progress span {
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #2689fb;
}
.rong-dialog-attach .aitalk-work-attach-content .aitalk-work-attach-box .rong-upload-progress-text {
  text-align: center;
  color: rgb(38, 137, 251);
  line-height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rong-dialog-attach .aitalk-work-attach-content .aitalk-work-attach-box .rong-upload-pin-remove i {
  position: absolute;
  left: -18px;
  top: 50%;
  width: 11px;
  height: 11px;
  margin-top: -6px;
  background-position: -18px -2322px;
}
.rong-dialog-attach .aitalk-work-attach-content .aitalk-work-attach-box .rong-upload-pin-remove i:hover {
  background-position: -53px -2322px;
}
.rong-dialog-attach .aitalk-work-attach-content .aitalk-work-attach-box .rong-upload-pin-cancel i {
  position: absolute;
  left: -18px;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background-position: -18px -2345px;
}
.rong-dialog-attach .aitalk-work-attach-content .aitalk-work-attach-box .rong-upload-pin-cancel i:hover {
  background-position: -54px -2345px;
}
.rong-dialog-attach .aitalk-work-attach-content .aitalk-work-attach-box .aitalk-work-file-box {
  margin-left: 18px;
}
.rong-dialog-attach .aitalk-work-attach-content .aitalk-work-attach-box i {
  background-image: url("images/icon.svg?v2");
  background-repeat: no-repeat;
  background-size: 150px auto;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  background-color: transparent;
  width: 36px;
  height: 36px;
}
.rong-dialog-attach .aitalk-work-attach-content .aitalk-work-attach-box .aitalk-work-attach-doc {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  float: left;
  margin-left: 8px;
}
.rong-dialog-attach .aitalk-work-attach-content .aitalk-work-attach-box .aitalk-work-attach-doc p.aitalk-work-doc-title {
  display: -webkit-box;
  font-size: 14px;
  overflow: hidden;
  height: 22px;
  word-break: break-all;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: verical;
  color: #272950;
}
.rong-dialog-attach .aitalk-work-attach-content .aitalk-work-attach-box .aitalk-work-attach-doc .aitalk-work-doc-size {
  font-size: 12px;
  color: rgb(107, 107, 107);
}
.rong-dialog-attach .aitalk-work-attach-content .aitalk-work-attach-box a {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #777777;
}
.rong-dialog-attach .aitalk-work-attach-content .aitalk-work-attach-box .aitalk-work-renew {
  right: 102px;
}
.rong-dialog-attach .aitalk-work-attach-content .aitalk-work-attach-box .aitalk-work-renew i {
  position: absolute;
  left: -18px;
  top: 50%;
  width: 8px;
  height: 11px;
  margin-top: -6px;
  background-position: -18px -2369px;
}
.rong-dialog-attach .aitalk-work-attach-content .aitalk-work-attach-box .aitalk-work-renew i:hover {
  background-position: -50px -2369px;
}
.rong-dialog-attach .aitalk-work-attach-buttons {
  height: 57px;
  line-height: 57px;
  position: relative;
  text-align: center;
}
.rong-dialog-attach .aitalk-work-attach-buttons button {
  width: 123px;
  height: 39px;
  background-color: white;
  border-radius: 5px;
  color: #1674fa;
  border: 1px solid #e3e3e3;
  font-size: 14px;
}
.rong-dialog-attach .aitalk-work-attach-buttons div, .rong-dialog-attach .aitalk-work-attach-buttons .aitalk-work-attach-count {
  position: absolute;
  height: 15px;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
}
.rong-dialog-attach .aitalk-work-attach-buttons div a, .rong-dialog-attach .aitalk-work-attach-buttons .aitalk-work-attach-count a {
  cursor: default;
  z-index: 0;
  display: block;
  line-height: 15px;
  color: #1674fa;
  height: 100%;
  width: 100%;
  font-size: 14px;
}
.rong-dialog-attach .aitalk-work-attach-buttons div .aitalk-work-attach-full, .rong-dialog-attach .aitalk-work-attach-buttons .aitalk-work-attach-count .aitalk-work-attach-full {
  color: rgb(198, 198, 198);
}
.rong-dialog-attach .aitalk-work-attach-buttons div input[type=file], .rong-dialog-attach .aitalk-work-attach-buttons .aitalk-work-attach-count input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  font-size: 100px;
  cursor: pointer;
}
.rong-dialog-attach .aitalk-work-attach-buttons div input.aitalk-work-attach-disabled[type=file], .rong-dialog-attach .aitalk-work-attach-buttons .aitalk-work-attach-count input.aitalk-work-attach-disabled[type=file] {
  cursor: default;
}
.rong-dialog-attach .aitalk-work-attach-buttons .aitalk-work-attach-count {
  right: 85px;
  line-height: 1;
  font-size: 14px;
  color: #1674fa;
}
.rong-dialog-attach .aitalk-work-attach-buttons .aitalk-work-attach-english {
  right: 60px;
}
.rong-dialog-attach .aitalk-work-attach-buttons .aitalk-work-attach-full {
  color: rgb(198, 198, 198);
}

.aitalk-work-item-hasatta {
  margin-bottom: 0;
}

.aitalk-work-detail .aitalk-work-attach-list {
  margin-top: 3px;
  margin-bottom: 10px;
}
.aitalk-work-detail .aitalk-work-attach-box {
  height: 52px;
  position: relative;
}
.aitalk-work-detail .aitalk-work-attach-box i {
  background-image: url("images/icon.svg?v2");
  background-repeat: no-repeat;
  background-size: 150px auto;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  background-color: transparent;
  width: 36px;
  height: 36px;
}
.aitalk-work-detail .aitalk-work-attach-box .aitalk-work-attach-doc {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  float: left;
  margin-left: 8px;
}
.aitalk-work-detail .aitalk-work-attach-box .aitalk-work-attach-doc .aitalk-work-doc-title {
  display: -webkit-box;
  height: 21px;
  word-break: break-all;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-width: 170px;
  overflow: hidden;
  font-size: 14px;
}
.aitalk-work-detail .aitalk-work-attach-box .aitalk-work-attach-doc .aitalk-work-doc-size {
  font-size: 12px;
  color: rgb(148, 148, 148);
}
.aitalk-work-detail .aitalk-work-attach-box a {
  position: absolute;
  right: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -17px;
  margin-right: 20px;
  display: flex;
  background-image: url(images/download-upload.svg);
  background-repeat: no-repeat;
  background-size: 279px auto;
  background-color: transparent;
  background-position: -28px -207px;
}
.aitalk-work-detail .aitalk-work-attach-box a:hover {
  cursor: pointer;
}
.aitalk-work-detail .aitalk-work-attach-box a:hover {
  background-position: -108px -207px;
}
.aitalk-work-detail .aitalk-work-attach-box a:active {
  background-position: -188px -207px;
}
.aitalk-work-detail .aitalk-work-attach-box a.aitalk-work-download-resume {
  background-position: -28px -147px;
}
.aitalk-work-detail .aitalk-work-attach-box a.aitalk-work-download-resume:hover {
  background-position: -108px -147px;
}
.aitalk-work-detail .aitalk-work-attach-box a.aitalk-work-download-resume:active {
  background-position: -188px -147px;
}
.aitalk-work-detail .aitalk-work-attach-box a.aitalk-work-un-download {
  background-position: -28px -267px;
}
.aitalk-work-detail .aitalk-work-attach-box a.aitalk-work-un-download:hover {
  background-position: -108px -267px;
}
.aitalk-work-detail .aitalk-work-attach-box a.aitalk-work-un-download:active {
  background-position: -188px -267px;
}
.aitalk-work-detail .aitalk-work-attach-box a.aitalk-work-download-ready {
  background-position: -28px -27px;
}
.aitalk-work-detail .aitalk-work-attach-box a.aitalk-work-download-ready:hover {
  background-position: -108px -27px;
}
.aitalk-work-detail .aitalk-work-attach-box a.aitalk-work-download-ready:active {
  background-position: -188px -27px;
}

.aitalk-work-attach-progress-bk {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: rgb(223, 231, 243);
}

.aitalk-work-attach-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: rgb(45, 140, 250);
}

.aitalk-work-file {
  background-position: -55px -1037px;
}

.aitalk-work-file-expired {
  background-position: -57px -2217px;
}

.aitalk-work-file-doc, .aitalk-work-file-docx, .aitalk-work-file-docm, .aitalk-work-file-dotx, .aitalk-work-file-dotm {
  background-position: -11px -990px;
}

.aitalk-work-file-doc-expired, .aitalk-work-file-docx-expired, .aitalk-work-file-docm-expired, .aitalk-work-file-dotx-expired, .aitalk-work-file-dotm-expired {
  background-position: -13px -2170px;
}

.aitalk-work-file-xls, .aitalk-work-file-xlsx, .aitalk-work-file-xlsm, .aitalk-work-file-xltx, .aitalk-work-file-xltm, .aitalk-work-file-xlsb, .aitalk-work-file-xlam {
  background-position: -99px -990px;
}

.aitalk-work-file-xls-expired, .aitalk-work-file-xlsx-expired, .aitalk-work-file-xlsm-expired, .aitalk-work-file-xltx-expired, .aitalk-work-file-xltm-expired, .aitalk-work-file-xlsb-expired, .aitalk-work-file-xlam-expired {
  background-position: -101px -2170px;
}

.aitalk-work-file-pptx, .aitalk-work-file-pptm, .aitalk-work-file-ppsx, .aitalk-work-file-ppsx, .aitalk-work-file-pptx, .aitalk-work-file-potm, .aitalk-work-file-ppam, .aitalk-work-file-ppt {
  background-position: -99px -1037px;
}

.aitalk-work-file-pptx-expired, .aitalk-work-file-pptm-expired, .aitalk-work-file-ppsx-expired, .aitalk-work-file-ppsx-expired, .aitalk-work-file-pptx-expired, .aitalk-work-file-potm-expired, .aitalk-work-file-ppam-expired, .aitalk-work-file-ppt-expired {
  background-position: -101px -2217px;
}

.aitalk-work-file-pdf {
  background-position: -11px -1037px;
}

.aitalk-work-file-pdf-expired {
  background-position: -13px -2217px;
}

.aitalk-work-file-mp3, .aitalk-work-file-cda, .aitalk-work-file-wav, .aitalk-work-file-ra, .aitalk-work-file-midi {
  background-position: -55px -990px;
}

.aitalk-work-file-mp3-expired, .aitalk-work-file-cda-expired, .aitalk-work-file-wav-expired, .aitalk-work-file-ra-expired, .aitalk-work-file-midi-expired {
  background-position: -57px -2170px;
}

.aitalk-work-file-avi, .aitalk-work-file-rmvb, .aitalk-work-file-rm, .aitalk-work-file-wmv, .aitalk-work-file-vcd, .aitalk-work-file-svcd, .aitalk-work-file-dat, .aitalk-work-file-vob, .aitalk-work-file-mov, .aitalk-work-file-mp4, .aitalk-work-file-mkv, .aitalk-work-file-asf, .aitalk-work-file-flv {
  background-position: -9px -1801px;
}

.aitalk-work-file-avi-expired, .aitalk-work-file-rmvb-expired, .aitalk-work-file-rm-expired, .aitalk-work-file-wmv-expired, .aitalk-work-file-vcd-expired, .aitalk-work-file-svcd-expired, .aitalk-work-file-dat-expired, .aitalk-work-file-vob-expired, .aitalk-work-file-mov-expired, .aitalk-work-file-mp4-expired, .aitalk-work-file-mkv-expired, .aitalk-work-file-asf-expired, .aitalk-work-file-flv-expired {
  background-position: -13px -2264px;
}

.aitalk-work-file-rar,
.aitalk-work-file-zip {
  background-position: -53px -1801px;
}

.aitalk-work-file-rar-expired,
.aitalk-work-file-zip-expired {
  background-position: -57px -2264px;
}

.aitalk-work-receiver-selected-org .rong-group-hd-org {
  border-bottom-color: #1674fa;
  width: 33%;
}
.aitalk-work-receiver-selected-org .rong-group-hd-star {
  width: 33%;
}
.aitalk-work-receiver-selected-org .rong-group-hd-friend {
  width: 33%;
}

.aitalk-work-detail-shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.aitalk-work-status-unconfirm {
  background: #e6f8ea;
  color: #25b24c;
}

.aitalk-work-reply-count-box {
  position: relative;
}
.aitalk-work-reply-count-box .aitalk-work-reply-mark {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #f45349;
  right: -2px;
  top: 5px;
  border-radius: 50%;
}

.aitalk-work-empty-app {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.aitalk-work-empty-app .aitalk-work-empty-app-hd {
  height: 55px;
}
.aitalk-work-empty-app .aitalk-work-empty-app-bd {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  padding-top: 182px;
  background: url(images/empty-pin.png) no-repeat center top;
  text-align: center;
  color: #717579;
}

.aitalk-work-talk-list {
  position: absolute;
  top: 56px;
  overflow: hidden;
  width: 70%;
  box-sizing: content-box;
  margin: auto;
}

.aitalk-work-talk-item {
  width: 90%;
  max-width: 90rem;
  padding: 10px 0px;
  background-color: white;
  cursor: pointer;
  box-sizing: content-box;
  transition: box-shadow 0.3s;
  display: flex;
}

.aitalk-work-talk-item-content {
  float: left;
  max-width: 90%;
  margin: 0px 10px;
  border: 1px solid #f6f6f6;
  border-radius: 12px;
  cursor: pointer;
  box-sizing: content-box;
  transition: box-shadow 0.3s;
}

.aitalk-work-talk-item-right {
  float: right;
  max-width: 90%;
  padding: 10px 0px;
  cursor: pointer;
  transition: box-shadow 0.3s;
  margin-left: auto;
  color: white;
  word-break: break-all;
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
}

.aitalk-work-talk-item-content-right {
  margin: 0px 10px;
  border: 1px solid #cae7fd;
  border-radius: 12px;
  cursor: pointer;
  transition: box-shadow 0.3s;
  color: #000;
  background: linear-gradient(81.62deg, #cae7fd 8.72%, #cae7fd 85.01%);
}

.aitalk-work-talk-item-inner {
  position: relative;
}

.aitalk-work-talk-item-hd {
  margin-bottom: 10px;
  height: 36px;
}
.aitalk-work-talk-item-hd .rong-avatar {
  float: left;
  margin-right: 8px;
}
.aitalk-work-talk-item-hd .aitalk-work-item-time-box {
  height: 18px;
  line-height: 18px;
}
.aitalk-work-talk-item-hd .aitalk-work-item-time-box .aitalk-work-item-delayed {
  background: url("images/icon.svg?v2") no-repeat -17px -1982px;
  background-size: 155px auto;
  display: inline-block;
  height: 13px;
  width: 13px;
  position: relative;
  top: 9%;
}
.aitalk-work-talk-item-hd .aitalk-work-item-time-box .aitalk-work-item-datetime {
  display: inline-block;
  height: 18px;
  line-height: 18px;
}
.aitalk-work-talk-item-hd .aitalk-work-item-time-box .aitalk-work-attachment {
  height: 18px;
  line-height: 18px;
}

.aitalk-work-talk-item-username {
  font-size: 14px;
  height: 18px;
  line-height: 18px;
}
.aitalk-work-talk-item-username a:hover {
  color: #333;
}
.aitalk-work-talk-item-username a {
  display: inline-block;
  height: 18px;
  max-width: 114px;
  overflow: hidden;
  padding-right: 10px;
  word-break: break-all;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aitalk-work-talk-item-datetime {
  color: #777;
  font-size: 12px;
}

.aitalk-work-talk-item-bd {
  padding: 8px 16px;
  /* 重置文本格式元素 */
}
.aitalk-work-talk-item-bd a {
  text-decoration: none;
  color: #666;
}
.aitalk-work-talk-item-bd h1 {
  font-size: 18px;
  font-weight: bold;
}
.aitalk-work-talk-item-bd h2 {
  font-size: 16px;
  font-weight: bold;
}
.aitalk-work-talk-item-bd h3 {
  font-size: 14px;
  font-weight: bold;
}
.aitalk-work-talk-item-bd h4, .aitalk-work-talk-item-bd h5, .aitalk-work-talk-item-bd h6 {
  font-size: 100%;
  font-weight: bold;
}
.aitalk-work-talk-item-bd ul, .aitalk-work-talk-item-bd ol {
  list-style: auto;
  padding: 8px 16px;
}
.aitalk-work-talk-item-bd ul li, .aitalk-work-talk-item-bd ol li {
  list-style: auto;
}
.aitalk-work-talk-item-bd .clearFix::after {
  content: "";
  display: block;
  clear: both;
}

.aitalk-work-talk-item-ft {
  border-top: 1px solid #e3e3e3;
  text-align: right;
  line-height: 30px;
  margin: 10px;
  font-size: 12px;
  height: 31px;
  margin-bottom: 0px;
  position: relative;
}
.aitalk-work-talk-item-ft a {
  color: #1674fa;
  position: absolute;
  right: 0;
}
.aitalk-work-talk-item-ft .status-success {
  float: left;
  color: rgb(0, 0, 255);
}
.aitalk-work-talk-item-ft .status-fail {
  float: left;
  color: rgb(255, 0, 0);
}
.aitalk-work-talk-item-ft .right-operation {
  float: right;
  text-align: right;
}
.aitalk-work-talk-item-ft .right-operation .item {
  margin: 5px;
}

.aitalk-work-talk-reply-text {
  padding-left: 10px;
  overflow: hidden;
}
.aitalk-work-talk-reply-text p {
  margin-top: 0;
}

.aitalk-work-talk-reply-form {
  position: absolute;
  bottom: 0;
  width: 70%;
  min-height: 110px;
  height: 110px;
  max-height: 200px;
  left: 15%;
  background-color: transparent;
  z-index: 9;
  padding-bottom: 20px;
}
.aitalk-work-talk-reply-form form {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #e5e6eb;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  padding: 10px 15px;
  box-sizing: border-box;
}
.aitalk-work-talk-reply-form textarea {
  width: 100%;
  height: 30px;
  overflow-y: auto;
  padding: 0;
  resize: none;
  line-height: 24px;
  font-size: 14px;
  color: #333;
  border: none;
  box-shadow: none;
  outline: 0 none;
  border-radius: 0;
  box-sizing: border-box;
  min-height: 30px;
  max-height: 130px;
  position: relative;
  bottom: auto;
  background: transparent;
}
.aitalk-work-talk-reply-form textarea::placeholder {
  color: #999;
}
.aitalk-work-talk-reply-form .aitalk-work-talk-reply-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 5px;
}
.aitalk-work-talk-reply-form button {
  position: relative;
  right: auto;
  bottom: auto;
  width: 32px;
  height: 32px;
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s;
}
.aitalk-work-talk-reply-form button:disabled {
  cursor: not-allowed;
}

.aitalk-work-toolbar {
  height: 40px;
  margin-top: 2px;
  width: 100%;
  background-color: #f5f5f5;
  display: inline-block;
}

.aitalk-work-toolbar-item {
  float: left;
  margin-right: 10px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #e0e8f2;
  padding: 6px 10px;
  border-radius: 5px;
}
.aitalk-work-toolbar-item:hover {
  color: #1674fa;
  background: #e0e8f2;
}

/* Add Agent Dialog Styles */
.aitalk-add-agent-dialog {
  width: 580px;
  border-radius: 12px;
}
.aitalk-add-agent-dialog .agent-dialog-body {
  padding: 30px;
  color: #333;
}
.aitalk-add-agent-dialog .agent-label-inline {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  min-width: 60px;
  text-align: left;
  display: inline-block;
}
.aitalk-add-agent-dialog .agent-label-inline.agent-label-top {
  align-self: flex-start;
  margin-top: 10px;
}
.aitalk-add-agent-dialog .agent-top-section {
  display: flex;
  gap: 30px;
  margin-bottom: 24px;
}
.aitalk-add-agent-dialog .agent-logo-col {
  display: flex;
  align-items: center;
  gap: 16px;
}
.aitalk-add-agent-dialog .agent-logo-col .agent-logo-box {
  width: 100px;
  height: 100px;
  background-color: #f4f5f7;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.aitalk-add-agent-dialog .agent-logo-col .agent-logo-box:hover {
  background-color: #e8e9eb;
}
.aitalk-add-agent-dialog .agent-logo-col .agent-logo-box .agent-logo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.aitalk-add-agent-dialog .agent-logo-col .agent-logo-box .agent-logo-placeholder {
  width: 32px;
  height: 32px;
}
.aitalk-add-agent-dialog .agent-info-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.aitalk-add-agent-dialog .agent-form-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.aitalk-add-agent-dialog .agent-input, .aitalk-add-agent-dialog .agent-textarea {
  flex: 1;
  box-sizing: border-box;
  border: 1px solid transparent;
  background-color: #f4f5f7;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 14px;
  outline: none;
  transition: all 0.2s;
}
.aitalk-add-agent-dialog .agent-input:focus, .aitalk-add-agent-dialog .agent-textarea:focus {
  background-color: #fff;
  border-color: #1674fa;
}
.aitalk-add-agent-dialog .agent-input::placeholder, .aitalk-add-agent-dialog .agent-textarea::placeholder {
  color: #bbb;
}
.aitalk-add-agent-dialog .agent-input {
  height: 40px;
}
.aitalk-add-agent-dialog .agent-desc-section {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
}
.aitalk-add-agent-dialog .agent-desc-section .agent-textarea {
  height: 120px;
  resize: none;
}
.aitalk-add-agent-dialog .agent-divider {
  height: 1px;
  background-color: #e3e3e3;
  margin: 24px -30px;
}
.aitalk-add-agent-dialog .agent-selects-section {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
.aitalk-add-agent-dialog .agent-selects-section .agent-select-col {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 16px;
}
.aitalk-add-agent-dialog .agent-selects-section .agent-select-col .agent-select-wrapper {
  flex: 1;
  position: relative;
}
.aitalk-add-agent-dialog .agent-selects-section .agent-select-col .agent-select-wrapper .agent-select-btn {
  width: 100%;
  height: 40px;
  background-color: #f4f5f7;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 0 12px;
  text-align: left;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aitalk-add-agent-dialog .agent-selects-section .agent-select-col .agent-select-wrapper .agent-select-btn::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #999;
  border-bottom: 1.5px solid #999;
  transform: rotate(45deg);
  margin-top: -3px;
}
.aitalk-add-agent-dialog .agent-selects-section .agent-select-col .agent-select-wrapper .agent-select-btn.active {
  border-color: #1674fa;
  background-color: #fff;
}
.aitalk-add-agent-dialog .agent-selects-section .agent-select-col .agent-select-wrapper .agent-select-btn.active::after {
  transform: rotate(225deg);
  margin-top: 3px;
}
.aitalk-add-agent-dialog .agent-selects-section .agent-select-col .agent-select-wrapper .agent-select-dropdown {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  margin-bottom: 4px;
  box-shadow: 0 -4px 12px rgba(0,0,0,0.1);
  z-index: 10;
  max-height: 150px;
  overflow-y: auto;
}
.aitalk-add-agent-dialog .agent-selects-section .agent-select-col .agent-select-wrapper .agent-select-dropdown li a {
  display: block;
  padding: 10px 12px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
}
.aitalk-add-agent-dialog .agent-selects-section .agent-select-col .agent-select-wrapper .agent-select-dropdown li a:hover {
  background-color: #f4f5f7;
  color: #1674fa;
}
.aitalk-add-agent-dialog .agent-footer-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.aitalk-add-agent-dialog .agent-footer-buttons button {
  width: 120px;
  height: 40px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
}
.aitalk-add-agent-dialog .agent-footer-buttons button.agent-btn-cancel {
  background: #fff;
  border: 1px solid #e3e3e3;
  color: #666;
}
.aitalk-add-agent-dialog .agent-footer-buttons button.agent-btn-cancel:hover {
  border-color: #ccc;
  color: #333;
}
.aitalk-add-agent-dialog .agent-footer-buttons button.agent-btn-confirm {
  background: #1674fa;
  border: 1px solid #1674fa;
  color: #fff;
  opacity: 0.5;
}
.aitalk-add-agent-dialog .agent-footer-buttons button.agent-btn-confirm.active {
  opacity: 1;
}
.aitalk-add-agent-dialog .agent-footer-buttons button.agent-btn-confirm.active:hover {
  background: #0f62d8;
}

/* App detail new styles */
.aitalk-work-users-hd-new, .aitalk-work-reply-hd-new {
  background: linear-gradient(90deg, rgba(229,232,236,0.5) 0%, rgba(229,232,236,0) 100%);
  border-radius: 8px;
  height: 38px;
  line-height: 38px;
  padding: 0 12px;
  margin-top: 16px;
  margin-bottom: 12px;
}

.aitalk-work-users-title, .aitalk-work-reply-title {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  float: left;
}

.aitalk-work-reply-title {
  color: #666;
}

.aitalk-work-users-hd-new i.aitalk-work-arrow-icon {
  float: right;
  width: 7px;
  height: 7px;
  margin-top: 14px;
  border-top: 1.5px solid #999;
  border-right: 1.5px solid #999;
  transform: rotate(135deg);
  transition: all 0.3s;
}

.aitalk-work-expand .aitalk-work-users-hd-new i.aitalk-work-arrow-icon {
  transform: rotate(-45deg);
  margin-top: 16px;
}

.aitalk-work-hot-icon-new {
  float: right;
  width: 24px;
  height: 24px;
  background: url(images/hot.svg) no-repeat center center;
  background-size: contain;
  margin-top: -3px;
}

.aitalk-work-reply-bd p.aitalk-work-reply-content-new {
  margin-top: 8px;
  padding-right: 0;
  color: #666;
  line-height: 1.6;
}

/* Reply input form new styles */
.aitalk-work-reply-form form.aitalk-work-reply-form-new {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 40px);
}

.aitalk-work-reply-form .aitalk-work-reply-box.aitalk-work-reply-box-new {
  width: calc(100% - 72px);
  height: 36px;
  background-color: #f4f5f7;
  border: none;
  border-radius: 8px;
}

.aitalk-work-reply-form .aitalk-work-reply-box.aitalk-work-reply-box-new textarea.aitalk-work-textarea-new {
  background-color: transparent;
  padding: 0;
  width: calc(100% - 24px);
  height: 20px;
  left: 12px;
}

.aitalk-work-reply-form button.aitalk-work-reply-btn-new {
  position: static;
  width: 62px;
  height: 36px;
  background-color: #1674fa;
  color: #fff;
  border-radius: 8px;
  border: none;
  margin-left: 10px;
}

.aitalk-work-reply-form button.aitalk-work-reply-btn-new:disabled {
  background-color: #a0cfff;
  color: #fff;
  cursor: not-allowed;
}

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