.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;
}
.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;
  }
}

/*# sourceMappingURL=main~19.0a58e1d0.css.map*/