.bc-message-templates-wrapper {
  width: 100%;
  position: relative;
}
.bc-message-templates-wrapper .close-icon {
  font-size: 12px;
  color: #999;
  margin-left: 8px;
  flex: 0 0 auto;
}

.bc-message-templates-dropdown-overlay {
  width: 100%;
}
.bc-message-templates-dropdown-overlay .message-templates-dropdown {
  width: 100%;
  background: #fff;
  border: 1px solid rgba(5, 5, 5, 0.12);
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  padding: 8px 0;
  max-height: 320px;
  overflow: auto;
}
.bc-message-templates-dropdown-overlay .message-templates-option {
  padding: 4px 12px;
  cursor: pointer;
}
.bc-message-templates-dropdown-overlay .message-templates-option:hover {
  background: rgba(0, 0, 0, 0.04);
}
.bc-message-templates-dropdown-overlay .message-container {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}
.bc-message-templates-dropdown-overlay .message-container .template-text {
  flex: 0 0 auto;
  white-space: nowrap;
}
.bc-message-templates-dropdown-overlay .message-container .message-text {
  min-width: 0;
  flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bc-message-templates-dropdown-overlay .ant-empty {
  margin: 0;
  padding: 12px;
}
.bc-logs-generator {
  width: 100%;
  max-width: 800px;
}
.bc-logs-generator .action {
  margin-bottom: 30px;
}
.bc-logs-generator .action > .ant-typography {
  display: inline;
  word-break: break-word;
}
.bc-logs-generator .action .action-item-container {
  margin-left: 30px;
}
.bc-logs-generator .action .action-item-container .ant-typography {
  white-space: break-spaces;
}
.bc-logs-generator .action .action-item-container .action-item_icon {
  width: 30px;
  height: 10px;
  padding-bottom: 1px;
}
.bc-logs-generator .action .action-item-container .action-item_icon-marker {
  width: 15px;
  height: 4px;
  padding-bottom: 4px;
}
@media (max-width: 768px) {
  .bc-logs-generator {
    max-width: 100%;
  }
  .bc-logs-generator .action {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .bc-logs-generator .action {
    margin-bottom: 16px;
  }
  .bc-logs-generator .action .action-item-container {
    margin-left: 16px;
  }
  .bc-logs-generator .action .action-item-container .action-item_icon {
    width: 20px;
  }
  .bc-logs-generator .action .action-item-container .action-item_icon-marker {
    width: 12px;
  }
}
@media (max-width: 360px) {
  .bc-logs-generator .action {
    margin-bottom: 12px;
  }
  .bc-logs-generator .action .action-item-container {
    margin-left: 10px;
  }
}
@media screen and (max-width: 834px) {
  .bc-logs-generator .divider {
    width: auto;
    max-width: 400px;
    min-width: none !important;
  }
  .bc-logs-generator .ant-form-item {
    margin: 0;
    max-width: 400px;
    width: 100%;
  }
  .bc-logs-generator .ant-form-item .ant-picker {
    max-width: 400px;
    width: 100%;
  }
  .bc-logs-generator .space {
    flex-direction: column;
    max-width: 400px;
  }
  .bc-logs-generator .container {
    width: 100%;
    flex-direction: column;
    align-items: baseline;
    gap: 10px;
  }
  .bc-logs-generator .button {
    width: 100%;
  }
  .bc-logs-generator .branches-container {
    width: auto;
  }
}
@media screen and (max-width: 550px) {
  .bc-logs-generator .action > .ant-typography {
    font-size: 13px;
    line-height: 1.5;
  }
  .bc-logs-generator .action [data-testid=action-info] {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.45);
  }
  .bc-logs-generator .history-action-item .action-item-container {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2px;
  }
}
@media screen and (max-width: 360px) {
  .bc-logs-generator .action > .ant-typography {
    font-size: 12px;
  }
}
.bc-message-input-with-files-upload em-emoji-picker {
  position: absolute;
  right: 120px;
  top: 30px;
  z-index: 500;
}
.bc-message-input-with-files-upload .error-message {
  width: 100%;
  text-align: center;
  margin-bottom: 12px;
}
.bc-message-input-with-files-upload #message_help {
  padding-top: 10px;
  padding-left: 10px;
}
.bc-message-input-with-files-upload .ant-form-item-control-input-content .send-message-text-area {
  padding-bottom: 0px;
}
.bc-message-input-with-files-upload .action-text-button {
  margin: 0;
  padding: 0;
}
.bot-details-modal-header {
  display: flex;
  width: 100%;
  padding: 0px 0px 16px !important;
  margin: 0px !important;
  white-space: wrap;
  padding-right: 12px !important;
}
.bot-details-modal-header .ant-modal-title {
  width: 100%;
}
.bot-details-modal-header .ant-modal-title .title-with-dropdown-container {
  margin-top: -2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bot-details-modal-header .ant-modal-title .title-with-dropdown-container h5 {
  margin: 0px;
}
.bot-details-modal-header .ant-modal-title .title-with-dropdown-container span {
  display: flex;
  align-items: flex-start;
  height: 20px;
  margin-top: 1px;
  margin-right: 4px;
  cursor: pointer;
}

.bot-details-modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  height: 100%;
  min-height: 100px;
}
.bot-details-modal-body .branch-selector {
  max-height: 86px;
  overflow-y: auto;
}
.bot-details-modal-body .bot-details-modal-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
}
.bot-details-modal-body .bot-details-modal-form .send-message-robot-divider {
  margin: 0;
}
.bot-details-modal-body .bot-details-modal-form .custom_deadline_row {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 8px;
  margin-top: 4px;
}
.bot-details-modal-body .bot-details-modal-form .custom_deadline_row .item_custom_deadline_row_day {
  display: flex;
  flex: 1.5;
}
.bot-details-modal-body .bot-details-modal-form .custom_deadline_row .item_custom_deadline_row_day .ant-form-item-row {
  width: 100%;
}
.bot-details-modal-body .bot-details-modal-form .custom_deadline_row .item_custom_deadline_row_day .ant-form-item-explain {
  position: absolute;
  top: 25px;
  left: 0;
  margin-top: 4px;
  width: 300px;
}
.bot-details-modal-body .bot-details-modal-form .custom_deadline_row .item_custom_deadline_row_time {
  display: flex;
  flex: 2.5;
}
.bot-details-modal-body .bot-details-modal-form .custom_deadline_row .item_custom_deadline_row_time .ant-form-item-row {
  width: 100%;
}
.bot-details-modal-body .bot-details-modal-form .custom_deadline_row .item_custom_deadline_row_time .ant-form-item-row .custom_deadline_row_time {
  width: 100%;
}
.bot-details-modal-body .bot-details-modal-form .custom_deadline_row .item_custom_deadline_row_time #custom_deadline_time_help {
  position: absolute;
  top: 25px;
  left: 0;
  margin-top: 4px;
  width: 300px;
}
.bot-details-modal-body .bot-details-modal-form .item-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.bot-details-modal-body .bot-details-modal-form .item-container .ant-form-item {
  margin-bottom: 0;
}
.bot-details-modal-body .ant-form-item-explain-error {
  position: absolute;
  color: #ff4d4f;
  font-size: 12px;
  line-height: 1.2;
}

.days-input-container {
  display: flex;
  align-items: center;
  gap: 8px;
}
.days-input-container .custom_deadline_day_input {
  width: 100px;
  height: 32px;
}
.days-input-container .ant-form-item {
  margin-bottom: 0;
}

.bot-branch-selection-buttons {
  display: flex;
  flex-direction: column;
}

.bot-all-branches-button,
.bot-unselect-all-branches-button {
  margin-left: 5px;
  padding-left: 5px;
  width: min-content;
}

.bc-bot-details-modal__footer {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 24px;
}
.bc-bot-details-modal__add-btn {
  min-width: 120px;
}

.robot-type--blue {
  background: #eef6ff !important;
  border-color: #bcd7ff !important;
  color: #2f5f9e !important;
}
.robot-type--blue .robot-type__icon {
  background: #d7e9ff;
}
.robot-type--green {
  background: #eefbf3 !important;
  border-color: #bdeacb !important;
  color: #2d7a4f !important;
}
.robot-type--green .robot-type__icon {
  background: #d7f5e1;
}
.robot-type--purple {
  background: #f3f0ff !important;
  border-color: #d6c8ff !important;
  color: #6b4fa3 !important;
}
.robot-type--purple .robot-type__icon {
  background: #e5dcff;
}
.robot-type--orange {
  background: #fff4ea !important;
  border-color: #ffd6b8 !important;
  color: #b26a2d !important;
}
.robot-type--orange .robot-type__icon {
  background: #ffe6d1;
}
.robot-type--gray {
  background: #f5f5f5 !important;
  border-color: #d9d9d9 !important;
  color: #595959 !important;
}
.robot-type--gray .robot-type__icon {
  background: #ebebeb;
}
.robot-type--default {
  background: #f5f5f5 !important;
  border-color: #d9d9d9 !important;
  color: #595959 !important;
}
.robot-type--default .robot-type__icon {
  background: #ebebeb;
}
@media screen and (max-width: 455px) {
  .bot-details-modal-header .ant-modal-title .title-with-dropdown-container {
    margin-top: -1px;
    align-items: flex-start;
  }
}
.add-whatsapp-integration-warning-modal__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  line-height: 1.6;
}
.add-whatsapp-integration-warning-modal__title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}
.add-whatsapp-integration-warning-modal__icon svg {
  width: 20px;
  height: 20px;
  fill: #faad14;
}
.add-whatsapp-integration-warning-modal__intro {
  margin: 0 !important;
}
.add-whatsapp-integration-warning-modal__list-item-icon {
  margin-right: 4px !important;
}
.add-whatsapp-integration-warning-modal__list {
  margin: 0 !important;
  padding-left: 20px;
}
.add-whatsapp-integration-warning-modal__list li {
  margin: 6px 0 !important;
}
.add-whatsapp-integration-warning-modal__list--numbered {
  list-style: decimal;
}
.add-whatsapp-integration-warning-modal__list--danger {
  list-style: none;
  padding-left: 0;
  color: #cf1322;
  padding-left: 8px;
}
.add-whatsapp-integration-warning-modal__section-title {
  margin: 8px 0 0 !important;
  font-weight: 600;
}
.add-whatsapp-integration-warning-modal__disclaimer {
  margin: 0 !important;
  color: rgba(0, 0, 0, 0.65);
}
.add-whatsapp-integration-warning-modal__support {
  margin: 0 !important;
}
.add-whatsapp-integration-warning-modal__footer {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.add-whatsapp-integration-warning-modal__footer-actions {
  display: flex;
  gap: 8px;
}
.combine-clients-modal {
  display: flex;
  height: 100%;
  gap: 16px;
  margin-top: 16px;
}
.combine-clients-modal *::-webkit-scrollbar {
  height: 5px;
  width: 5px;
  border-radius: 15px;
}
.combine-clients-modal *::-webkit-scrollbar-track {
  background: white;
  border-radius: 15px;
}
.combine-clients-modal *::-webkit-scrollbar-corner {
  border-radius: 33px;
}
.combine-clients-modal * ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #b1c4df;
}
.combine-clients-modal__modal .ant-modal-body {
  padding-top: 8px;
}
.combine-clients-modal__divider {
  height: 24px;
}
.combine-clients-modal__button {
  min-width: 200px;
}
.combine-clients-modal__title-wrapper {
  width: 100%;
}
.combine-clients-modal__title {
  margin: 0;
}
.combine-clients-modal__subtitle {
  font-size: 12px;
}
.combine-clients-modal__result-column {
  flex: 0 0 260px;
  max-width: 260px;
  position: sticky;
  left: 0;
  top: 0;
  align-self: flex-start;
  z-index: 1;
}
.combine-clients-modal__columns-wrapper {
  flex: 1;
  overflow-x: auto;
  padding-bottom: 8px;
}
.combine-clients-modal__columns {
  display: flex;
  gap: 16px;
  min-width: 520px;
}
.combine-clients-modal__column-card {
  flex: 0 0 260px;
  max-width: 260px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.combine-clients-modal__column-card .ant-card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 12px;
}
.combine-clients-modal__column-card .ant-card-head {
  min-height: 40px;
  padding: 0 12px;
}
.combine-clients-modal__column-card .ant-card-head-title {
  padding: 8px 0;
  font-size: 13px;
}
.combine-clients-modal__result-card {
  border-color: #1677ff;
  background: #f0f5ff;
}
.combine-clients-modal__column-content {
  width: 100%;
}
.combine-clients-modal__field-block {
  height: 46px;
  width: 100%;
}
.combine-clients-modal__field-label {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
}
.combine-clients-modal__field-row {
  display: flex;
  align-items: flex-start;
}
.combine-clients-modal__field-value {
  font-size: 13px;
}
.combine-clients-modal__checkbox-label {
  font-size: 13px;
}
.combine-clients-modal__checkbox-label .ant-tag {
  margin-right: 4px;
}
.combine-clients-modal__not-duplicate {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
}
.combine-clients-modal__client-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  font-size: 13px;
}
.combine-clients-modal__tags-scroll {
  display: flex;
  gap: 4px;
  max-width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}
.combine-clients-modal__tags-scroll .ant-tag {
  flex-shrink: 0;
}
.DeleteProductsModal__content {
  padding: 4px 0;
}
.DeleteProductsModal__alert {
  margin-bottom: 12px;
}
.DeleteProductsModal__rows {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.DeleteProductsModal__row {
  width: 100%;
}
.DeleteProductsModal__rowLabel {
  width: 260px;
  color: rgba(0, 0, 0, 0.88);
  font-size: 16px;
  font-weight: 500;
}
.DeleteProductsModal__rowValue {
  flex: 1;
  display: flex;
  justify-content: flex-start;
}
.DeleteProductsModal__countInput {
  width: 260px;
}
.DeleteProductsModal__divider {
  margin: 20px 0 0 0;
}
.DeleteProductsModal__footer {
  padding-top: 20px;
}
.DeleteProductsModal .InfoRow {
  width: 100%;
}
.DeleteProductsModal .InfoRow__label {
  width: 200px;
  color: rgba(0, 0, 0, 0.88);
  font-size: 16px;
  font-weight: 500;
}
.DeleteProductsModal .InfoRow__value {
  flex: 1;
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
.ClientDuplicateModal {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ClientDuplicateModal__warning {
  color: #fa8c16;
  font-size: 14px;
}
.ClientDuplicateModal__button {
  background-color: #52c41a;
  border-color: #52c41a;
}
.EditProductItemSalePriceModal__content {
  padding: 4px 0;
}
.EditProductItemSalePriceModal__rows {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.EditProductItemSalePriceModal__row {
  width: 100%;
}
.EditProductItemSalePriceModal__rowLabel {
  width: 220px;
  color: rgba(0, 0, 0, 0.88);
  font-size: 16px;
  font-weight: 500;
}
.EditProductItemSalePriceModal__rowValue {
  flex: 1;
  display: flex;
  justify-content: flex-start;
}
.EditProductItemSalePriceModal__priceInput {
  width: 260px;
}
.EditProductItemSalePriceModal__footer {
  padding-top: 20px;
}
.EditProductItemSalePriceModal .InfoRow {
  width: 100%;
}
.EditProductItemSalePriceModal .InfoRow__label {
  width: 220px;
  color: rgba(0, 0, 0, 0.88);
  font-size: 16px;
  font-weight: 500;
}
.EditProductItemSalePriceModal .InfoRow__value {
  flex: 1;
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
.EditProductGroupSalePriceModal__content {
  padding: 4px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.EditProductGroupSalePriceModal__rows {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.EditProductGroupSalePriceModal__section {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid #f0f0f0;
}
.EditProductGroupSalePriceModal__sectionTitle {
  font-size: 15px;
  font-weight: 500;
}
.EditProductGroupSalePriceModal__sectionBody {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 24px;
}
.EditProductGroupSalePriceModal__priceRow {
  width: 100%;
}
.EditProductGroupSalePriceModal__priceInput {
  min-width: 180px;
}
.EditProductGroupSalePriceModal__leftoverRow {
  width: 100%;
}
.EditProductGroupSalePriceModal__leftoverLabel {
  min-width: 200px;
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  font-weight: 500;
}
.EditProductGroupSalePriceModal__leftoverInput {
  width: 160px;
}
.EditProductGroupSalePriceModal__footer {
  padding-top: 20px;
}
.EditProductGroupSalePriceModal .InfoRow {
  width: 100%;
}
.EditProductGroupSalePriceModal .InfoRow__label {
  width: 220px;
  color: rgba(0, 0, 0, 0.88);
  font-size: 16px;
  font-weight: 500;
}
.EditProductGroupSalePriceModal .InfoRow__value {
  flex: 1;
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

/*# sourceMappingURL=main~15.ec0aeb67.css.map*/