.LeadAudioWave {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  gap: 2px;
  height: 24px;
  min-width: 0;
  cursor: pointer;
  touch-action: none;
}
.LeadAudioWave__bar {
  flex: 0 0 2px;
  width: 2px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.2);
  transition: background-color 0.1s linear;
}
.LeadAudioWave__bar--played {
  background: #1677ff;
}
.LeadAudioWave--out .LeadAudioWave__bar {
  background: rgba(22, 119, 255, 0.25);
}
.LeadAudioWave--out .LeadAudioWave__bar.LeadAudioWave__bar--played {
  background: #1677ff;
}
.LeadAudioPlayer {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 2px 0;
}
.LeadAudioPlayer__play {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #1677ff;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  transition: background-color 0.15s;
}
.LeadAudioPlayer__play:hover:not(:disabled) {
  background: #0958d9;
}
.LeadAudioPlayer__play:disabled {
  cursor: default;
  opacity: 0.7;
}
.LeadAudioPlayer__time {
  flex: 0 0 auto;
  color: rgba(0, 0, 0, 0.45);
  font-size: 11px;
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
}
.LeadAudioPlayer__actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 6px;
}
.LeadPinnedAudioPlayer {
  position: absolute;
  top: 6px;
  right: 10px;
  left: 10px;
  z-index: 13;
  display: flex;
  align-items: center;
  gap: 8px;
  box-sizing: border-box;
  padding: 6px 10px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
.LeadPinnedAudioPlayer__play {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #1677ff;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}
.LeadPinnedAudioPlayer__play:hover {
  background: #0958d9;
}
.LeadPinnedAudioPlayer__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.LeadPinnedAudioPlayer__title {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-size: 11px;
  line-height: 1.1;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.LeadPinnedAudioPlayer__progress {
  position: relative;
  height: 4px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.12);
  cursor: pointer;
  touch-action: none;
}
.LeadPinnedAudioPlayer__progress-value {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 2px;
  background: #1677ff;
}
.LeadPinnedAudioPlayer__time {
  flex: 0 0 auto;
  color: rgba(0, 0, 0, 0.45);
  font-size: 11px;
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
}
.LeadPinnedAudioPlayer__speed, .LeadPinnedAudioPlayer__close {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  height: 22px;
  min-width: 22px;
  padding: 0 6px;
  border: none;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.65);
  font-size: 11px;
  cursor: pointer;
}
.LeadPinnedAudioPlayer__speed:hover, .LeadPinnedAudioPlayer__close:hover {
  background: rgba(0, 0, 0, 0.08);
  color: rgba(0, 0, 0, 0.85);
}
.AiGradeModal__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 8px 0 4px;
  text-align: center;
}
.AiGradeModal__title {
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}
.AiGradeModal__recommendations {
  width: 100%;
  text-align: left;
}
.AiGradeModal__recommendations-title {
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}
.AiGradeModal__recommendations-text {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  word-break: break-word;
  white-space: pre-wrap;
}
.AiGrade__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0;
  border: none;
  background: transparent;
  line-height: 0;
  cursor: pointer;
}
.AiGrade__badge:hover {
  opacity: 0.85;
}
.AiGrade__badge .ant-progress-text {
  font-size: 8px;
  font-weight: 700;
}
.LeadAudioMessage {
  display: inline-flex;
  flex-direction: column;
  width: min(280px, 100%);
  max-width: 100%;
  min-width: min(220px, 100%);
  box-sizing: border-box;
  padding: 5px 8px;
  border-radius: 1px 6px 6px 6px;
  background: #fff;
}
.LeadAudioMessage--out {
  border-radius: 6px 1px 6px 6px;
  background: #e6f4ff;
}
.LeadAudioMessage--deleted {
  opacity: 0.45;
}
.LeadAudioMessage__forwarded {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-bottom: 3px;
  font-size: 10px;
  line-height: 1.1;
  font-style: italic;
  color: rgba(0, 0, 0, 0.45);
  opacity: 0.8;
}
.LeadAudioMessage__forwarded-icon {
  font-size: 10px;
  flex-shrink: 0;
}
.LeadAudioMessage__reply {
  display: flex;
  flex-direction: row;
  gap: 0;
  margin-bottom: 4px;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  overflow: hidden;
}
.LeadAudioMessage__reply-indicator {
  width: 3px;
  min-width: 3px;
  background: #52c41a;
  border-radius: 3px 0 0 3px;
}
.LeadAudioMessage__reply-text {
  padding: 3px 5px;
  font-size: 10px;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.65);
  word-break: break-word;
  white-space: pre-wrap;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.LeadAudioMessage__reply-text b {
  font-weight: 600;
}
.LeadAudioMessage__title {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
}
.LeadAudioMessage__title + .LeadMessageTranscription {
  margin-top: 0;
}
.LeadAudioMessage__title-icon {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
  flex-shrink: 0;
}
.LeadAudioMessage__title-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  color: rgba(0, 0, 0, 0.85);
  word-break: break-word;
}
.LeadAudioMessage__unavailable {
  margin-bottom: 2px;
  font-size: 11px;
  font-style: italic;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.45);
}
.LeadAudioMessage__download-btn {
  width: 22px;
  height: 22px;
  min-width: 22px;
  padding: 0;
  font-size: 11px;
}
.LeadAudioMessage__download-anchor {
  display: none;
}
.LeadAudioMessage__status {
  display: flex;
  align-items: center;
  align-self: flex-end;
  justify-content: flex-end;
  gap: 3px;
  max-width: 100%;
  margin-top: 2px;
}
.LeadAudioMessage__timestamp {
  font-size: 9px;
  line-height: 1.1;
  color: rgba(0, 0, 0, 0.45);
  white-space: nowrap;
}
.LeadAudioMessage__status-icon {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  line-height: 1;
}
.LeadAudioMessage__status-icon svg {
  display: block;
}
.LeadCallMessage {
  display: inline-flex;
  flex-direction: column;
  width: min(300px, 100%);
  max-width: 100%;
  min-width: min(220px, 100%);
  box-sizing: border-box;
  padding: 5px 8px;
  border-radius: 1px 6px 6px 6px;
  background: #f6ffed;
}
.LeadCallMessage--out {
  border-radius: 6px 1px 6px 6px;
}
.LeadCallMessage--missed {
  background: #fff2e8;
}
.LeadCallMessage--unanswered {
  background: #e6f4ff;
}
.LeadCallMessage--deleted {
  opacity: 0.45;
}
.LeadCallMessage__forwarded {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-bottom: 3px;
  font-size: 10px;
  line-height: 1.1;
  font-style: italic;
  color: rgba(0, 0, 0, 0.45);
  opacity: 0.8;
}
.LeadCallMessage__forwarded-icon {
  font-size: 10px;
  flex-shrink: 0;
}
.LeadCallMessage__reply {
  display: flex;
  flex-direction: row;
  gap: 0;
  margin-bottom: 4px;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  overflow: hidden;
}
.LeadCallMessage__reply-indicator {
  width: 3px;
  min-width: 3px;
  background: #52c41a;
  border-radius: 3px 0 0 3px;
}
.LeadCallMessage__reply-text {
  padding: 3px 5px;
  font-size: 10px;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.65);
  word-break: break-word;
  white-space: pre-wrap;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.LeadCallMessage__reply-text b {
  font-weight: 600;
}
.LeadCallMessage__main {
  display: flex;
  align-items: center;
  gap: 3px;
}
.LeadCallMessage__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(82, 196, 26, 0.1);
}
.LeadCallMessage__icon {
  font-size: 12px;
  color: rgba(56, 158, 13, 0.7);
}
.LeadCallMessage--missed .LeadCallMessage__icon-wrap {
  background: rgba(250, 84, 28, 0.09);
}
.LeadCallMessage--missed .LeadCallMessage__icon {
  color: rgba(212, 56, 13, 0.7);
}
.LeadCallMessage--unanswered .LeadCallMessage__icon-wrap {
  background: rgba(22, 119, 255, 0.09);
}
.LeadCallMessage--unanswered .LeadCallMessage__icon {
  color: rgba(22, 119, 255, 0.65);
}
.LeadCallMessage__summary {
  min-width: 0;
}
.LeadCallMessage__title {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.1;
  color: rgba(0, 0, 0, 0.85);
}
.LeadCallMessage__state {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 10px;
  line-height: 1.1;
  color: rgba(0, 0, 0, 0.55);
}
.LeadCallMessage__state-icon {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
}
.LeadCallMessage__text {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.35;
  color: rgba(0, 0, 0, 0.85);
  word-break: break-word;
  white-space: pre-wrap;
}
.LeadCallMessage__text b {
  font-weight: 600;
}
.LeadCallMessage__download-btn {
  width: 22px;
  height: 22px;
  min-width: 22px;
  padding: 0;
  font-size: 11px;
}
.LeadCallMessage__download-anchor {
  display: none;
}
.LeadCallMessage__status {
  display: flex;
  align-items: center;
  align-self: flex-end;
  justify-content: flex-end;
  gap: 3px;
  max-width: 100%;
  margin-top: 2px;
}
.LeadCallMessage__timestamp {
  font-size: 9px;
  line-height: 1.1;
  color: rgba(0, 0, 0, 0.45);
  white-space: nowrap;
}
.LeadCallMessage__status-icon {
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  line-height: 1;
}
.LeadCallMessage__status-icon svg {
  display: block;
}
.LeadCommentMessage {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  padding: 8px 10px;
  border: 1px solid #f0f0f0;
  border-left: 3px solid #f0ad4e;
  border-radius: 6px;
  background: #fffaf0;
}
.LeadCommentMessage--sticky {
  position: sticky;
  top: 0;
  z-index: 11;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.LeadCommentMessage--sticky:hover {
  z-index: 12;
}
.LeadCommentMessage__header {
  display: flex;
  align-items: baseline;
  gap: 6px;
  min-width: 0;
}
.LeadCommentMessage__author {
  color: rgba(0, 0, 0, 0.45);
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
  word-break: break-word;
}
.LeadCommentMessage__timestamp {
  margin-right: auto;
  color: rgba(0, 0, 0, 0.45);
  font-size: 10px;
  line-height: 1.2;
  white-space: nowrap;
}
.LeadCommentMessage__footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 2px;
}
.LeadCommentMessage__toggle, .LeadCommentMessage__unpin {
  padding: 0;
  border: none;
  background: none;
  color: rgba(0, 0, 0, 0.45);
  font-size: 10px;
  line-height: 1.2;
  white-space: nowrap;
  cursor: pointer;
}
.LeadCommentMessage__toggle:hover, .LeadCommentMessage__unpin:hover {
  color: rgba(0, 0, 0, 0.65);
}
.LeadCommentMessage__toggle:disabled, .LeadCommentMessage__unpin:disabled {
  cursor: default;
  opacity: 0.6;
}
.LeadCommentMessage__text-wrap {
  position: relative;
  min-width: 0;
}
.LeadCommentMessage__text-wrap--faded::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  background: linear-gradient(to bottom, rgba(255, 250, 240, 0), rgb(255, 250, 240));
  pointer-events: none;
}
.LeadCommentMessage__text {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin-top: 4px;
  padding: 0;
  border: none;
  background: none;
  color: rgba(0, 0, 0, 0.88);
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  word-break: break-word;
  white-space: pre-wrap;
  overflow: hidden;
  cursor: pointer;
}
.LeadCommentMessage__text--expanded {
  overflow-y: auto;
}
.LeadCommentMessage__text--expanded::-webkit-scrollbar {
  width: 4px;
}
.LeadCommentMessage__text--expanded::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #b1c4df;
}
.LeadCommentMessage__editor {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  margin-top: 4px;
}
.LeadCommentMessage__editor-input {
  font-size: 13px;
  line-height: 1.4;
}
.LeadCommentMessage__editor-actions {
  display: flex;
  align-items: center;
  gap: 4px;
}
.LeadFileAttachment {
  display: inline-flex;
  flex-direction: column;
  width: min(300px, 100%);
  max-width: 100%;
  min-width: min(220px, 100%);
  box-sizing: border-box;
  padding: 5px 8px;
  border-radius: 1px 6px 6px 6px;
  background: #fff;
}
.LeadFileAttachment--out {
  border-radius: 6px 1px 6px 6px;
  background: #e6f4ff;
}
.LeadFileAttachment--deleted {
  opacity: 0.45;
}
.LeadFileAttachment--unsupported {
  background: #fafafa;
}
.LeadFileAttachment--out--unsupported {
  background: #eef6ff;
}
.LeadFileAttachment__forwarded {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-bottom: 3px;
  font-size: 10px;
  line-height: 1.1;
  font-style: italic;
  color: rgba(0, 0, 0, 0.45);
  opacity: 0.8;
}
.LeadFileAttachment__forwarded-icon {
  font-size: 10px;
  flex-shrink: 0;
}
.LeadFileAttachment__reply {
  display: flex;
  flex-direction: row;
  gap: 0;
  margin-bottom: 4px;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  overflow: hidden;
}
.LeadFileAttachment__reply-indicator {
  width: 3px;
  min-width: 3px;
  background: #52c41a;
  border-radius: 3px 0 0 3px;
}
.LeadFileAttachment__reply-text {
  padding: 3px 5px;
  font-size: 10px;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.65);
  word-break: break-word;
  white-space: pre-wrap;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.LeadFileAttachment__reply-text b {
  font-weight: 600;
}
.LeadFileAttachment__file {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 5px;
  min-width: 0;
}
.LeadFileAttachment__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: rgba(22, 119, 255, 0.08);
  color: #1677ff;
  font-size: 12px;
}
.LeadFileAttachment--unsupported .LeadFileAttachment__icon {
  background: rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.45);
}
.LeadFileAttachment__info {
  min-width: 0;
}
.LeadFileAttachment__name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  color: rgba(0, 0, 0, 0.85);
}
.LeadFileAttachment__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  font-size: 10px;
  line-height: 1.1;
  color: rgba(0, 0, 0, 0.45);
  text-transform: lowercase;
}
.LeadFileAttachment__download-btn {
  align-self: center;
  width: 22px;
  height: 22px;
  min-width: 22px;
  padding: 0;
  font-size: 11px;
}
.LeadFileAttachment__download-anchor {
  display: none;
}
.LeadFileAttachment__text {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.35;
  color: rgba(0, 0, 0, 0.85);
  word-break: break-word;
  white-space: pre-wrap;
}
.LeadFileAttachment__text b {
  font-weight: 600;
}
.LeadFileAttachment__status {
  display: flex;
  align-items: center;
  align-self: flex-end;
  justify-content: flex-end;
  gap: 3px;
  max-width: 100%;
  margin-top: 2px;
}
.LeadFileAttachment__timestamp {
  font-size: 9px;
  line-height: 1.1;
  color: rgba(0, 0, 0, 0.45);
  white-space: nowrap;
}
.LeadFileAttachment__status-icon {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  line-height: 1;
}
.LeadFileAttachment__status-icon svg {
  display: block;
}
.LeadImageAttachment {
  display: inline-flex;
  flex-direction: column;
  max-width: 100%;
  box-sizing: border-box;
  padding: 5px 8px;
  border-radius: 1px 6px 6px 6px;
  background: #fff;
}
.LeadImageAttachment--out {
  border-radius: 6px 1px 6px 6px;
  background: #e6f4ff;
}
.LeadImageAttachment--deleted {
  opacity: 0.45;
}
.LeadImageAttachment__forwarded {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-bottom: 3px;
  font-size: 10px;
  line-height: 1.1;
  font-style: italic;
  color: rgba(0, 0, 0, 0.45);
  opacity: 0.8;
}
.LeadImageAttachment__forwarded-icon {
  font-size: 10px;
  flex-shrink: 0;
}
.LeadImageAttachment__reply {
  display: flex;
  flex-direction: row;
  gap: 0;
  margin-bottom: 4px;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  overflow: hidden;
}
.LeadImageAttachment__reply-indicator {
  width: 3px;
  min-width: 3px;
  background: #52c41a;
  border-radius: 3px 0 0 3px;
}
.LeadImageAttachment__reply-text {
  padding: 3px 5px;
  font-size: 10px;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.65);
  word-break: break-word;
  white-space: pre-wrap;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.LeadImageAttachment__reply-text b {
  font-weight: 600;
}
.LeadImageAttachment__preview {
  position: relative;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  max-width: 100%;
  margin-bottom: 4px;
}
.LeadImageAttachment__thumbnail-link {
  position: relative;
  display: block;
  max-width: 100%;
  line-height: 0;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
}
.LeadImageAttachment__thumbnail-link:hover .LeadImageAttachment__thumbnail {
  opacity: 0.85;
}
.LeadImageAttachment__thumbnail {
  display: block;
  max-width: min(180px, 100%);
  max-height: 180px;
  object-fit: cover;
  border-radius: 6px;
  transition: opacity 0.15s;
}
.LeadImageAttachment__thumbnail-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 72px;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 6px;
}
.LeadImageAttachment__thumbnail-placeholder-icon {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.25);
}
.LeadImageAttachment__loading-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 6px;
}
.LeadImageAttachment__download-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 2;
  width: 22px;
  height: 22px;
  min-width: 22px;
  padding: 0;
  font-size: 11px;
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  border: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.24);
}
.LeadImageAttachment__download-btn:hover, .LeadImageAttachment__download-btn:focus {
  color: #fff;
  background: rgba(0, 0, 0, 0.72);
}
.LeadImageAttachment__download-anchor {
  display: none;
}
.LeadImageAttachment__modal .ant-modal-content {
  overflow: hidden;
}
.LeadImageAttachment__modal .ant-modal-body {
  display: flex;
  justify-content: center;
  padding: 0;
  background: #111;
}
.LeadImageAttachment__modal-image {
  display: block;
  max-width: 100%;
  max-height: min(74vh, 720px);
  object-fit: contain;
}
.LeadImageAttachment__text {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.35;
  color: rgba(0, 0, 0, 0.85);
  word-break: break-word;
  white-space: pre-wrap;
}
.LeadImageAttachment__text b {
  font-weight: 600;
}
.LeadImageAttachment__status {
  display: flex;
  align-items: center;
  align-self: flex-end;
  justify-content: flex-end;
  gap: 3px;
  max-width: 100%;
  margin-top: 2px;
}
.LeadImageAttachment__timestamp {
  font-size: 9px;
  line-height: 1.1;
  color: rgba(0, 0, 0, 0.45);
  white-space: nowrap;
}
.LeadImageAttachment__status-icon {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  line-height: 1;
}
.LeadImageAttachment__status-icon svg {
  display: block;
}
.LeadFileHistoryAction {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
.LeadFileHistoryAction__groups {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-left: 19px;
}
.LeadFileHistoryAction__group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  min-width: 0;
}
.LeadFileHistoryAction__group--media {
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}
.LeadFileHistoryAction__item {
  min-width: 0;
  max-width: 100%;
}
.LeadLocationMessage {
  display: inline-flex;
  flex-direction: column;
  max-width: 100%;
  min-width: min(180px, 100%);
  box-sizing: border-box;
  padding: 5px 8px;
  border-radius: 1px 6px 6px 6px;
  background: #fff;
}
.LeadLocationMessage--out {
  border-radius: 6px 1px 6px 6px;
  background: #e6f4ff;
}
.LeadLocationMessage--deleted {
  opacity: 0.45;
}
.LeadLocationMessage__forwarded {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-bottom: 3px;
  font-size: 10px;
  line-height: 1.1;
  font-style: italic;
  color: rgba(0, 0, 0, 0.45);
  opacity: 0.8;
}
.LeadLocationMessage__forwarded-icon {
  font-size: 10px;
  flex-shrink: 0;
}
.LeadLocationMessage__reply {
  display: flex;
  flex-direction: row;
  margin-bottom: 4px;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  overflow: hidden;
}
.LeadLocationMessage__reply-indicator {
  width: 3px;
  min-width: 3px;
  background: #52c41a;
  border-radius: 3px 0 0 3px;
}
.LeadLocationMessage__reply-text {
  padding: 3px 5px;
  font-size: 10px;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.65);
  word-break: break-word;
  white-space: pre-wrap;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.LeadLocationMessage__reply-text b {
  font-weight: 600;
}
.LeadLocationMessage__map-area {
  margin: 0 -4px;
}
.LeadLocationMessage__map {
  display: block;
  width: min(200px, 100%);
  height: 100px;
  border-radius: 6px;
  object-fit: cover;
}
.LeadLocationMessage__map-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: min(200px, 100%);
  height: 56px;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  font-size: 11px;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.45);
  word-break: break-word;
  text-align: center;
  padding: 4px 6px;
}
.LeadLocationMessage__map-fallback-icon {
  font-size: 12px;
  flex-shrink: 0;
  color: rgba(0, 0, 0, 0.35);
}
.LeadLocationMessage__location-name {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  color: rgba(0, 0, 0, 0.85);
  word-break: break-word;
}
.LeadLocationMessage__location-address {
  margin-top: 2px;
  font-size: 11px;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.65);
  word-break: break-word;
}
.LeadLocationMessage__text {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.35;
  color: rgba(0, 0, 0, 0.85);
  word-break: break-word;
  white-space: pre-wrap;
}
.LeadLocationMessage__text b {
  font-weight: 600;
}
.LeadLocationMessage__status {
  display: flex;
  align-items: center;
  align-self: flex-end;
  justify-content: flex-end;
  gap: 3px;
  max-width: 100%;
  margin-top: 2px;
}
.LeadLocationMessage__timestamp {
  font-size: 9px;
  line-height: 1.1;
  color: rgba(0, 0, 0, 0.45);
  white-space: nowrap;
}
.LeadLocationMessage__status-icon {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  line-height: 1;
}
.LeadLocationMessage__status-icon svg {
  display: block;
}
.MessageHistory {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}
.MessageHistory__skeleton {
  position: absolute;
  inset: 0;
  z-index: 5;
  overflow: hidden;
  background: #fff;
  padding: 6px;
}
.MessageHistory__error {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.MessageHistory__error-text {
  margin: 0;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  text-align: center;
}
.MessageHistory__retry {
  padding: 2px 14px;
  border: 1px solid #e0e0e0;
  border-radius: 14px;
  background: #fff;
  color: #1677ff;
  font-size: 12px;
  line-height: 20px;
  cursor: pointer;
}
.MessageHistory__retry:hover {
  border-color: #4096ff;
  color: #0958d9;
}

/*# sourceMappingURL=main~13.83637a6d.css.map*/