.LeadAudioMessage {
  display: inline-flex;
  flex-direction: column;
  width: min(280px, 100%);
  max-width: 100%;
  min-width: min(220px, 100%);
  box-sizing: border-box;
  padding: 4px 6px;
  border: 1px solid #e0e0e0;
  border-radius: 1px 6px 6px 6px;
  background: #fff;
}
.LeadAudioMessage--out {
  border-radius: 6px 1px 6px 6px;
  background: #e6f4ff;
  border-color: #91caff;
}
.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-icon {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
  flex-shrink: 0;
}
.LeadAudioMessage__title-text {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.85);
  word-break: break-word;
}
.LeadAudioMessage__controls {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 2px;
}
.LeadAudioMessage__listen-btn {
  border-radius: 999px;
  height: 22px;
  padding: 0 8px;
  font-size: 11px;
  line-height: 1.1;
  border: 1px solid #91caff;
  color: #1677ff;
  background-color: #e6f4ff;
}
.LeadAudioMessage__listen-btn:hover {
  border-color: #4096ff;
  color: #0958d9;
  background-color: #bae0ff;
}
.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: 3px 5px;
  border: 1px solid #b7eb8f;
  border-radius: 1px 6px 6px 6px;
  background: #f6ffed;
}
.LeadCallMessage--out {
  border-radius: 6px 1px 6px 6px;
}
.LeadCallMessage--missed {
  border-color: #ffbb96;
  background: #fff2e8;
}
.LeadCallMessage--unanswered {
  border-color: #91caff;
  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.16);
}
.LeadCallMessage__icon {
  font-size: 12px;
  color: #389e0d;
}
.LeadCallMessage--missed .LeadCallMessage__icon-wrap {
  background: rgba(250, 84, 28, 0.14);
}
.LeadCallMessage--missed .LeadCallMessage__icon {
  color: #d4380d;
}
.LeadCallMessage--unanswered .LeadCallMessage__icon-wrap {
  background: rgba(22, 119, 255, 0.14);
}
.LeadCallMessage--unanswered .LeadCallMessage__icon {
  color: #1677ff;
}
.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: 11px;
  line-height: 1.1;
  color: rgba(0, 0, 0, 0.85);
  word-break: break-word;
  white-space: pre-wrap;
}
.LeadCallMessage__text b {
  font-weight: 600;
}
.LeadCallMessage__controls {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 4px;
}
.LeadCallMessage__listen-btn {
  border-radius: 999px;
  height: 22px;
  padding: 0 8px;
  font-size: 11px;
  line-height: 1.1;
  border: 1px solid #91caff;
  color: #1677ff;
  background-color: #e6f4ff;
}
.LeadCallMessage__listen-btn:hover {
  border-color: #4096ff;
  color: #0958d9;
  background-color: #bae0ff;
}
.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;
}
.LeadFileAttachment {
  display: inline-flex;
  flex-direction: column;
  width: min(300px, 100%);
  max-width: 100%;
  min-width: min(220px, 100%);
  box-sizing: border-box;
  padding: 4px 6px;
  border: 1px solid #e0e0e0;
  border-radius: 1px 6px 6px 6px;
  background: #fff;
}
.LeadFileAttachment--out {
  border-radius: 6px 1px 6px 6px;
  background: #e6f4ff;
  border-color: #91caff;
}
.LeadFileAttachment--deleted {
  opacity: 0.45;
}
.LeadFileAttachment--unsupported {
  border-color: #d9d9d9;
  background: #fafafa;
}
.LeadFileAttachment--out--unsupported {
  background: #eef6ff;
  border-color: #adc6ff;
}
.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: 11px;
  font-weight: 600;
  line-height: 1.2;
  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: 11px;
  line-height: 1.2;
  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: 4px 6px;
  border: 1px solid #e0e0e0;
  border-radius: 1px 6px 6px 6px;
  background: #fff;
}
.LeadImageAttachment--out {
  border-radius: 6px 1px 6px 6px;
  background: #e6f4ff;
  border-color: #91caff;
}
.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-items: flex-start;
  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__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: 4px 6px;
  border: 1px solid #e0e0e0;
  border-radius: 1px 6px 6px 6px;
  background: #fff;
}
.LeadLocationMessage--out {
  border-radius: 6px 1px 6px 6px;
  background: #e6f4ff;
  border-color: #91caff;
}
.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: 11px;
  font-weight: 600;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.85);
  word-break: break-word;
}
.LeadLocationMessage__location-address {
  margin-top: 2px;
  font-size: 10px;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.65);
  word-break: break-word;
}
.LeadLocationMessage__text {
  margin-top: 4px;
  font-size: 11px;
  line-height: 1.2;
  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;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  text-align: center;
}

/*# sourceMappingURL=main~12.b3f5cf53.css.map*/