.LeadInfoCell {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  max-height: 52px;
  overflow: hidden;
}
.LeadInfoCell__main-row {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  max-height: 32px;
  overflow: hidden;
}
.LeadInfoCell__avatar {
  flex: none;
}
.LeadInfoCell__client {
  display: flex;
  flex-direction: column;
  gap: 1px;
  flex: 1 1 auto;
  min-width: 0;
}
.LeadInfoCell__name-row {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
}
.LeadInfoCell__no-answer-dot {
  flex: 0 0 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff4d4f;
}
.LeadInfoCell__name {
  flex: 1 1 auto;
  min-width: 0;
  color: rgba(0, 0, 0, 0.88);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.LeadInfoCell__time {
  flex: 0 0 auto;
  max-width: 96px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.45);
  font-size: 10px;
  line-height: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  right: 4px;
  top: 4px;
}
.LeadInfoCell__phone {
  min-width: 0;
  color: rgba(0, 0, 0, 0.55);
  font-size: 11px;
  line-height: 14px;
}
.LeadInfoCell__message-row {
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
  max-height: 15px;
  overflow: hidden;
}
.LeadInfoCell__direction {
  flex: none;
  color: rgba(0, 0, 0, 0.45);
  font-size: 11px;
  line-height: 1;
}
.LeadInfoCell__integration {
  flex: none;
}
.LeadInfoCell__message {
  min-width: 0;
  color: rgba(0, 0, 0, 0.45);
  font-size: 11px;
  line-height: 15px;
}
.LeadInfoCell--incoming .LeadInfoCell__direction {
  color: #1677ff;
}
.LeadInfoCell--outgoing .LeadInfoCell__direction {
  color: #52c41a;
}
.LeadsRegistryChatScopeFilter {
  flex: 0 0 auto;
  padding: 1px;
  background: #f5f5f5;
  border: 1px solid #e6f4ff;
  border-radius: 6px;
}
.LeadsRegistryChatScopeFilter .ant-segmented-group {
  align-items: center;
}
.LeadsRegistryChatScopeFilter .ant-segmented-item {
  position: relative;
  z-index: 1;
  min-height: 22px;
  padding: 0 2px;
  border-radius: 4px;
  transition: color 0.2s ease, background-color 0.2s ease;
  border: 1px solid transparent;
}
.LeadsRegistryChatScopeFilter .ant-segmented-item:not(.ant-segmented-item-selected):hover {
  color: #0958d9;
  background: rgba(22, 119, 255, 0.08);
}
.LeadsRegistryChatScopeFilter .ant-segmented-item:focus-visible {
  outline: 2px solid rgba(22, 119, 255, 0.35);
  outline-offset: 1px;
}
.LeadsRegistryChatScopeFilter .ant-segmented-item-selected {
  color: #0958d9;
  font-weight: 600;
  background: transparent;
  box-shadow: none;
  border: 1px solid #91caff;
}
.LeadsRegistryChatScopeFilter .ant-segmented-item-label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 0 7px;
  font-size: 11px;
  line-height: 1;
}
.LeadsRegistryChatScopeFilter .ant-segmented-item-selected .ant-segmented-item-label {
  color: #0958d9;
}
.LeadsRegistryChatScopeFilter .ant-segmented-thumb {
  box-sizing: border-box;
  z-index: 0;
  background: #e6f4ff;
  border: 1px solid #91caff;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(22, 119, 255, 0.16);
}
.LeadsRegistryDisplaySettings {
  display: inline-flex;
  min-width: 0;
}
.LeadsRegistryDisplaySettings__trigger {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 8px;
  line-height: 1;
}
.LeadsRegistryDisplaySettings__trigger .anticon {
  font-size: 17px;
}
.LeadsRegistryDisplaySettings__content {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 292px;
}
.LeadsRegistryDisplaySettings__group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.LeadsRegistryDisplaySettings__group-header {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.LeadsRegistryDisplaySettings__title {
  color: #262626;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}
.LeadsRegistryDisplaySettings__description {
  color: #6b7280;
  font-size: 12px;
  line-height: 1.35;
}
.LeadsRegistryDisplaySettings__select {
  width: 100%;
}
@media screen and (max-width: 550px) {
  .LeadsRegistryDisplaySettings__content {
    width: min(292px, 100vw - 48px);
  }
}
.LeadsRegistryDateFilter {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}
.LeadsRegistryDateFilter__range-shell {
  display: inline-flex;
  align-items: center;
  flex: 0 1 auto;
  min-width: 0;
  height: 28px;
  padding-left: 8px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.LeadsRegistryDateFilter__range-shell:hover, .LeadsRegistryDateFilter__range-shell:focus-within {
  background: #f5faff;
  border-color: #91caff;
}
.LeadsRegistryDateFilter__range-shell:focus-within {
  box-shadow: 0 0 0 2px rgba(22, 119, 255, 0.12);
}
.LeadsRegistryDateFilter__range-shell--active {
  background: #f5faff;
  border-color: #91caff;
}
.LeadsRegistryDateFilter__label {
  flex: 0 0 auto;
  color: #0958d9;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.LeadsRegistryDateFilter__range {
  width: 212px;
  max-width: 100%;
}
.LeadsRegistryDateFilter__range.ant-picker {
  height: 26px;
  padding: 0 6px;
  background: transparent;
  box-shadow: none;
}
.LeadsRegistryDateFilter__range .ant-picker-input > input {
  font-size: 11px;
}
.LeadsRegistryDateFilter__range .ant-picker-separator,
.LeadsRegistryDateFilter__range .ant-picker-suffix {
  color: rgba(0, 0, 0, 0.45);
}
.LeadsRegistryDateFilter__period {
  flex: 0 0 auto;
  padding: 1px;
  background: #f5f5f5;
  border: 1px solid #e6f4ff;
  border-radius: 6px;
}
.LeadsRegistryDateFilter__period .ant-segmented-group {
  align-items: center;
}
.LeadsRegistryDateFilter__period .ant-segmented-item {
  position: relative;
  z-index: 1;
  min-height: 24px;
  border-radius: 4px;
  transition: color 0.2s ease, background-color 0.2s ease;
  border: 1px solid transparent;
}
.LeadsRegistryDateFilter__period .ant-segmented-item:not(.ant-segmented-item-selected):hover {
  color: #0958d9;
  background: rgba(22, 119, 255, 0.08);
}
.LeadsRegistryDateFilter__period .ant-segmented-item:focus-visible {
  outline: 2px solid rgba(22, 119, 255, 0.35);
  outline-offset: 1px;
}
.LeadsRegistryDateFilter__period .ant-segmented-item-label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 24px !important;
  padding: 0 8px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
}
.LeadsRegistryDateFilter__period .ant-segmented-item-selected {
  color: #0958d9;
  background: transparent;
  box-shadow: none;
  border: 1px solid #91caff;
}
.LeadsRegistryDateFilter__period .ant-segmented-item-selected .ant-segmented-item-label {
  color: #0958d9;
}
.LeadsRegistryDateFilter__period .ant-segmented-thumb {
  box-sizing: border-box;
  z-index: 0;
  background: #e6f4ff;
  border: 1px solid #91caff;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(22, 119, 255, 0.16);
}
@media screen and (max-width: 600px) {
  .LeadsRegistryDateFilter__popup .ant-picker-panels {
    flex-direction: column;
  }
}
@media screen and (max-width: 800px) {
  .LeadsRegistryDateFilter {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }
  .LeadsRegistryDateFilter__range-shell, .LeadsRegistryDateFilter__period {
    width: 100%;
  }
  .LeadsRegistryDateFilter__range {
    width: 100%;
  }
  .LeadsRegistryDateFilter__period .ant-segmented-group {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }
}
.LeadsRegistrySalesFunnelFilter__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  max-width: 220px;
  height: 28px;
  padding: 0 9px;
  color: rgba(0, 0, 0, 0.72);
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  box-shadow: none;
}
.LeadsRegistrySalesFunnelFilter__button:not(:disabled):hover, .LeadsRegistrySalesFunnelFilter__button:not(:disabled):focus {
  color: #1677ff;
  background: #f5faff;
  border-color: #91caff;
}
.LeadsRegistrySalesFunnelFilter__button:focus-visible {
  outline: 2px solid rgba(22, 119, 255, 0.35);
  outline-offset: 2px;
}
.LeadsRegistrySalesFunnelFilter__button--active {
  color: #0958d9;
  background: #e6f4ff;
  border-color: #91caff;
}
.LeadsRegistrySalesFunnelFilter__label {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.LeadsRegistrySalesFunnelFilter__icon {
  flex: 0 0 auto;
  font-size: 10px;
  transition: 0.3s all ease-out;
}
.LeadsRegistrySalesFunnelFilter__icon--opened {
  transform: rotate(180deg);
}
.LeadsRegistrySalesFunnelFilter__popover {
  width: min(320px, 100vw - 16px);
}
.LeadsRegistrySalesFunnelFilter__search.ant-input-affix-wrapper {
  height: 28px;
  padding: 0 8px;
  font-size: 11px;
  border-color: #e0e0e0;
  border-radius: 6px;
  box-shadow: none;
}
.LeadsRegistrySalesFunnelFilter__search.ant-input-affix-wrapper:hover, .LeadsRegistrySalesFunnelFilter__search.ant-input-affix-wrapper:focus, .LeadsRegistrySalesFunnelFilter__search.ant-input-affix-wrapper:focus-within {
  border-color: #91caff;
  box-shadow: 0 0 0 2px rgba(22, 119, 255, 0.08);
}
.LeadsRegistrySalesFunnelFilter__list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  max-height: min(320px, 100vh - 190px);
  max-height: min(320px, 100dvh - 190px);
  min-width: 0;
  overflow: auto;
  overflow-x: hidden;
  padding-right: 2px;
}
.LeadsRegistrySalesFunnelFilter__list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.LeadsRegistrySalesFunnelFilter__list::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #b1c4df;
}
.LeadsRegistrySalesFunnelFilter__option {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  min-width: 0;
  padding: 6px 8px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.LeadsRegistrySalesFunnelFilter__option:hover {
  background: #f5faff;
}
.LeadsRegistrySalesFunnelFilter__option--selected {
  background: #e6f4ff;
}
.LeadsRegistrySalesFunnelFilter__option-label {
  min-width: 0;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.78);
  font-size: 11px;
  line-height: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.LeadsRegistrySalesFunnelFilter__empty {
  padding: 12px 8px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 11px;
  line-height: 14px;
  text-align: center;
}
.LeadsRegistrySalesFunnelFilter__clear {
  height: 28px;
  font-size: 11px;
  font-weight: 600;
}
@media screen and (max-width: 550px) {
  .LeadsRegistrySalesFunnelFilter__button, .LeadsRegistrySalesFunnelFilter__popover {
    width: 100%;
    max-width: 100%;
  }
  .LeadsRegistrySalesFunnelFilter__option {
    min-height: 36px;
  }
}
.LeadsRegistryFiltersBar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.LeadsRegistryFiltersBar .CheckboxFilter__button,
.LeadsRegistryFiltersBar .TreeCheckboxFilter__button {
  flex: 0 1 auto;
}
.LeadsRegistryFiltersBar__tags {
  flex: 0 1 auto;
  width: auto;
  min-width: 0;
  max-width: 220px;
}
.LeadsRegistryFiltersBar__tags.ant-select {
  display: inline-flex;
  height: 28px;
}
.LeadsRegistryFiltersBar__tags.ant-select .ant-select-selector {
  display: inline-flex;
  align-items: center;
  width: auto !important;
  min-width: 0;
  height: 28px !important;
  padding: 0 26px 0 9px !important;
  color: rgba(0, 0, 0, 0.72);
  font-size: 11px;
  font-weight: 600 !important;
  background: #fff !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.LeadsRegistryFiltersBar__tags.ant-select .ant-select-selection-wrap {
  align-self: stretch;
  min-width: 0;
}
.LeadsRegistryFiltersBar__tags.ant-select .ant-select-selection-item {
  display: flex;
  align-items: center;
  min-width: 0;
  height: 26px;
  padding-inline-end: 0;
  line-height: 1;
}
.LeadsRegistryFiltersBar__tags.ant-select .multi-select__fixed-label {
  height: 100% !important;
  line-height: 1;
  font-weight: 600 !important;
}
.LeadsRegistryFiltersBar__tags.ant-select .ant-select-arrow,
.LeadsRegistryFiltersBar__tags.ant-select .ant-select-clear {
  inset-inline-end: 9px;
  font-size: 10px;
}
.LeadsRegistryFiltersBar__tags.ant-select .ant-select-arrow {
  transition: transform 0.3s ease-out;
}
.LeadsRegistryFiltersBar__tags.ant-select.ant-select-open .ant-select-arrow {
  transform: rotate(180deg);
}
.LeadsRegistryFiltersBar__tags.ant-select:not(.ant-select-disabled):hover .ant-select-selector, .LeadsRegistryFiltersBar__tags.ant-select.ant-select-focused .ant-select-selector {
  background: #f5faff !important;
  border-color: #91caff !important;
}
.LeadsRegistryFiltersBar__tags--active.ant-select .ant-select-selector {
  color: #0958d9;
  background: #e6f4ff !important;
  border-color: #91caff !important;
}
.LeadsRegistryFiltersBar__reset {
  flex: none;
  height: 28px;
  padding: 0 9px;
  color: #0958d9;
  font-size: 11px;
  font-weight: 600;
  background: #fff;
  border: 1px solid #adc6ff;
  border-radius: 6px;
  box-shadow: none;
}
.LeadsRegistryFiltersBar__reset:not(:disabled):hover, .LeadsRegistryFiltersBar__reset:not(:disabled):focus {
  color: #0958d9;
  background: #f5faff;
  border-color: #91caff;
}
.LeadsRegistryFiltersBar__reset:focus-visible {
  outline: 2px solid rgba(22, 119, 255, 0.35);
  outline-offset: 2px;
}
.LeadsRegistryFiltersBar__tags-popup .multi-select__popup {
  width: min(360px, 100vw - 16px);
  min-width: min(280px, 100vw - 16px);
}
.LeadsRegistryFiltersBar__tags-popup .multi-select__groups {
  gap: 8px;
}
.LeadsRegistryFiltersBar__tags-popup .multi-select__group {
  padding: 6px;
}
.LeadsRegistryFiltersBar__tags-popup .multi-select__group__header {
  margin-bottom: 6px;
}
.LeadsRegistryFiltersBar__tags-popup .multi-select__group__tools {
  margin-bottom: 6px;
}
@media screen and (max-width: 800px) {
  .LeadsRegistryFiltersBar__filter-popup .FilterMenuShell {
    width: calc(100vw - 16px);
    min-width: 0;
    max-width: calc(100vw - 16px);
  }
}
@media screen and (max-width: 800px) {
  .LeadsRegistryFiltersBar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 8px;
  }
  .LeadsRegistryFiltersBar .CheckboxFilter__button,
  .LeadsRegistryFiltersBar .TreeCheckboxFilter__button,
  .LeadsRegistryFiltersBar .LeadsRegistrySalesFunnelFilter__button, .LeadsRegistryFiltersBar__tags, .LeadsRegistryFiltersBar__reset {
    max-width: 100%;
    width: 100%;
  }
  .LeadsRegistryFiltersBar__tags.ant-select .ant-select-selector {
    width: 100% !important;
  }
  .LeadsRegistryFiltersBar .LeadsRegistryDateFilter, .LeadsRegistryFiltersBar__reset {
    grid-column: 1/-1;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .LeadsRegistryFiltersBar {
    grid-template-columns: minmax(0, 1fr);
  }
}
.LeadsRegistryAssignModal__select {
  width: 100%;
}
.LeadsRegistryFunnelStageModal__select {
  width: 100%;
}
.LeadsRegistryFunnelStageModal__select + .LeadsRegistryFunnelStageModal__select {
  margin-top: 8px;
}
.LeadsRegistryTagsModal__select {
  width: 100%;
}
.LeadsRegistryMassActions {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  height: 28px;
  padding: 0 4px 0 10px;
  background: #e6f4ff;
  border: 1px solid #91caff;
  border-radius: 8px;
}
.LeadsRegistryMassActions__count {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #0958d9;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
  white-space: nowrap;
}
.LeadsRegistryMassActions__count-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 18px;
  height: 16px;
  padding: 0 5px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  background: #1677ff;
  border-radius: 999px;
}
.LeadsRegistryMassActions__actions {
  display: inline-flex;
  align-items: center;
  height: 22px;
  font-size: 11px;
  font-weight: 600;
}
.LeadsRegistryMassActions__actions-caret {
  margin-left: 4px;
  font-size: 9px;
}
.LeadsRegistryMassActions__clear {
  height: 22px;
  padding: 0 6px;
  color: rgba(0, 0, 0, 0.55);
  font-size: 11px;
}
.LeadsRegistryMassActions__clear:not(:disabled):hover, .LeadsRegistryMassActions__clear:not(:disabled):focus {
  color: #0958d9;
  background: #fff;
}
.LeadsRegistrySearch {
  display: flex;
  align-items: center;
  flex: 1 1 340px;
  min-width: 0;
  max-width: 430px;
  height: 28px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.LeadsRegistrySearch:hover, .LeadsRegistrySearch:focus-within {
  background: #f5faff;
  border-color: #91caff;
}
.LeadsRegistrySearch:focus-within {
  box-shadow: 0 0 0 2px rgba(22, 119, 255, 0.12);
}
.LeadsRegistrySearch--active {
  background: #f5faff;
  border-color: #91caff;
}
.LeadsRegistrySearch__input {
  flex: 1 1 auto;
  min-width: 160px;
}
.LeadsRegistrySearch__input.ant-input-affix-wrapper {
  height: 26px;
  padding: 0 8px;
  background: transparent;
  box-shadow: none;
}
.LeadsRegistrySearch__input .ant-input {
  color: rgba(0, 0, 0, 0.88);
  font-size: 11px;
  line-height: 18px;
  background: transparent;
}
.LeadsRegistrySearch__icon {
  color: rgba(0, 0, 0, 0.45);
}
.LeadsRegistrySearch__divider {
  flex: 0 0 auto;
  width: 1px;
  height: 16px;
  background: #f0f0f0;
}
.LeadsRegistrySearch__type {
  flex: none;
  width: 123px;
}
.LeadsRegistrySearch__type .ant-select-selector {
  height: 26px !important;
  padding: 0 8px !important;
  background: transparent !important;
  box-shadow: none !important;
}
.LeadsRegistrySearch__type .ant-select-selection-item {
  color: rgba(0, 0, 0, 0.72) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 26px !important;
}
.LeadsRegistrySearch__type .ant-select-item-option-content {
  background: red !important;
}
.LeadsRegistrySearch__type-options .ant-select-item {
  padding: 4px 8px !important;
  min-height: 26px !important;
}
.LeadsRegistrySearch__type-options .ant-select-item-option-content {
  font-size: 11px !important;
}
@media screen and (max-width: 800px) {
  .LeadsRegistrySearch {
    flex: 0 0 auto;
    width: 100%;
    max-width: none;
  }
  .LeadsRegistrySearch__input {
    min-width: 0;
  }
  .LeadsRegistrySearch__type {
    width: 132px;
  }
}
.LeadsRegistryHeader {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  min-width: 0;
  padding: 8px 10px;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
}
.LeadsRegistryHeader__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
}
.LeadsRegistryHeader__top-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
  min-width: 0;
  min-height: 40px;
}
.LeadsRegistryHeader__filters {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.LeadsRegistryHeader__filters-panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-width: 0;
}
.LeadsRegistryHeader__title-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
}
.LeadsRegistryHeader__title {
  margin: 0;
  color: rgba(0, 0, 0, 0.88);
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
.LeadsRegistryHeader__count {
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
}
@media screen and (max-width: 834px) {
  .LeadsRegistryHeader__top {
    align-items: flex-start;
    flex-direction: column;
  }
  .LeadsRegistryHeader__top-actions {
    align-self: flex-end;
  }
}
@media screen and (max-width: 800px) {
  .LeadsRegistryHeader__filters-panel {
    align-items: stretch;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8px;
  }
  .LeadsRegistryHeader .filters-accordion__toggle {
    height: 28px;
    justify-content: center;
    color: rgba(0, 0, 0, 0.72);
    font-size: 11px;
    font-weight: 600;
    border-radius: 6px;
  }
}
@media screen and (max-width: 550px) {
  .LeadsRegistryHeader {
    padding: 8px;
  }
  .LeadsRegistryHeader__top {
    gap: 6px;
  }
  .LeadsRegistryHeader__title-block, .LeadsRegistryHeader__top-actions, .LeadsRegistryHeader__filters-panel {
    width: 100%;
  }
  .LeadsRegistryHeader__top-actions {
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
  }
  .LeadsRegistryHeader__filters {
    width: 100%;
    gap: 6px;
  }
  .LeadsRegistryHeader__filters-panel {
    gap: 6px;
  }
}
.LeadsRegistryCards {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  width: 100%;
  background: #f5f5f5;
  overflow: hidden;
}
.LeadsRegistryCards__scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: #b1c4df #fff;
  scrollbar-width: thin;
}
.LeadsRegistryCards__scroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 15px;
}
.LeadsRegistryCards__scroll::-webkit-scrollbar-track {
  background: white;
  border-radius: 15px;
}
.LeadsRegistryCards__scroll::-webkit-scrollbar-corner {
  border-radius: 33px;
}
.LeadsRegistryCards__scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #b1c4df;
}
.LeadsRegistryCards__body {
  position: relative;
  min-width: 0;
}
.LeadsRegistryCards__placeholder-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(to bottom, #f5f5f5 0, #f5f5f5 8px, #fff 8px, #fff calc(var(--leads-registry-card-row-height) - 8px), #f5f5f5 calc(var(--leads-registry-card-row-height) - 8px), #f5f5f5 var(--leads-registry-card-row-height));
}
.LeadsRegistryCards__visible-items {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.LeadsRegistryCards__item {
  box-sizing: border-box;
  height: var(--leads-registry-card-row-height);
  padding: 0 0 8px;
}
.LeadsRegistryCards__card {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  height: 100%;
  min-width: 0;
  padding: 10px 12px;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
.LeadsRegistryCards__card:hover {
  color: inherit;
  text-decoration: none;
  background: #f5faff;
  border-color: #e6f4ff;
}
.LeadsRegistryCards__card:focus-visible {
  outline: 2px solid #1677ff;
  outline-offset: -2px;
}
.LeadsRegistryCards__card--unread {
  border-color: #d9e8ff;
  background: #f9fcff;
}
.LeadsRegistryCards__card--skeleton {
  pointer-events: none;
}
.LeadsRegistryCards__card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
}
.LeadsRegistryCards__identity {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.LeadsRegistryCards__avatar, .LeadsRegistryCards__skeleton-avatar {
  flex: none;
}
.LeadsRegistryCards__identity-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.LeadsRegistryCards__title-row {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
}
.LeadsRegistryCards__no-answer-dot {
  flex: 0 0 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff4d4f;
}
.LeadsRegistryCards__title, .LeadsRegistryCards__subtitle, .LeadsRegistryCards__message, .LeadsRegistryCards__meta-value, .LeadsRegistryCards__time {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.LeadsRegistryCards__title {
  color: rgba(0, 0, 0, 0.88);
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
}
.LeadsRegistryCards__subtitle {
  color: rgba(0, 0, 0, 0.55);
  font-size: 11px;
  line-height: 14px;
}
.LeadsRegistryCards__status-group {
  display: flex;
  flex: none;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
  max-width: 112px;
}
.LeadsRegistryCards__task-badge, .LeadsRegistryCards__response, .LeadsRegistryCards__tags-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  max-width: 100%;
  height: 20px;
  padding: 0 7px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 600;
  line-height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.LeadsRegistryCards__task-badge--completed {
  background: #f8fff8;
  border-color: #b7eb8f;
  color: #237804;
}
.LeadsRegistryCards__task-badge--overdue {
  background: #fff7f7;
  border-color: #ffccc7;
  color: #cf1322;
}
.LeadsRegistryCards__task-badge--planned {
  background: #f7fbff;
  border-color: #91caff;
  color: #1677ff;
}
.LeadsRegistryCards__response--answered {
  background: #f6ffed;
  border-color: #b7eb8f;
  color: #237804;
}
.LeadsRegistryCards__response--overdue {
  background: #fff1f0;
  border-color: #ffccc7;
  color: #cf1322;
}
.LeadsRegistryCards__time {
  max-width: 96px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 10px;
  line-height: 13px;
}
.LeadsRegistryCards__message-row {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
}
.LeadsRegistryCards__integration {
  flex: none;
}
.LeadsRegistryCards__message {
  color: rgba(0, 0, 0, 0.65);
  font-size: 11px;
  line-height: 14px;
}
.LeadsRegistryCards__meta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 4px 8px;
  min-width: 0;
}
.LeadsRegistryCards__meta-item {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}
.LeadsRegistryCards__meta-item--secondary {
  grid-column: 1/-1;
}
.LeadsRegistryCards__meta-label {
  color: rgba(0, 0, 0, 0.38);
  font-size: 10px;
  line-height: 12px;
}
.LeadsRegistryCards__meta-value {
  color: rgba(0, 0, 0, 0.76);
  font-size: 11px;
  line-height: 14px;
}
.LeadsRegistryCards__compact-meta {
  min-width: 0;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.76);
  font-size: 11px;
  line-height: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.LeadsRegistryCards__tag-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  min-width: 0;
  overflow: hidden;
}
.LeadsRegistryCards__tag {
  flex: 0 1 auto;
  max-width: min(110px, 100%);
  margin-inline-end: 0;
  font-size: 11px;
  line-height: 17px;
}
.LeadsRegistryCards__tags-more {
  flex: none;
  height: 19px;
  min-width: 30px;
  background: #f5faff;
  border-color: #d9e8ff;
  color: #1677ff;
}
.LeadsRegistryCards__empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
}
.LeadsRegistryCards__skeleton-block {
  display: block;
  flex: none;
  min-width: 0;
  background: linear-gradient(90deg, #f2f4f7 0%, #e8edf3 50%, #f2f4f7 100%);
  background-size: 200% 100%;
  animation: LeadsRegistryCardsSkeleton 1.25s ease-in-out infinite;
}
.LeadsRegistryCards__skeleton-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.LeadsRegistryCards__skeleton-line {
  height: 10px;
  border-radius: 999px;
}
.LeadsRegistryCards__skeleton-line--title {
  width: 130px;
  max-width: 100%;
  height: 12px;
}
.LeadsRegistryCards__skeleton-line--subtitle {
  width: 96px;
  max-width: 80%;
}
.LeadsRegistryCards__skeleton-line--message {
  width: 72%;
}
.LeadsRegistryCards__skeleton-line--meta {
  width: 88%;
}
.LeadsRegistryCards__skeleton-line--meta-short {
  width: 54%;
  grid-column: 1/-1;
}
.LeadsRegistryCards__skeleton-line--compact-meta {
  width: 72%;
}
.LeadsRegistryCards__skeleton-badge {
  width: 74px;
  height: 20px;
  border-radius: 6px;
}
.LeadsRegistryCards__skeleton-tag {
  width: 72px;
  height: 19px;
  border-radius: 6px;
}
.LeadsRegistryCards__skeleton-more {
  width: 30px;
  height: 19px;
  border-radius: 6px;
}
@media screen and (max-width: 400px) {
  .LeadsRegistryCards__item {
    padding-bottom: 6px;
  }
  .LeadsRegistryCards__card {
    gap: 5px;
    padding: 8px 9px;
    border-radius: 6px;
  }
  .LeadsRegistryCards__identity {
    gap: 7px;
  }
  .LeadsRegistryCards__title {
    font-size: 12px;
    line-height: 15px;
  }
  .LeadsRegistryCards__subtitle, .LeadsRegistryCards__message, .LeadsRegistryCards__meta-value {
    font-size: 11px;
    line-height: 13px;
  }
  .LeadsRegistryCards__status-group {
    max-width: 86px;
  }
  .LeadsRegistryCards__task-badge, .LeadsRegistryCards__response {
    max-width: 86px;
    height: 19px;
    padding: 0 6px;
    font-size: 10px;
    line-height: 17px;
  }
  .LeadsRegistryCards__task-badge span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .LeadsRegistryCards__tag {
    max-width: min(92px, 100%);
    font-size: 10px;
    line-height: 16px;
  }
}

@keyframes LeadsRegistryCardsSkeleton {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.LeadsRegistryTable {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  min-height: 0;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  overflow: hidden;
}
.LeadsRegistryTable__scroll {
  flex: 1 1 auto;
  min-height: 0;
  background: #fff;
  overflow: auto;
  overscroll-behavior: contain;
  contain: content;
  scrollbar-color: #b1c4df #fff;
  scrollbar-width: thin;
}
.LeadsRegistryTable__scroll::-webkit-scrollbar {
  height: 5px;
  width: 5px;
  border-radius: 15px;
}
.LeadsRegistryTable__scroll::-webkit-scrollbar-track {
  background: white;
  border-radius: 15px;
}
.LeadsRegistryTable__scroll::-webkit-scrollbar-corner {
  border-radius: 33px;
}
.LeadsRegistryTable__scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #b1c4df;
}
.LeadsRegistryTable__virtual-table {
  position: relative;
  min-height: 100%;
  color: rgba(0, 0, 0, 0.88);
  font-size: 12px;
  background: #fff;
}
.LeadsRegistryTable__header {
  position: sticky;
  top: 0;
  z-index: 3;
  display: grid;
  min-height: 31px;
  background: #f9fafb;
  border-bottom: 1px solid #f0f0f0;
}
.LeadsRegistryTable__header-cell {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 7px 8px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.LeadsRegistryTable__header-cell:nth-child(2) {
  position: sticky;
  left: 42px;
  z-index: 4;
  background: #f9fafb;
  box-shadow: 1px 0 0 #f0f0f0;
}
.LeadsRegistryTable__body {
  position: relative;
}
.LeadsRegistryTable__placeholder-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(to bottom, #fafbfc 0, #fafbfc 65px, #f0f0f0 65px, #f0f0f0 66px);
}
.LeadsRegistryTable__visible-rows {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  will-change: transform;
}
.LeadsRegistryTable__row {
  display: grid;
  box-sizing: border-box;
  height: 66px;
  min-height: 66px;
  max-height: 66px;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  overflow: hidden;
}
.LeadsRegistryTable__row:hover {
  background: #f9fafb;
}
.LeadsRegistryTable__row--unread {
  background: #eaf3ff;
}
.LeadsRegistryTable__row--unread:hover {
  background: #e2eeff;
}
.LeadsRegistryTable__row--skeleton {
  background: #fff;
}
.LeadsRegistryTable__cell {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  min-width: 0;
  min-height: 0;
  height: 66px;
  max-height: 66px;
  padding: 7px 8px;
  overflow: hidden;
  vertical-align: middle;
}
.LeadsRegistryTable__cell > * {
  max-width: 100%;
  max-height: 52px;
  min-width: 0;
}
.LeadsRegistryTable__cell:nth-child(2) {
  position: sticky;
  left: 42px;
  z-index: 2;
  background: inherit;
  box-shadow: 1px 0 0 #f0f0f0;
}
.LeadsRegistryTable__selection-cell {
  position: sticky;
  left: 0;
  z-index: 3;
  justify-content: center;
  background: inherit;
  padding-right: 8px;
  padding-left: 8px;
}
.LeadsRegistryTable__header .LeadsRegistryTable__selection-cell {
  z-index: 5;
  background: #f9fafb;
}
.LeadsRegistryTable__empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 160px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
}
.LeadsRegistryTable__skeleton-block {
  display: block;
  flex: none;
  min-width: 0;
  background: #e8edf3;
  animation: LeadsRegistryTableSkeleton 1.25s ease-in-out infinite;
}
.LeadsRegistryTable__skeleton-line {
  height: 10px;
  border-radius: 999px;
}
.LeadsRegistryTable__skeleton-line--client-name {
  width: 72%;
  height: 12px;
}
.LeadsRegistryTable__skeleton-line--client-phone {
  width: 48%;
}
.LeadsRegistryTable__skeleton-line--message {
  flex: 1 1 auto;
  height: 9px;
}
.LeadsRegistryTable__skeleton-line--funnel {
  width: 62%;
  height: 8px;
}
.LeadsRegistryTable__skeleton-line--stage {
  width: 82%;
  height: 9px;
}
.LeadsRegistryTable__skeleton-line--responsible {
  flex: 1 1 auto;
  width: auto;
  height: 10px;
}
.LeadsRegistryTable__skeleton-line--task-title {
  flex: 1 1 auto;
  height: 10px;
}
.LeadsRegistryTable__skeleton-line--task-text {
  width: 76%;
  height: 9px;
}
.LeadsRegistryTable__skeleton-line--task-period {
  width: 42%;
  height: 8px;
}
.LeadsRegistryTable__skeleton-line--first-touch-source {
  width: 86px;
  max-width: 100%;
  height: 10px;
}
.LeadsRegistryTable__skeleton-line--first-touch-date {
  width: 64px;
  max-width: 85%;
  height: 8px;
}
.LeadsRegistryTable__skeleton-dot, .LeadsRegistryTable__skeleton-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.LeadsRegistryTable__skeleton-status-dot {
  width: 12px;
  height: 12px;
}
.LeadsRegistryTable__skeleton-icon {
  width: 14px;
  height: 14px;
  border-radius: 4px;
}
.LeadsRegistryTable__skeleton-chevron {
  width: 8px;
  height: 8px;
  border-radius: 2px;
}
.LeadsRegistryTable__lead-info-skeleton {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  width: 100%;
  max-height: 52px;
  overflow: hidden;
}
.LeadsRegistryTable__lead-info-skeleton-main {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  max-height: 32px;
  overflow: hidden;
}
.LeadsRegistryTable__lead-info-skeleton-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.LeadsRegistryTable__lead-info-skeleton-client {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 5px;
  min-width: 0;
}
.LeadsRegistryTable__lead-info-skeleton-message {
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
  max-height: 15px;
  overflow: hidden;
}
.LeadsRegistryTable__funnel-skeleton {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  width: 100%;
  max-height: 52px;
  overflow: hidden;
}
.LeadsRegistryTable__funnel-skeleton-row {
  display: flex;
  align-items: stretch;
  gap: 4px;
  min-width: 0;
  width: 100%;
}
.LeadsRegistryTable__funnel-skeleton-chip {
  display: flex;
  box-sizing: border-box;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  min-width: 0;
  height: 26px;
  padding: 3px 5px;
  overflow: hidden;
  border: 1px solid #edf0f4;
  border-radius: 6px;
}
.LeadsRegistryTable__funnel-skeleton-add {
  width: 26px;
  min-width: 26px;
  height: 26px;
  border-radius: 6px;
}
.LeadsRegistryTable__funnel-skeleton-more {
  width: 100%;
  height: 21px;
  border-radius: 6px;
}
.LeadsRegistryTable__response-skeleton {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
}
.LeadsRegistryTable__response-skeleton-pill {
  width: 78px;
  max-width: 100%;
  height: 20px;
  border-radius: 6px;
}
.LeadsRegistryTable__responsible-skeleton {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  gap: 6px;
  width: min(156px, 100%);
  height: 28px;
  padding: 2px 7px;
  border: 1px solid #edf0f4;
  border-radius: 6px;
}
.LeadsRegistryTable__task-skeleton {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  max-height: 52px;
  padding: 5px 6px;
  overflow: hidden;
  border: 1px solid #edf0f4;
  border-left: 3px solid #d9e8ff;
  border-radius: 6px;
}
.LeadsRegistryTable__task-skeleton-head {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}
.LeadsRegistryTable__tags-skeleton {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  min-width: 0;
  max-width: 100%;
  max-height: 22px;
  overflow: hidden;
}
.LeadsRegistryTable__tag-skeleton {
  height: 19px;
  border-radius: 6px;
}
.LeadsRegistryTable__tag-skeleton--primary {
  width: 76px;
}
.LeadsRegistryTable__tag-skeleton--secondary {
  width: 58px;
}
.LeadsRegistryTable__tags-more-skeleton {
  width: 30px;
  height: 19px;
  border-radius: 6px;
}
.LeadsRegistryTable__first-touch-skeleton {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  min-width: 0;
  max-height: 34px;
  overflow: hidden;
}
.LeadsRegistryTable__first-touch-skeleton-icon {
  width: 16px;
  height: 16px;
  margin-top: 1px;
  border-radius: 4px;
}
.LeadsRegistryTable__first-touch-skeleton-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.LeadsRegistryTable__client {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.LeadsRegistryTable__client-link {
  display: block;
  min-width: 0;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  max-height: 52px;
  overflow: hidden;
}
.LeadsRegistryTable__client-link:hover {
  color: inherit;
  text-decoration: none;
}
.LeadsRegistryTable__client-link:focus-visible {
  border-radius: 4px;
  outline: 2px solid #1677ff;
  outline-offset: 2px;
}
.LeadsRegistryTable__client-header {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
}
.LeadsRegistryTable__unread-marker {
  flex: 0 0 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1677ff;
}
.LeadsRegistryTable__client-name, .LeadsRegistryTable__last-message, .LeadsRegistryTable__primary-text, .LeadsRegistryTable__secondary-text, .LeadsRegistryTable__date {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.LeadsRegistryTable__client-name {
  min-width: 0;
  color: rgba(0, 0, 0, 0.88);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.LeadsRegistryTable__last-message {
  color: rgba(0, 0, 0, 0.45);
  font-size: 11px;
  line-height: 15px;
}
.LeadsRegistryTable__client-meta {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
}
.LeadsRegistryTable__first-touch {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  min-width: 0;
  max-height: 34px;
  overflow: hidden;
}
.LeadsRegistryTable__first-touch-icon {
  flex: none;
  margin-top: 1px;
}
.LeadsRegistryTable__first-touch-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  overflow: hidden;
}
.LeadsRegistryTable__first-touch-source {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.88);
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.LeadsRegistryTable__first-touch-date {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.45);
  font-size: 11px;
  line-height: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.LeadsRegistryTable__channel {
  display: inline-flex;
  align-items: center;
  max-width: 82px;
  min-height: 17px;
  padding: 0 5px;
  border: 1px solid #d9e8ff;
  border-radius: 5px;
  background: #f5faff;
  color: #1677ff;
  font-size: 10px;
  line-height: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.LeadsRegistryTable__stacked-cell {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  max-height: 52px;
  overflow: hidden;
}
.LeadsRegistryTable__primary-text {
  color: rgba(0, 0, 0, 0.88);
  font-size: 12px;
  line-height: 16px;
}
.LeadsRegistryTable__secondary-text {
  color: rgba(0, 0, 0, 0.45);
  font-size: 11px;
  line-height: 15px;
}
.LeadsRegistryTable__tiny-text {
  display: block;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.38);
  font-size: 10px;
  line-height: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.LeadsRegistryTable__response {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  min-height: 18px;
  padding: 1px 6px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-size: 11px;
  line-height: 16px;
}
.LeadsRegistryTable__response--answered {
  background: #f6ffed;
  border-color: #b7eb8f;
  color: #237804;
}
.LeadsRegistryTable__response--overdue {
  background: #fff1f0;
  border-color: #ffccc7;
  color: #cf1322;
}
.LeadsRegistryTable__task {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  width: 100%;
  max-height: 52px;
  padding: 2px 6px;
  overflow: hidden;
  border: 1px solid #f0f0f0;
  border-left: 3px solid #d9d9d9;
  border-radius: 6px;
}
.LeadsRegistryTable__task--completed {
  background: #f8fff8;
  border-left-color: #52c41a;
}
.LeadsRegistryTable__task--overdue {
  background: #fff7f7;
  border-left-color: #ff4d4f;
}
.LeadsRegistryTable__task--planned {
  background: #f7fbff;
  border-left-color: #1677ff;
}
.LeadsRegistryTable__task-head {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}
.LeadsRegistryTable__task-title {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.88);
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.LeadsRegistryTable__task-icon {
  display: inline-flex;
  flex: none;
  align-items: center;
  font-size: 13px;
  line-height: 1;
}
.LeadsRegistryTable__task-icon--completed {
  color: #52c41a;
}
.LeadsRegistryTable__task-icon--overdue {
  color: #ff4d4f;
}
.LeadsRegistryTable__task-icon--planned {
  color: #1677ff;
}
.LeadsRegistryTable__task-text {
  display: -webkit-box;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  font-size: 11px;
  line-height: 13px;
  white-space: normal;
  word-break: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.LeadsRegistryTable__task-period {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.45);
  font-size: 10px;
  line-height: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.LeadsRegistryTable__tags {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}
.LeadsRegistryTable__tag-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  min-width: 0;
  max-width: 100%;
  max-height: 22px;
}
.LeadsRegistryTable__tag-list--preview {
  overflow: hidden;
}
.LeadsRegistryTable__tag {
  flex: 0 1 auto;
  max-width: min(96px, 100%);
  margin-inline-end: 0;
  border-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.76);
  font-size: 11px;
  line-height: 17px;
}
.LeadsRegistryTable__tags-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  min-width: 30px;
  height: 19px;
  padding: 0 7px;
  color: #1677ff;
  font: inherit;
  font-size: 11px;
  font-weight: 600;
  line-height: 17px;
  cursor: pointer;
  background: #f5faff;
  border: 1px solid #d9e8ff;
  border-radius: 6px;
}
.LeadsRegistryTable__status {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  min-height: 18px;
  padding: 1px 6px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  color: rgba(0, 0, 0, 0.76);
  font-size: 11px;
  line-height: 16px;
}
.LeadsRegistryTable__status--closed {
  background: #f5f5f5;
  color: rgba(0, 0, 0, 0.45);
}
.LeadsRegistryTable__status--in-progress {
  background: #e6f4ff;
  border-color: #91caff;
  color: #1677ff;
}
.LeadsRegistryTable__status--new {
  background: #f6ffed;
  border-color: #b7eb8f;
  color: #237804;
}
.LeadsRegistryTable__status--unread {
  background: #e6f4ff;
  border-color: #91caff;
  color: #1677ff;
}
.LeadsRegistryTable__status--waiting {
  background: #fff7e6;
  border-color: #ffd591;
  color: #ad6800;
}
.LeadsRegistryTable__date {
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  line-height: 16px;
}
.LeadsRegistryTable__open-button {
  height: 22px;
  padding: 0;
  font-size: 12px;
}

.LeadsRegistryTable__tags-popover .ant-popover-inner {
  padding: 8px;
}

.LeadsRegistryTable__tags-popover-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  width: 280px;
  max-width: 70vw;
  max-height: 180px;
  overflow-x: hidden;
  overflow-y: auto;
}
.LeadsRegistryTable__tags-popover-list::-webkit-scrollbar {
  height: 5px;
  width: 5px;
  border-radius: 15px;
}
.LeadsRegistryTable__tags-popover-list::-webkit-scrollbar-track {
  background: white;
  border-radius: 15px;
}
.LeadsRegistryTable__tags-popover-list::-webkit-scrollbar-corner {
  border-radius: 33px;
}
.LeadsRegistryTable__tags-popover-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #b1c4df;
}

@keyframes LeadsRegistryTableSkeleton {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.45;
  }
}
.LeadsRegistryPage {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  height: 100%;
  min-height: 100%;
  padding: 8px;
  background: #f5f5f5;
  overflow: hidden;
  box-sizing: border-box;
}

/*# sourceMappingURL=main~87.05470d07.css.map*/