.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;
}
.LeadFunnelStagesControl {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  width: 100%;
  max-height: 52px;
  overflow: hidden;
}
.LeadFunnelStagesControl__row {
  display: flex;
  align-items: stretch;
  gap: 4px;
  min-width: 0;
  width: 100%;
}
.LeadFunnelStagesControl__chip {
  display: flex;
  box-sizing: border-box;
  flex: 1 1 auto;
  align-items: stretch;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  width: 100%;
  height: 26px;
  max-height: 26px;
}
.LeadFunnelStagesControl__trigger {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  gap: 1px;
  min-width: 0;
  padding: 1px 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: 10px;
  opacity: 0.78;
}
.LeadFunnelStagesControl__stage {
  font-size: 11px;
  font-weight: 500;
  line-height: 10px;
}
.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: 26px;
  min-width: 26px;
  height: 26px;
  padding: 0;
}
.LeadFunnelStagesControl__empty-text {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  overflow: hidden;
  min-width: 0;
  min-height: 26px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.45);
  white-space: nowrap;
  text-overflow: ellipsis;
}
.LeadFunnelStagesControl__more {
  align-self: flex-start;
  height: 20px;
  padding: 0 4px;
  font-size: 11px;
  line-height: 14px;
}
.LeadFunnelStagesControl__more .anticon {
  font-size: 11px;
}
.LeadFunnelStagesControl__more-list {
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: 100%;
  max-height: 240px;
  min-width: 0;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  list-style: none;
}
.LeadFunnelStagesControl__more-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 15px;
}
.LeadFunnelStagesControl__more-list::-webkit-scrollbar-track {
  background: white;
  border-radius: 15px;
}
.LeadFunnelStagesControl__more-list::-webkit-scrollbar-corner {
  border-radius: 33px;
}
.LeadFunnelStagesControl__more-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #b1c4df;
}
.LeadFunnelStagesControl__picker {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 220px;
  max-width: 300px;
}
.LeadFunnelStagesControl__picker-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.LeadFunnelStagesControl__picker-header {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
  padding: 0 4px 4px;
  border-bottom: 1px solid #f0f0f0;
}
.LeadFunnelStagesControl__picker-header-label {
  font-size: 10px;
  line-height: 13px;
  color: rgba(0, 0, 0, 0.45);
}
.LeadFunnelStagesControl__picker-header-name {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.88);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.LeadFunnelStagesControl__picker-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  max-height: 240px;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  list-style: none;
}
.LeadFunnelStagesControl__picker-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 15px;
}
.LeadFunnelStagesControl__picker-list::-webkit-scrollbar-track {
  background: white;
  border-radius: 15px;
}
.LeadFunnelStagesControl__picker-list::-webkit-scrollbar-corner {
  border-radius: 33px;
}
.LeadFunnelStagesControl__picker-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #b1c4df;
}
.LeadFunnelStagesControl__picker-item {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  min-width: 0;
  padding: 5px 6px;
  font: inherit;
  text-align: left;
  cursor: pointer;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 6px;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
.LeadFunnelStagesControl__picker-item:hover {
  background: #f5faff;
  border-color: #e6f4ff;
}
.LeadFunnelStagesControl__picker-item--selected {
  background: #e6f4ff;
  border-color: #91caff;
}
.LeadFunnelStagesControl__picker-item--selected .LeadFunnelStagesControl__picker-name {
  color: #0958d9;
  font-weight: 600;
}
.LeadFunnelStagesControl__picker-option {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  max-width: 100%;
}
.LeadFunnelStagesControl__picker-color {
  flex: none;
  width: 10px;
  height: 10px;
  background-color: #d9d9d9;
  border-radius: 3px;
}
.LeadFunnelStagesControl__picker-name {
  flex: 1 1 auto;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.88);
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.LeadFunnelStagesControl__picker-check {
  flex: none;
  color: #1677ff;
  font-size: 12px;
}
.LeadFunnelStagesControl__tree-panel {
  display: flex;
  flex-direction: column;
  min-width: 220px;
  max-width: 320px;
  gap: 8px;
}
.LeadFunnelStagesControl__tree-search {
  flex: none;
}
.LeadFunnelStagesControl__tree-funnel-name {
  display: block;
  overflow: hidden;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.LeadFunnelStagesControl__tree {
  max-height: 280px;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 12px;
}
.LeadFunnelStagesControl__tree::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 15px;
}
.LeadFunnelStagesControl__tree::-webkit-scrollbar-track {
  background: white;
  border-radius: 15px;
}
.LeadFunnelStagesControl__tree::-webkit-scrollbar-corner {
  border-radius: 33px;
}
.LeadFunnelStagesControl__tree::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #b1c4df;
}
.LeadFunnelStagesControl__tree .ant-tree-node-content-wrapper {
  min-width: 0;
  transition: background-color 0.15s ease;
}
.LeadFunnelStagesControl__tree .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background: #e6f4ff;
}
.LeadFunnelStagesControl__tree .LeadFunnelStagesControl__tree-node--funnel .ant-tree-node-content-wrapper {
  cursor: default;
}
.LeadFunnelStagesControl__tree .LeadFunnelStagesControl__tree-node--funnel .ant-tree-node-content-wrapper:hover {
  background: transparent;
}
.LeadFunnelStagesControl__tree .LeadFunnelStagesControl__tree-node--stage .ant-tree-node-content-wrapper:hover {
  background: #f5faff;
}
.LeadFunnelStagesControl__empty {
  margin: 0;
}

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

.LeadFunnelStagesControl__more-overlay {
  width: 280px;
  max-width: 90vw;
}
.LeadFunnelStagesControl__more-overlay .ant-popover-inner {
  width: 100%;
  padding: 8px;
}
.LeadFunnelStagesControl__more-overlay .ant-popover-inner-content {
  width: 100%;
}
.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);
}
.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~89.7049583e.css.map*/