.TaskModal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-right: 24px;
}
.TaskModal__title {
  font-size: 15px;
  font-weight: 600;
}
.TaskModal__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.TaskModal__chips {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}
.TaskModal__chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  height: 22px;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 11px;
  font-weight: 450;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.05);
  border: none;
  border-radius: 11px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.12s, color 0.12s;
}
.TaskModal__chip:hover {
  color: rgba(0, 0, 0, 0.88);
  background: rgba(0, 0, 0, 0.09);
}
.TaskModal__chip--muted {
  color: rgba(0, 0, 0, 0.35);
}
.TaskModal__chip--open {
  color: #1677ff;
  background: #e6f4ff;
}
.TaskModal__chip-icon {
  flex-shrink: 0;
  color: inherit;
  font-size: 11px;
}
.TaskModal__textarea {
  padding: 8px 10px;
  font-size: 13px;
  line-height: 18px;
  border-radius: 8px;
  resize: none;
}
.TaskModal__details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 4px;
  border-top: 1px solid #f0f0f0;
}
.TaskModal__status, .TaskModal__client {
  font-size: 13px;
}
.TaskModal__comments {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.TaskModal__comments-title {
  font-size: 13px;
}
.TaskModal__comments-empty {
  font-size: 12px;
}
.TaskModal__comments-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 220px;
  overflow-y: auto;
}
.TaskModal__comments-list::-webkit-scrollbar {
  width: 4px;
}
.TaskModal__comments-list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #b1c4df;
}
.TaskModal__comment {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 6px 8px;
  background: #f9fafb;
  border-radius: 8px;
}
.TaskModal__comment-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
}
.TaskModal__comment-author {
  font-size: 12px;
}
.TaskModal__comment-time {
  font-size: 11px;
  white-space: nowrap;
}
.TaskModal__comment-text {
  font-size: 13px;
  white-space: pre-wrap;
  word-break: break-word;
}
.TaskModal__comment-form {
  display: flex;
  align-items: flex-end;
  gap: 6px;
}
.TaskModal__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 16px;
}
.TaskModal__footer-complete {
  flex-shrink: 0;
}
.TaskModal__footer-actions {
  display: flex;
  gap: 8px;
  margin-left: auto;
}
.bc-lead-branches {
  margin-bottom: 20px;
  width: 100%;
}

.payment-account-label {
  display: flex;
  flex-direction: column;
  max-width: 100%;
}
.payment-account-label .payment-account-label-text {
  font-size: 14px;
}

.ant-select-selector .payment-account-label {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 4px !important;
  max-width: 100% !important;
}

.ant-select-selector .payment-account-label-text-ellipsis {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.ant-select-selector .payment-account-label-text {
  flex: 0 0 auto !important;
  white-space: nowrap !important;
  margin: 0 !important;
  font-size: 14px !important;
}

.ant-select-dropdown .payment-account-label {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 0 !important;
  max-width: none !important;
}

.ant-select-dropdown .payment-account-label-text-ellipsis,
.ant-select-dropdown .payment-account-label-dropdown {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
  max-width: none !important;
  display: block !important;
}

.ant-select-dropdown .payment-account-label-text {
  font-size: 14px !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
}

.top-balance_modal .ant-select,
.top-balance_modal .ant-select-selector {
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.top-balance_modal .ant-select-dropdown {
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

@media (max-width: 546px) {
  .top-balance_modal .container > .ant-form-item {
    max-width: 100% !important;
  }
}
@media (min-width: 547px) {
  .top-balance_modal .ant-form-item {
    max-width: 362px !important;
    width: 100% !important;
  }
}
.select-type-bot-modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  height: 100%;
  min-height: 100px;
}

.select-type-bot-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0px 0px 16px !important;
  margin: 0px !important;
}
.products-modal_tree {
  margin-top: 24px;
}
.products-modal_tree .ant-tree-treenode {
  width: 100%;
  max-width: 100%;
  transition: all 0s;
}
.products-modal_tree .ant-tree-node-content-wrapper {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.products-modal_reset {
  margin-left: auto;
}
.products-modal_arrow_button {
  width: 32px;
  aspect-ratio: 1/1;
}
.products-modal_arrow_icon {
  transition: 0.3s transform ease-in-out;
}
.products-modal_arrow_icon_rotate {
  transform: rotate(180deg);
}
.products-modal_extra_filters {
  transition: max-height 0.3s ease-in-out;
  max-height: 0;
  overflow: hidden;
}
.products-modal_extra_filters_opened {
  max-height: 32px;
}
.products-modal_extra_filters_content {
  height: 32px;
  overflow: hidden;
}
.social-integrations-warning-modal__warning-icon {
  color: #ef4444;
  font-size: 22px;
  line-height: 1;
}
.social-integrations-warning-modal__body {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
}
.social-integrations-warning-modal__body .status__active {
  color: rgb(45, 165, 64);
}
.social-integrations-warning-modal__body .status__authorizing {
  color: rgb(2, 117, 216);
}
.social-integrations-warning-modal__body .status__ready {
  color: rgb(0, 159, 135);
}
.social-integrations-warning-modal__body .status__initialized {
  color: rgb(135, 61, 172);
}
.social-integrations-warning-modal__body .status__banned {
  color: rgb(225, 79, 79);
}
.social-integrations-warning-modal__body .status__deleted {
  color: rgb(225, 79, 79);
}
.social-integrations-warning-modal__body .status__error {
  color: rgb(225, 79, 79);
}

/*# sourceMappingURL=main~16.f03120cb.css.map*/