.bc-edit-sales-funnel-robot-component {
  cursor: pointer;
  padding: 10px 5px;
  gap: 8px;
  background-color: #ffffff;
  margin-bottom: 5px;
  border-radius: 10px;
  align-items: center;
}
.bc-edit-sales-funnel-robot-component .short-text {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bc-edit-sales-funnel-robot-component .robot-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bc-edit-sales-funnel-robot-component .robot-info,
.bc-edit-sales-funnel-robot-component .robot-comment {
  padding-left: 1.875rem;
}
.bc-edit-sales-funnel-robot-component .robot-info .robot-info__label,
.bc-edit-sales-funnel-robot-component .robot-comment .robot-info__label {
  color: #656363;
}
.bc-view-sales-funnel-chat-component {
  cursor: pointer;
  display: flex;
  padding: 10px 5px;
  gap: 8px;
  background-color: #ffffff;
  margin-bottom: 5px;
  border-radius: 10px;
  align-items: center;
}
.bc-view-sales-funnel-chat-component .client-avatar {
  height: 40px;
  width: 40px;
  border-radius: 100%;
}
.bc-view-sales-funnel-chat-component .chat-content-container {
  width: 100%;
}
.bc-view-sales-funnel-chat-component .chat-content-container .short-text {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bc-view-sales-funnel-chat-component .chat-content-container .header {
  display: flex;
  justify-content: space-between;
}
.bc-view-sales-funnel-chat-component .chat-content-container .header span:last-child {
  width: 160px;
  flex-shrink: 0;
}
.bc-view-sales-funnel-chat-component .chat-content-container .message {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
.bc-view-sales-funnel-chat-component .chat-content-container .message .integration-and-message {
  display: flex;
  column-gap: 4px;
  width: 160px;
}
.bc-proxy__wrapper {
  width: 100%;
}
.bc-proxy__form {
  margin-bottom: 10px;
}
.bc-proxy__filters-panel {
  width: 100%;
}
.bc-proxy__selects-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}
.bc-proxy__buttons-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.bc-proxy__select {
  min-width: 180px;
}
.bc-proxy__mass-actions {
  margin-top: -70px;
  overflow-x: auto;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
.bc-sale-plans .editable-cell {
  cursor: pointer;
  min-width: max-content;
}
.bc-sale-plans td:has(> .total-cell) {
  background-color: #f0f5ff !important;
}
.bc-sale-plans .total-cell {
  min-width: max-content;
}
.bc-sale-plans .title-container {
  margin: 0;
  padding: 0;
}
.bc-sale-plans .plans-table {
  margin-right: 28px;
  min-width: 1320px;
}
.bc-organization-users-filters {
  margin-bottom: 20px;
}
.bc-organization-users-filters .ant-form-item {
  margin: 0;
}
.bc-logs-registry .message-name {
  cursor: pointer;
  margin: 0;
}
.bc-logs-registry .hidden-ok-button {
  display: none;
}
.bc-edit-sales-funnel-page-header {
  height: 100%;
  align-content: center;
}
.bc-edit-sales-funnel {
  overflow-x: scroll;
  height: 100%;
  padding-right: 10px;
}
.bc-edit-sales-funnel .logs-icon {
  color: #cf1322;
  cursor: pointer;
}
.bc-edit-sales-funnel .flex-component {
  width: fit-content;
}
.bc-edit-sales-funnel .flex-component .add-stage-button {
  height: 120px;
}
.bc-sales-funnels-table-header .form {
  display: flex;
  justify-content: space-between;
}
.bc-sales-funnels-table-header .form .search-field {
  margin-bottom: 0;
}
.bc-sales-funnels-table-header .form .search-field .input {
  width: 400px;
}
@media screen and (max-width: 834px) {
  .bc-sales-funnels-table-header .form {
    flex-direction: column;
    gap: 16px;
  }
}
@media screen and (max-width: 550px) {
  .bc-sales-funnels-table-header .input {
    width: 100% !important;
  }
  .bc-sales-funnels-table-header .button-space {
    justify-content: space-between;
  }
  .bc-sales-funnels-table-header .button-space .ant-space-item {
    width: 50%;
  }
  .bc-sales-funnels-table-header .button-space .ant-space-item .button {
    width: 100%;
  }
}
.bc-sales-funnels {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bc-sales-funnels .logs-icon {
  color: #cf1322;
  cursor: pointer;
}
.bc-sales-funnels .play-icon {
  color: #d4b106;
}
.bc-sales-funnels .check-icon {
  color: #52c41a;
}
.bc-sales-funnels .minus-icon {
  color: #f5222d;
}
.bc-sales-funnels .sales-funnels-table {
  overflow-x: scroll;
}
.bc-sales-funnels .sales-funnels-table .in-progress-column,
.bc-sales-funnels .sales-funnels-table .unsuccess-column,
.bc-sales-funnels .sales-funnels-table .success-column {
  min-width: 160px;
}
.bc-sales-funnels .sales-funnels-table .name-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bc-sales-funnels .sales-funnels-table .ant-table-cell {
  width: fit-content;
}
.bc-sales-funnels .sales-funnels-table .ant-table-cell .stage-cell {
  display: flex;
  gap: 10px;
}
.bc-sales-funnels .sales-funnels-table .chevron-component-container {
  width: fit-content;
  align-items: center;
  display: flex;
  gap: 10px;
}
.bc-sales-funnels .sales-funnels-table .chevron-component-container .chevron {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.bc-sales-funnels .sales-funnels-table .chevron-component-container .chevron .rectangle {
  height: 26px;
  padding: 2px 4px 0 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bc-sales-funnels .sales-funnels-table .chevron-component-container .chevron .triangle {
  height: 18px;
  width: 18px;
  transform: rotate(45deg);
  margin-left: -9px;
}
.bc-sales-funnels .sales-funnels-table .chevron-component-container .icon-container {
  height: 14px;
  width: 14px;
  display: flex;
  align-items: center;
}
.bc-sales-funnels .sales-funnels-table .chevron-component-container .icon-container .add-icon {
  color: white;
  display: block;
  cursor: pointer;
  color: #595959;
}
.bc-view-sales-page-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}
.bc-view-sales-page-header .left-block {
  display: flex;
  gap: 10px;
  align-items: center;
}
.bc-view-sales-page-header .left-block .header-title {
  margin: 0;
}
.bc-view-sales-page-header .left-block .leads-icon {
  cursor: pointer;
  font-size: 20px;
}
.bc-view-sales-page-header .right-block {
  display: flex;
  gap: 10px;
}

.view-sales-page-header-dropdown-delete-text {
  color: #f5222d;
}
.bc-write-first-modal .ant-modal-header {
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.bc-write-first-modal .phone-field > span {
  display: none;
}
.bc-write-first-modal .phone-field > div {
  max-width: 454px !important;
}
.bc-write-first-modal .phone-approved-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}
.bc-write-first-modal .phone-approved-wrapper .phone-approved-text {
  font-size: 12px;
  color: grey;
}
.bc-write-first-modal .gray-round-border {
  border: 1px solid #d9d9d9;
  padding: 8px 12px;
  border-radius: 6px;
}
.bc-write-first-modal .new-customer-form-item {
  margin-bottom: 12px;
  width: 230px;
}
.bc-write-first-modal .similar-customers-warning {
  margin-bottom: 12px;
}
.bc-write-first-modal .similar-customers {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bc-write-first-modal .similar-customer {
  display: flex;
  align-items: start;
}
.bc-write-first-modal .similar-customer .similar-customer-text p {
  margin: 0;
}
.bc-write-first-modal .similar-customer .similar-customer-text .customer-name {
  font-weight: bold;
}
.bc-write-first-modal .similar-customer .similar-customer-text .phone-icon-checked {
  color: #1677ff;
  margin-right: 6px;
  height: 10px;
  width: 10px;
}
.bc-write-first-modal .similar-customer .similar-customer-text .location-icon {
  margin-right: 10px;
  height: 10px;
  width: 10px;
}
.bc-view-sales-funnel {
  overflow-x: scroll;
  height: 100%;
}
.bc-view-sales-funnel .flex-component {
  width: fit-content;
}
@media screen and (max-width: 550px) {
  .bc-settings .ant-space-item {
    width: 100%;
  }
  .bc-settings .ant-space-item .ant-card {
    width: 100% !important;
  }
}
.LeadCardPageHeader {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 48px;
  line-height: 1;
}
.LeadCardPageHeader__sound-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.bc-sendout-receivers .sendout-receivers-table {
  overflow-x: scroll;
}
.bc-sendout-receivers-filter-form .status-select, .bc-sendout-receivers-filter-form .action-select {
  height: fit-content;
}
.bc-sendout-receivers-filter-form .filter-term {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 330px;
}
.bc-sendout-receivers-filter-form .actions-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.bc-sendout-receivers-filter-form .buttons-container {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 834px) {
  .bc-sendout-receivers-filter-form .actions-container .ant-select {
    width: 100% !important;
  }
  .bc-sendout-receivers-filter-form .actions-container .buttons-container {
    width: 100%;
    justify-content: space-between;
  }
  .bc-sendout-receivers-filter-form .actions-container .buttons-container .ant-btn {
    width: 50%;
  }
}
.bc-sendouts-filter-form .search-field-column {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 345px;
  max-width: 100%;
}
.bc-sendouts-filter-form .action-buttons-container {
  align-self: flex-end;
  margin-bottom: 16px;
}

.bc-sendouts .attachments-icon {
  position: absolute;
  left: -0.875rem;
  top: 0.3125rem;
}
@media screen and (max-width: 550px) {
  .bc-sendouts-filter-form .selectors-space .ant-space-item {
    width: 100%;
  }
  .bc-sendouts-filter-form .selectors-space .ant-space-item .multiple-select-filter {
    width: 100% !important;
  }
  .bc-sendouts-filter-form .action-buttons-container {
    align-self: auto;
  }
  .bc-sendouts-filter-form .action-buttons-container .ant-space-item {
    width: 50%;
  }
  .bc-sendouts-filter-form .action-buttons-container .ant-space-item .ant-btn {
    width: 100%;
  }
}
.bc-sendouts .table {
  overflow-x: scroll;
}
.ServiceCategories {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.ServiceCategories__table {
  width: 100%;
  min-width: 0;
}
.ServiceCategories__table .ant-spin-nested-loading, .ServiceCategories__table .ant-spin-container, .ServiceCategories__table .ant-table-wrapper {
  width: 100%;
  min-width: 0;
}
.ServiceCategories__table .ant-table-content {
  -webkit-overflow-scrolling: touch;
}
.ServiceCategories__table .ant-table-pagination.ant-pagination {
  margin: 18px 0 12px;
  padding-top: 6px;
  row-gap: 12px;
}
.ServiceCategories__table .ant-pagination-total-text {
  margin-inline-end: auto;
  color: rgba(0, 0, 0, 0.65);
}
.ServiceCategories__table .ant-pagination-options {
  margin-inline-start: auto;
}

@media screen and (max-width: 834px) {
  .ServiceCategories__table .ant-table-pagination.ant-pagination {
    row-gap: 10px;
  }
  .ServiceCategories__table .ant-pagination-options {
    margin-inline-start: 0;
  }
}
@media screen and (max-width: 767px) {
  .ServiceCategories {
    gap: 12px;
  }
  .ServiceCategories__table .ant-table-pagination.ant-pagination {
    margin-top: 12px;
    margin-bottom: 6px;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 12px;
  }
  .ServiceCategories__table .ant-pagination-total-text, .ServiceCategories__table .ant-pagination-options {
    margin-inline: 0;
  }
  .ServiceCategories__table .ant-pagination-total-text {
    order: 3;
  }
}
@media screen and (max-width: 550px) {
  .ServiceCategories__table .ant-table {
    font-size: 13px;
  }
}
.edit-sendouts__form {
  max-width: 600px;
}
.edit-sendouts__footer {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 10px;
  padding-top: 24px;
}
.edit-sendouts__footer__button {
  min-width: 200px;
}
.Registration {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Registration__form-container {
  padding: 0 40px;
  width: 400px;
  border-radius: 20px;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.Registration__title, .Registration__captcha-title {
  margin-bottom: 20px;
  text-align: center;
  color: #1a1a91 !important;
}
.Registration__captcha-title {
  font-weight: 400;
}
.Registration__agreement {
  color: #1a1a91 !important;
}
.Registration__login-text {
  color: #1a1a91 !important;
}
.Registration__city-select span:nth-of-type(2) {
  color: #d9d9d9 !important;
}
.Registration__captcha-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.Registration__captcha-field-item {
  margin: 0 0 0 14px;
  display: inline-block;
}
.Registration__captcha-field-item #registration_captcha_help {
  position: absolute;
  width: 200px;
}
.Registration__captcha-field {
  width: 70px;
}
.Registration__alert-container {
  margin-bottom: 20px;
}
.Registration__submit-button {
  width: 100%;
}
.Registration .phone-label {
  display: none;
}
.Registration .phone-input-wrapper > div {
  height: 32px;
}
.Registration .phone-input-wrapper .country-container {
  height: 22px;
}
@media (max-height: 816px) {
  .Registration {
    height: fit-content;
  }
}
@media (max-width: 480px) {
  .Registration__form-container {
    width: 100%;
    padding: 0 16px;
    border-radius: 0;
    box-shadow: none;
  }
}
.bc-view-sendouts .info-block,
.bc-view-sendouts .files-block {
  min-width: 300px;
  flex: 1;
  gap: 8px;
  display: flex;
  flex-direction: column;
}
.bc-view-sendouts .info-block {
  flex: 1.2;
}
.bc-view-sendouts .files-block .title {
  margin: 0px 0px 9px 0px;
}
.bc-view-sendouts .action-item {
  display: flex;
}
.bc-view-sendouts .action-item .pswp-gallery {
  display: flex;
}
.bc-view-sendouts .action-item .image-container {
  width: 140px;
  position: relative;
  height: 140px;
  display: inline-block;
}
.bc-view-sendouts .action-item .image-container .image-img {
  border-radius: 10px;
  position: relative;
  top: -20px;
}
.bc-view-sendouts .action-item .load-button {
  position: relative;
  top: 10px;
  left: 90px;
  width: 25px;
  height: 25px;
  min-height: 25px;
}
.bc-view-sendouts .action-item .load-button .ant-float-btn-body {
  height: inherit;
  background-color: #001529;
}
.bc-view-sendouts .action-item .load-button .ant-float-btn-body .ant-float-btn-content {
  padding: 0;
}
.bc-view-sendouts .action-item .load-button .ant-float-btn-body .anticon-download {
  color: white;
}

/*# sourceMappingURL=main~82.96bc9e5e.css.map*/