.tag-wrapper {
  display: flex;
  align-items: center;
  margin: 0;
}
.tag-wrapper .ant-tag {
  padding: 0;
  margin: 0;
}

.sendout-tag-select .ant-select-selector {
  padding: 6px 24px 6px 4px !important;
}
.sendout-tag-select .ant-select-selector .ant-select-selection-overflow {
  gap: 8px !important;
}
.bc-send-message-modal .info-icon {
  color: #4096ff;
}
.bc-send-message-modal .action-text-button {
  margin: 0;
  padding: 0;
}

.bc-text-drawers .action-text-button {
  margin: 0;
  padding: 0;
}
.SupportChatWidget {
  position: fixed;
  right: 24px;
  bottom: calc(24px + env(safe-area-inset-bottom, 0px));
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.SupportChatWidget__trigger.ant-btn {
  width: 52px;
  height: 52px;
  font-size: 22px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}
@media screen and (max-width: 550px) {
  .SupportChatWidget {
    right: 16px;
    bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  }
}

.SupportChatWindow {
  width: 360px;
  height: 500px;
  max-height: calc(100vh - 110px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
}
.SupportChatWindow__header {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 12px 12px 16px;
  border-bottom: 1px solid #f0f0f0;
}
.SupportChatWindow__title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.SupportChatWindow__title-icon {
  font-size: 18px;
  color: #1677ff;
}
.SupportChatWindow__messages {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow-y: auto;
  padding: 12px;
  background: #f7f8fa;
}
.SupportChatWindow__placeholder {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.SupportChatWindow__loading-more {
  display: flex;
  justify-content: center;
}
.SupportChatWindow__composer {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  padding: 10px 12px;
  border-top: 1px solid #f0f0f0;
}
.SupportChatWindow__composer .ant-input {
  resize: none;
}
@media screen and (max-width: 550px) {
  .SupportChatWindow {
    width: calc(100vw - 32px);
  }
}

.SupportChatMessage {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  max-width: 85%;
}
.SupportChatMessage__avatar {
  flex: 0 0 auto;
}
.SupportChatMessage__bubble {
  padding: 6px 10px;
  border-radius: 12px 12px 12px 4px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
.SupportChatMessage__sender.ant-typography {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #1677ff;
}
.SupportChatMessage__text {
  display: block;
  white-space: pre-wrap;
  word-break: break-word;
}
.SupportChatMessage__time {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  text-align: right;
}
.SupportChatMessage--own {
  align-self: flex-end;
  flex-direction: row-reverse;
}
.SupportChatMessage--own .SupportChatMessage__sender {
  text-align: right;
}
.SupportChatMessage--own .SupportChatMessage__bubble {
  border-radius: 12px 12px 4px 12px;
  background: #e6f4ff;
}
.bc-create-bug-report-modal .ant-upload-list {
  max-height: 130px;
  overflow-y: scroll;
}
.bc-create-bug-report-modal .info-icon {
  color: red;
}
.bc-create-bug-report-modal .upload-component > div {
  width: 100%;
}
.bc-create-bug-report-modal .upload-component button {
  width: 100%;
  height: 48px;
}

/*# sourceMappingURL=main~35.6fa65fee.css.map*/