.bc-add-legal-entities {
  width: 100%;
}
.bc-add-legal-entities .form {
  width: 100%;
}
.bc-add-legal-entities .container {
  display: flex;
  max-width: 800px;
  justify-content: space-between;
  align-items: center;
}
.bc-add-legal-entities .container .ant-select-selection-search-input,
.bc-add-legal-entities .container .ant-input {
  font-size: 16px;
}
.bc-add-legal-entities .container .ant-form-item {
  max-width: 400px;
  width: -webkit-fill-available;
}
.bc-add-legal-entities .container .label {
  min-width: 140px;
}
.bc-add-legal-entities .container .ant-typography {
  min-width: 80px;
}
.bc-add-legal-entities .form-space {
  max-width: 800px;
  width: 100%;
}
.bc-add-legal-entities .save-button {
  max-width: 150px;
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 834px) {
  .bc-add-legal-entities .container {
    flex-direction: column;
    gap: 10px;
    align-items: baseline;
  }
}
.LegalEntities {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.LegalEntities__table {
  width: 100%;
  min-width: 0;
}
.LegalEntities__table .ant-spin-nested-loading, .LegalEntities__table .ant-spin-container, .LegalEntities__table .ant-table-wrapper {
  width: 100%;
  min-width: 0;
}
.LegalEntities__table .ant-table-content {
  -webkit-overflow-scrolling: touch;
}
.LegalEntities__table .ant-table-pagination.ant-pagination {
  margin: 18px 0 12px;
  padding-top: 6px;
  row-gap: 12px;
}
.LegalEntities__table .ant-pagination-total-text {
  margin-inline-end: auto;
  color: rgba(0, 0, 0, 0.65);
}
.LegalEntities__table .ant-pagination-options {
  margin-inline-start: auto;
}
.LegalEntities__row {
  cursor: default;
}
.LegalEntities__row--archived {
  opacity: 0.6;
}
.SoundToggleButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 40px;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 8px;
  line-height: 1;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.SoundToggleButton .anticon {
  font-size: 18px;
}
.SoundToggleButton:focus-visible {
  outline: 2px solid rgba(22, 119, 255, 0.35);
  outline-offset: 2px;
}
.SoundToggleButton.ant-btn-primary {
  box-shadow: 0 1px 3px rgba(22, 119, 255, 0.22);
}
.SoundToggleButton.ant-btn-default:hover, .SoundToggleButton.ant-btn-default:focus {
  color: #1677ff;
  background: #f0f7ff;
  border-color: #91caff;
}
.SoundToggleButton.ant-btn-default:active {
  color: #0958d9;
  background: #e6f4ff;
  border-color: #69b1ff;
}
.SoundToggleButton--muted {
  color: #6b7280;
}
.LeadInfoCell {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: start;
  gap: 6px;
  min-width: 0;
}
.LeadInfoCell__avatar {
  flex: none;
}
.LeadInfoCell__content {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.LeadInfoCell__header {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
}
.LeadInfoCell__unread-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;
}
.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;
}
.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;
}
.LeadFunnelStagesControl {
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
}
.LeadFunnelStagesControl__list {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
  max-width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.LeadFunnelStagesControl__chip {
  display: flex;
  align-items: stretch;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.LeadFunnelStagesControl__trigger {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  gap: 1px;
  min-width: 0;
  padding: 2px 5px;
  font: inherit;
  color: inherit;
  text-align: left;
  cursor: pointer;
  background: transparent;
  border: none;
}
.LeadFunnelStagesControl__trigger:disabled {
  cursor: default;
}
.LeadFunnelStagesControl__funnel, .LeadFunnelStagesControl__stage {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.LeadFunnelStagesControl__funnel {
  font-size: 10px;
  line-height: 11px;
  opacity: 0.78;
}
.LeadFunnelStagesControl__stage {
  font-size: 12px;
  font-weight: 600;
  line-height: 13px;
}
.LeadFunnelStagesControl__remove {
  flex: none;
  align-self: center;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  padding: 0;
  line-height: 1;
}
.LeadFunnelStagesControl__remove .anticon {
  font-size: 12px !important;
}
.LeadFunnelStagesControl__add {
  flex: none;
  width: 24px;
  min-width: 24px;
  padding: 0;
}
.LeadFunnelStagesControl__empty-text {
  overflow: hidden;
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.45);
  white-space: nowrap;
  text-overflow: ellipsis;
}
.LeadFunnelStagesControl__picker-option {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}
.LeadFunnelStagesControl__picker-color {
  flex: none;
  width: 8px;
  height: 8px;
  background-color: #d9d9d9;
  border-radius: 2px;
}
.LeadFunnelStagesControl__picker-name {
  overflow: hidden;
  text-overflow: ellipsis;
}
.LeadFunnelStagesControl__empty {
  margin: 0;
}

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

.LeadFunnelStagesControl__tree {
  min-width: 220px;
  max-width: 320px;
  max-height: 280px;
  overflow: auto;
}
.LeadFunnelStagesControl__tree .ant-tree-node-content-wrapper {
  min-width: 0;
}
.LeadsLoadedCount {
  flex: 0 0 auto;
  color: rgba(0, 0, 0, 0.45);
  font-size: 11px;
  line-height: 16px;
  white-space: nowrap;
}
.LeadsViewModeSwitcher {
  flex: 0 0 auto;
  padding: 1px;
  background: #f5f5f5;
  border: 1px solid #e6f4ff;
  border-radius: 6px;
}
.LeadsViewModeSwitcher .ant-segmented-item {
  min-height: 22px;
  padding: 0 2px;
  border-radius: 4px;
}
.LeadsViewModeSwitcher .ant-segmented-item:not(.ant-segmented-item-selected):hover {
  color: #1677ff;
  background: #e6f4ff;
}
.LeadsViewModeSwitcher .ant-segmented-item:focus-visible {
  outline: 2px solid rgba(22, 119, 255, 0.35);
  outline-offset: 1px;
}
.LeadsViewModeSwitcher .ant-segmented-item-selected {
  color: #fff;
  font-weight: 600;
  background: #1677ff;
  box-shadow: 0 1px 3px rgba(22, 119, 255, 0.26);
}
.LeadsViewModeSwitcher .ant-segmented-item-label {
  min-height: 22px;
  padding: 0 7px;
  font-size: 11px;
  line-height: 22px;
}
.LeadsViewModeSwitcher .ant-segmented-item-selected .ant-segmented-item-label {
  color: #fff;
}
.LeadsViewModeSwitcher .ant-segmented-thumb {
  background: #1677ff;
  box-shadow: 0 1px 3px rgba(22, 119, 255, 0.26);
}
.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;
}
.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;
}
.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;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 8px;
}
.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;
}
.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;
  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;
}
.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: 550px) {
  .LeadsRegistryDateFilter {
    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;
  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 {
  line-height: 1;
}
.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: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;
}
@media screen and (max-width: 550px) {
  .LeadsRegistryFiltersBar {
    align-items: stretch;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    gap: 6px;
  }
  .LeadsRegistryFiltersBar .CheckboxFilter__button,
  .LeadsRegistryFiltersBar .LeadsRegistrySalesFunnelFilter__button,
  .LeadsRegistryFiltersBar .TreeCheckboxFilter__button, .LeadsRegistryFiltersBar__tags {
    max-width: 100%;
    width: 100%;
  }
  .LeadsRegistryFiltersBar__tags.ant-select .ant-select-selector {
    width: 100% !important;
  }
  .LeadsRegistryFiltersBar__reset {
    width: 100%;
  }
}
.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: 8px;
  min-width: 0;
}
.LeadsRegistryMassActions__count {
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
}
.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: 138px;
}
.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);
  font-size: 11px;
  font-weight: 600;
  line-height: 26px !important;
}
@media screen and (max-width: 550px) {
  .LeadsRegistrySearch {
    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;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.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: 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 {
    align-items: stretch;
    flex-direction: column;
    gap: 6px;
  }
  .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;
  }
}
.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-x: hidden;
  overflow-y: auto;
}
.LeadsRegistryTable__table {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.LeadsRegistryTable__table .ant-table {
  min-height: 100%;
  color: rgba(0, 0, 0, 0.88);
  font-size: 12px;
  background: #fff;
}
.LeadsRegistryTable__table .ant-table-thead > tr > th {
  padding: 7px 8px;
  background: #f9fafb;
  border-bottom: 1px solid #f0f0f0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
}
.LeadsRegistryTable__table .ant-table-tbody > tr > td {
  padding: 7px 8px;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: top;
}
.LeadsRegistryTable__table .ant-table-tbody > tr:hover > td {
  background: #f9fafb;
}
.LeadsRegistryTable__table .ant-pagination {
  margin: 8px 10px;
  font-size: 12px;
}
.LeadsRegistryTable__row {
  background: #fff;
}
.LeadsRegistryTable__row--unread > td {
  background: #f9fafb;
}
.LeadsRegistryTable__row--skeleton > td {
  background: #fff;
  vertical-align: middle;
}
.LeadsRegistryTable__skeleton {
  height: 18px;
}
.LeadsRegistryTable__skeleton.ant-skeleton-element .ant-skeleton-input {
  height: 18px;
  min-width: 72px;
  border-radius: 6px;
}
.LeadsRegistryTable__lead-info-skeleton {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  gap: 6px;
  min-width: 0;
}
.LeadsRegistryTable__lead-info-skeleton-avatar {
  flex: none;
}
.LeadsRegistryTable__lead-info-skeleton-lines {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.LeadsRegistryTable__lead-info-skeleton-lines .ant-skeleton-input {
  height: 12px;
  min-width: 60px;
  border-radius: 4px;
}
.LeadsRegistryTable__lead-info-skeleton-lines .ant-skeleton-input + .ant-skeleton-input {
  width: 70%;
}
.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;
}
.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, .LeadsRegistryTable__first-touch {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
}
.LeadsRegistryTable__first-touch-icon {
  flex: none;
}
.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;
}
.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;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.LeadsRegistryTable__task-header {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
}
.LeadsRegistryTable__task-status {
  flex: 0 0 auto;
  min-height: 17px;
  padding: 0 5px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  font-size: 10px;
  line-height: 15px;
}
.LeadsRegistryTable__task-status--completed {
  background: #f6ffed;
  border-color: #b7eb8f;
  color: #237804;
}
.LeadsRegistryTable__task-status--overdue {
  background: #fff1f0;
  border-color: #ffccc7;
  color: #cf1322;
}
.LeadsRegistryTable__task-status--planned {
  background: #f5faff;
  border-color: #adc6ff;
  color: #1677ff;
}
.LeadsRegistryTable__tags {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}
.LeadsRegistryTable__tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  min-width: 0;
}
.LeadsRegistryTable__tag {
  max-width: 100%;
  margin-inline-end: 0;
  border-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.76);
  font-size: 11px;
  line-height: 18px;
}
.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;
}
.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;
}
.bc-medical-card-registry .filters-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
.bc-medical-card-registry .filters-container .dates-container {
  display: flex;
  gap: 16px;
}
.bc-medical-card-registry .filters-container .selectors-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.bc-medical-card-registry .filters-container .selectors-container .selectors {
  display: flex;
  gap: 16px;
}

/*# sourceMappingURL=main~86.dde1f8e1.css.map*/