.LeadsFunnelLeadCard {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  min-width: 0;
  padding: 7px;
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}
.LeadsFunnelLeadCard:hover {
  border-color: #d9e8ff;
  background: #f9fafb;
  color: inherit;
  text-decoration: none;
}
.LeadsFunnelLeadCard:focus-visible {
  outline: 2px solid #1677ff;
  outline-offset: 2px;
}
.LeadsFunnelLeadCard--draggable .LeadsFunnelLeadCard__header {
  padding-right: 18px;
}
.LeadsFunnelLeadCard__drag-handle {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  padding: 0;
  border: none;
  border-radius: 4px;
  background: transparent;
  color: rgba(0, 0, 0, 0.25);
  cursor: grab;
  opacity: 0;
  transition: opacity 0.15s ease, color 0.15s ease, background-color 0.15s ease;
  touch-action: none;
}
.LeadsFunnelLeadCard__drag-handle .anticon {
  font-size: 12px;
}
.LeadsFunnelLeadCard__drag-handle:hover {
  color: rgba(0, 0, 0, 0.55);
  background: #f0f0f0;
}
.LeadsFunnelLeadCard__drag-handle:active {
  cursor: grabbing;
}
.LeadsFunnelLeadCard__drag-handle:focus-visible {
  opacity: 1;
  outline: 2px solid #1677ff;
  outline-offset: 1px;
}
.LeadsFunnelLeadCard:hover .LeadsFunnelLeadCard__drag-handle {
  opacity: 1;
}
.LeadsFunnelLeadCard--placeholder {
  border-style: dashed;
  border-color: #91caff;
  background: #f5faff;
}
.LeadsFunnelLeadCard--placeholder > * {
  visibility: hidden;
}
.LeadsFunnelLeadCard--overlay {
  border-color: #91caff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  cursor: grabbing;
}
.LeadsFunnelLeadCard--overlay .LeadsFunnelLeadCard__drag-handle {
  opacity: 1;
  color: rgba(0, 0, 0, 0.55);
}
.LeadsFunnelLeadCard__header {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  align-items: center;
  gap: 6px;
  min-width: 0;
}
.LeadsFunnelLeadCard__avatar {
  flex: none;
}
.LeadsFunnelLeadCard__identity {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}
.LeadsFunnelLeadCard__name, .LeadsFunnelLeadCard__phone, .LeadsFunnelLeadCard__time, .LeadsFunnelLeadCard__message-text, .LeadsFunnelLeadCard__meta-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.LeadsFunnelLeadCard__name {
  color: rgba(0, 0, 0, 0.88);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.LeadsFunnelLeadCard__phone {
  color: rgba(0, 0, 0, 0.45);
  font-size: 10px;
  line-height: 13px;
}
.LeadsFunnelLeadCard__time {
  max-width: 58px;
  color: rgba(0, 0, 0, 0.38);
  font-size: 10px;
  line-height: 13px;
}
.LeadsFunnelLeadCard__message {
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
}
.LeadsFunnelLeadCard__integration {
  flex: none;
}
.LeadsFunnelLeadCard__message-text {
  min-width: 0;
  color: rgba(0, 0, 0, 0.55);
  font-size: 11px;
  line-height: 14px;
}
.LeadsFunnelLeadCard__meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.LeadsFunnelLeadCard__meta-item {
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
  color: rgba(0, 0, 0, 0.45);
  font-size: 10px;
  line-height: 13px;
}
.LeadsFunnelLeadCard__meta-item .anticon {
  flex: none;
  font-size: 10px;
}
.LeadsFunnelLeadCard__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  min-width: 0;
}
.LeadsFunnelLeadCard__tag {
  max-width: 100%;
  font-size: 10px;
  line-height: 16px;
}
.LeadsFunnelLeadCard__more-tags {
  flex: none;
  min-height: 17px;
  padding: 0 5px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 10px;
  line-height: 15px;
}
.LeadsFunnelStageColumn {
  display: flex;
  flex: 0 0 280px;
  flex-direction: column;
  min-width: 0;
  max-height: 100%;
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
  transition: border-color 0.15s ease;
}
.LeadsFunnelStageColumn--drop-active {
  border-color: #91caff;
}
.LeadsFunnelStageColumn--drop-active .LeadsFunnelStageColumn__list {
  background: #f5faff;
}
.LeadsFunnelStageColumn__header {
  display: grid;
  grid-template-columns: 4px minmax(0, 1fr) auto;
  align-items: center;
  gap: 6px;
  min-height: 40px;
  padding: 7px 8px;
  border-bottom: 1px solid #f0f0f0;
  background: #fff;
}
.LeadsFunnelStageColumn__color {
  width: 4px;
  height: 24px;
  border-radius: 3px;
}
.LeadsFunnelStageColumn__title-block {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}
.LeadsFunnelStageColumn__title, .LeadsFunnelStageColumn__funnel {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.LeadsFunnelStageColumn__title {
  color: rgba(0, 0, 0, 0.88);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.LeadsFunnelStageColumn__funnel {
  color: rgba(0, 0, 0, 0.45);
  font-size: 10px;
  line-height: 13px;
}
.LeadsFunnelStageColumn__count {
  flex: none;
  min-width: 22px;
  padding: 1px 6px;
  border: 1px solid #d9e8ff;
  border-radius: 10px;
  background: #f5faff;
  color: #1677ff;
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
  text-align: center;
}
.LeadsFunnelStageColumn__list {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 6px;
  min-height: 0;
  padding: 6px;
  background: #f9fafb;
  overflow-y: auto;
}
.LeadsFunnelStageColumn__empty {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  min-height: 96px;
}
.LeadsFunnelStageColumn__empty .ant-empty {
  margin: 0;
}
.LeadsFunnelStageColumn__empty .ant-empty-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 11px;
}
.LeadsFunnelStageColumn__loading-card {
  padding: 7px;
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  background: #fff;
}
.LeadsFunnelStageColumn__loading-card .ant-skeleton-header {
  padding-inline-end: 8px;
}
.LeadsFunnelStageColumn__loading-card .ant-skeleton-avatar {
  width: 28px;
  height: 28px;
}
.LeadsFunnelStageColumn__loading-card .ant-skeleton-paragraph {
  margin-block-start: 6px;
}
.LeadsFunnelStageColumn__loading-card .ant-skeleton-paragraph > li {
  height: 10px;
}
.LeadsFunnelStageColumn__show-next {
  flex: none;
  min-height: 26px;
  border-color: #d9e8ff;
  color: #1677ff;
  font-size: 11px;
  line-height: 14px;
}
.LeadsFunnelBoard {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  min-height: 0;
}
.LeadsFunnelBoard__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
  padding: 8px 10px;
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  background: #fff;
}
.LeadsFunnelBoard__summary-main {
  display: flex;
  align-items: baseline;
  gap: 6px;
  min-width: 0;
}
.LeadsFunnelBoard__label {
  flex: none;
  color: rgba(0, 0, 0, 0.45);
  font-size: 10px;
  line-height: 13px;
}
.LeadsFunnelBoard__title {
  min-width: 0;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.88);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.LeadsFunnelBoard__summary-meta {
  display: flex;
  flex: none;
  align-items: center;
  gap: 8px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 11px;
  line-height: 14px;
  white-space: nowrap;
}
.LeadsFunnelBoard__columns {
  display: flex;
  flex: 1 1 auto;
  gap: 8px;
  min-width: 0;
  min-height: 0;
  overflow-x: auto;
  overflow-y: hidden;
}
.LeadsFunnelBoard__skeleton-column {
  display: flex;
  flex: 0 0 280px;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
  padding: 8px;
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  background: #fff;
}
.LeadsFunnelBoard__skeleton-column .ant-skeleton-input {
  height: 18px;
  border-radius: 5px;
}
.LeadsFunnelBoard__skeleton-column .ant-skeleton-paragraph > li {
  height: 12px;
}
.LeadsFunnelBoard__empty {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  background: #fff;
}
.LeadsFunnelSelectorState {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 320px;
  padding: 24px 12px;
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  background: #fff;
}
.LeadsFunnelSelectorState__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: min(100%, 420px);
  min-width: 0;
}
.LeadsFunnelSelectorState__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 0;
  text-align: center;
}
.LeadsFunnelSelectorState__title {
  margin: 0;
  color: rgba(0, 0, 0, 0.88);
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.LeadsFunnelSelectorState__description {
  max-width: 340px;
  margin: 0;
  color: rgba(0, 0, 0, 0.55);
  font-size: 12px;
  line-height: 16px;
}
.LeadsFunnelSelectorState__select {
  width: 100%;
}
.LeadsFunnelsPage {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  height: 100%;
  min-height: 100%;
  padding: 8px;
  background: #f5f5f5;
  overflow: hidden;
  box-sizing: border-box;
}
.LeadsFunnelsPage__scroll {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  overflow: auto;
}
.LeadsFunnelsHeader {
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
  padding: 8px 10px;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
}
.LeadsFunnelsHeader__title-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
}
.LeadsFunnelsHeader__title {
  margin: 0;
  color: rgba(0, 0, 0, 0.88);
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
@media screen and (max-width: 550px) {
  .LeadsFunnelsHeader {
    padding: 8px;
  }
}

/*# sourceMappingURL=main~83.676361f4.css.map*/