.dragger-container .error-message {
  width: 100%;
  text-align: center;
}
.dragger-container .dragger-window {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}
.dragger-container .dragger-window .dragger-area,
.dragger-container .dragger-window .drop-area {
  width: 100%;
  height: 180px;
  border: 1px dashed black;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  background-color: #eff1f1;
  border-radius: 10px;
  position: relative;
}
.dragger-container .dragger-window .dragger-area .footer,
.dragger-container .dragger-window .drop-area .footer {
  position: absolute;
  bottom: 10px;
  right: 10px;
  left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.dragger-container .items-list {
  margin-bottom: 35px;
}
.dragger-container .items-list .ant-divider {
  margin: 16px 0;
}
.dragger-container .items-list .row-container {
  display: flex;
  gap: 10px;
  align-items: center;
}
.dragger-container .items-list .row-container .file-avatar {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  margin-right: 5px;
}
.dragger-container .items-list .row-container .info-container {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
.dragger-container .upload-manually {
  margin-bottom: 25px;
}
.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;
}
@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;
}
.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;
  }
}
.ActionButtons {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  min-width: 0;
}
.ActionButtons__button {
  flex: 0 0 auto;
  font-size: 11px;
}
.FooterSkeleton {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.FooterSkeleton__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-width: 0;
}
.FooterSkeleton__action.ant-skeleton.ant-skeleton-element {
  flex: 0 0 auto;
}
.FooterSkeleton__action.ant-skeleton.ant-skeleton-element .ant-skeleton-button {
  width: 100%;
  min-width: 0;
  height: 24px;
}
.FooterSkeleton__tasks {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.FooterSkeleton__tasks-title.ant-skeleton.ant-skeleton-element {
  width: 90px;
}
.FooterSkeleton__tasks-title.ant-skeleton.ant-skeleton-element .ant-skeleton-input {
  width: 100%;
  min-width: 0;
  height: 11px;
}
.FooterSkeleton__tasks-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
  min-width: 0;
}
.FooterSkeleton__task-row.ant-skeleton.ant-skeleton-element {
  width: 100%;
}
.FooterSkeleton__task-row.ant-skeleton.ant-skeleton-element .ant-skeleton-button {
  width: 100%;
  min-width: 0;
  height: 36px;
  border-radius: 6px;
}
.FooterSkeleton__composer {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.FooterSkeleton__integration.ant-skeleton.ant-skeleton-element {
  width: 200px;
  max-width: 100%;
}
.FooterSkeleton__integration.ant-skeleton.ant-skeleton-element .ant-skeleton-input {
  width: 100%;
  min-width: 0;
  height: 12px;
}
.FooterSkeleton__textarea.ant-skeleton.ant-skeleton-element {
  width: 100%;
}
.FooterSkeleton__textarea.ant-skeleton.ant-skeleton-element .ant-skeleton-input {
  width: 100%;
  min-width: 0;
  height: 40px;
  border-radius: 6px;
}
.FooterSkeleton__composer-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
  min-width: 0;
}
.FooterSkeleton__composer-icon.ant-skeleton.ant-skeleton-element .ant-skeleton-button {
  width: 24px;
  min-width: 24px;
  height: 24px;
}
.FooterSkeleton__composer-send.ant-skeleton.ant-skeleton-element .ant-skeleton-button {
  width: 100%;
  min-width: 0;
  height: 24px;
}
.IntegrationSelector {
  display: flex;
  align-items: center;
  gap: 3px;
  min-width: 0;
  font-size: 11px;
}
.IntegrationSelector__label {
  flex: 0 0 auto;
  color: rgba(0, 0, 0, 0.55);
}
.IntegrationSelector__trigger {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  max-width: 240px;
  height: auto;
  padding: 0;
  font-size: 11px;
  gap: 3px;
}
.IntegrationSelector__trigger-text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.IntegrationSelector__skeleton {
  flex: 1 1 120px;
  min-width: 96px;
  max-width: 180px;
}
.IntegrationSelector__skeleton .ant-skeleton-input {
  width: 100% !important;
  height: 14px !important;
  min-width: 0;
}
.IntegrationSelector__dropdown {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 250px;
  max-width: min(500px, 100vw - 32px);
  padding: 6px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}
.IntegrationSelector__search {
  flex: none;
}
.IntegrationSelector__list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  max-height: min(600px, 80vh);
  margin: 0;
  padding: 0;
  overflow-y: auto;
  list-style: none;
}
.IntegrationSelector__list::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.IntegrationSelector__list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #b1c4df;
}
.IntegrationSelector__option {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  width: 100%;
  padding: 4px 6px;
  font: inherit;
  text-align: left;
  cursor: pointer;
  background: transparent;
  border: none;
  border-radius: 6px;
  transition: background-color 0.2s ease;
}
.IntegrationSelector__option:hover {
  background: #f5faff;
}
.IntegrationSelector__option--selected {
  background: #e6f4ff;
}
.IntegrationSelector__option--selected:hover {
  background: #e6f4ff;
}
.IntegrationSelector__option-icon {
  flex: none;
  margin-top: 1px;
}
.IntegrationSelector__option-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.IntegrationSelector__option-name {
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.88);
  overflow-wrap: anywhere;
}
.IntegrationSelector__option-branch {
  font-size: 11px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.45);
  overflow-wrap: anywhere;
}
.IntegrationSelector__empty {
  padding: 8px 6px;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .IntegrationSelector {
    gap: 3px;
    align-items: flex-start;
    flex-direction: column;
  }
  .IntegrationSelector__trigger {
    max-width: 100%;
  }
}
.BranchSelectorSkeleton {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
}
.BranchSelectorSkeleton__scroll {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  padding-bottom: 3px;
  overflow: hidden;
}
.BranchSelectorSkeleton__branch-button.ant-skeleton.ant-skeleton-element {
  flex: 0 0 auto;
}
.BranchSelectorSkeleton__branch-button.ant-skeleton.ant-skeleton-element .ant-skeleton-button {
  width: 100%;
  min-width: 0;
  height: 24px;
}
.BranchSelectorSkeleton__add-button.ant-skeleton.ant-skeleton-element {
  flex: 0 0 auto;
}
.BranchSelectorSkeleton__add-button.ant-skeleton.ant-skeleton-element .ant-skeleton-button {
  width: 24px;
  min-width: 24px;
  height: 24px;
}
.BranchSelector {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
}
.BranchSelector__scroll {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  padding-bottom: 3px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.BranchSelector__branch-button {
  flex: 0 0 auto;
  max-width: 200px;
  font-size: 11px;
}
.BranchSelector__branch-name {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.BranchSelector__empty {
  flex: 0 0 auto;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.55);
}
.BranchSelector__add-button {
  flex: 0 0 auto;
}

@media screen and (max-width: 1000px) {
  .BranchSelector__scroll {
    gap: 5px;
    padding-bottom: 2px;
  }
  .BranchSelector__branch-button {
    max-width: 160px;
  }
}
.AddActions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  min-width: 0;
}
.AddActions__button {
  min-width: 0;
  overflow: hidden;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.AddActions__button--full-width {
  grid-column: 1/-1;
}
@media screen and (max-width: 560px) {
  .AddActions {
    grid-template-columns: 1fr;
  }
  .AddActions__button {
    grid-column: 1/-1;
  }
}
.AddFileModal {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.AddFileModal__dragger {
  padding: 12px 0;
}
.AddFileModal__helper {
  font-size: 12px;
}
.AddFileModal__files-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-height: 240px;
  overflow-y: auto;
}
.AddFileModal__file-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 4px 8px;
  background: #fafafa;
  border-radius: 4px;
}
.AddFileModal__file-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: 0;
  flex: 1;
}
.CheckboxSection {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.CheckboxSection__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  min-width: 0;
}
.CheckboxSection__title {
  margin: 0;
  overflow: hidden;
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.55);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.CheckboxSection__controls {
  display: flex;
  flex: none;
  align-items: center;
  gap: 2px;
}
.CheckboxSection__control {
  height: auto;
  padding: 0 4px;
  font-size: 10px;
  line-height: 14px;
}
.CheckboxSection__list {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.CheckboxSection__row {
  min-width: 0;
}
.CheckboxSection__row-label {
  overflow: hidden;
  font-size: 11px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.88);
  overflow-wrap: anywhere;
}
.LeadCard {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  background: #f5f5f5;
  position: relative;
}
.LeadCard__grid {
  display: grid;
  grid-template-columns: minmax(224px, 250px) minmax(520px, 1fr) minmax(200px, 230px);
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}
.LeadCard--without-lead-list .LeadCard__grid {
  grid-template-columns: minmax(520px, 1fr) minmax(300px, 360px);
}
.LeadCard__lead-list-column, .LeadCard__user-details-column {
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  background: #fff;
}
.LeadCard__lead-list-column {
  border-right: 1px solid #f0f0f0;
}
.LeadCard__user-details-column {
  border-left: 1px solid #f0f0f0;
}
.LeadCard__drawer .ant-drawer-body {
  display: flex;
  min-height: 0;
  overflow: hidden;
  padding: 0;
}
.LeadCard__drawer-header {
  padding: 4px !important;
}
.LeadCard__drawer-header .ant-drawer-title {
  font-size: 14px !important;
}
.LeadCard > .LeadCard__drawer-root.ant-drawer {
  position: absolute;
}
@media screen and (max-width: 1350px) {
  .LeadCard__grid {
    grid-template-columns: minmax(192px, 224px) minmax(520px, 1fr) minmax(260px, 320px);
  }
  .LeadCard--without-lead-list .LeadCard__grid {
    grid-template-columns: minmax(520px, 1fr) minmax(260px, 320px);
  }
}
@media screen and (max-width: 1200px) {
  .LeadCard__grid {
    grid-template-columns: minmax(520px, 1fr) minmax(260px, 320px);
  }
  .LeadCard__lead-list-column {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .LeadCard__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .LeadCard__user-details-column {
    display: none;
  }
}
.LayoutLogin {
  min-height: 100vh;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.LayoutLogin .ant-layout-footer {
  padding: 0;
}
.LayoutLogin__header {
  background: linear-gradient(90deg, #6767fd, #4040c4, #0f0f93);
  padding: 0 16px;
  height: 70px;
}
@media (min-width: 1320px) {
  .LayoutLogin__header {
    padding: 0 40px;
  }
}
.LayoutLogin__header-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.LayoutLogin__header-left {
  display: flex;
  align-items: center;
  gap: 32px;
}
.LayoutLogin__logo {
  display: flex;
  align-items: center;
}
.LayoutLogin__logo img {
  width: 80px;
  height: 80px;
  margin-top: 10px;
}
.LayoutLogin__header-nav {
  display: none;
  gap: 20px;
  margin-left: 40px;
}
@media (min-width: 1320px) {
  .LayoutLogin__header-nav {
    display: flex;
  }
}
.LayoutLogin__header-nav-link {
  color: #fff;
  font-weight: 600;
}
.LayoutLogin__header-nav-link:hover {
  color: rgba(255, 255, 255, 0.85);
}
.LayoutLogin__header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 1320px) {
  .LayoutLogin__header-actions {
    gap: 60px;
  }
}
.LayoutLogin__social-links {
  display: none;
}
@media (min-width: 1320px) {
  .LayoutLogin__social-links {
    display: flex;
  }
}
.LayoutLogin__auth-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}
.LayoutLogin__auth-btn {
  background: #fff;
  color: #2a4ae0;
  font-weight: 500;
}
.LayoutLogin__auth-btn--active {
  color: #fff;
  background: #1409b7;
}
.LayoutLogin__burger-menu {
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 18px;
}
@media (min-width: 1320px) {
  .LayoutLogin__burger-menu {
    display: none;
  }
}
.LayoutLogin__content {
  padding: 20px 16px;
  flex: 1 1 auto;
}
@media (min-width: 1320px) {
  .LayoutLogin__content {
    padding: 20px 40px;
  }
}
.LayoutLogin__breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
}
.LayoutLogin__content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  position: relative;
}
.LayoutLogin__footer {
  background: #1a1a91;
  color: #fff;
  padding: 0;
}
.LayoutLogin__footer-columns-desktop {
  display: none;
}
@media (min-width: 1320px) {
  .LayoutLogin__footer-columns-desktop {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 32px;
    max-width: 1200px;
    margin: 20px auto;
    padding: 0 40px;
  }
}
.LayoutLogin__footer-columns-inner {
  display: flex;
  gap: 32px;
}
.LayoutLogin__footer-columns-mobile {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 16px;
}
@media (min-width: 1320px) {
  .LayoutLogin__footer-columns-mobile {
    display: none;
  }
}
.LayoutLogin__footerCol {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.LayoutLogin__footer-brand-logo {
  display: block;
  height: 126px;
  width: 150px;
}
.LayoutLogin__footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px 16px;
  background-color: #0a0a62;
  position: relative;
}
@media (min-width: 1320px) {
  .LayoutLogin__footer-bottom {
    padding: 40px;
  }
}
.LayoutLogin__footer-bottom-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 1320px) {
  .LayoutLogin__footer-bottom-content {
    flex-direction: row;
    justify-content: space-between;
  }
}
.LayoutLogin__footer-brand {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.LayoutLogin__footer-brand-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #fff;
}
.LayoutLogin__footer-copyright {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}
.LayoutLogin__footer-version {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1320px) {
  .LayoutLogin__footer-version {
    justify-content: space-between;
    text-align: right;
  }
}
.LayoutLogin__app-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 1320px) {
  .LayoutLogin__app-links {
    flex-direction: row;
    gap: 20px;
  }
}
.LayoutLogin__app-link {
  display: flex;
}
.LayoutLogin__app-link img {
  display: block;
  width: 120px;
  height: auto;
}
.LayoutLogin__footer-dev-text {
  font-weight: 600;
  color: #fff;
}
.LayoutLogin__circles-wrapper {
  display: none;
}
@media (min-width: 1320px) {
  .LayoutLogin__circles-wrapper {
    display: block;
    position: absolute;
    right: calc(50% - 300px);
    top: 0;
    z-index: 1;
    width: 600px;
    height: 206px;
    overflow: hidden;
  }
}
.LayoutLogin__circles-group {
  position: absolute;
  right: calc(50% - 300px);
  top: -250px;
  height: 600px;
  width: 600px;
}
.LayoutLogin__footer-decor-logo {
  display: none;
}
@media (min-width: 1320px) {
  .LayoutLogin__footer-decor-logo {
    display: block;
    position: absolute;
    right: calc(50% - 100px);
    top: 0;
    height: 200px;
    width: 200px;
  }
}

.RegisterHint {
  display: none;
  position: absolute;
  align-items: flex-start;
  background: linear-gradient(180deg, #4b6fff 0%, #001a99 100%);
  color: #fff;
  padding: 20px 24px;
  border-radius: 12px;
  max-width: 280px;
  box-shadow: 0 8px 20px rgba(0, 26, 153, 0.2);
  right: calc(50% - 550px);
  top: 300px;
}
@media (min-width: 1320px) {
  .RegisterHint {
    display: inline-flex;
  }
}
.RegisterHint__icon {
  position: absolute;
  top: -12px;
  left: -12px;
  font-size: 20px;
  color: #4b6fff;
  transform: rotate(-20deg);
  background: #fff;
  border-radius: 50%;
  padding: 3px;
}
.RegisterHint__content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.RegisterHint__title {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  margin: 0;
}
.RegisterHint__text {
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.9;
  margin: 0;
}

.LogoSpace {
  display: flex;
  align-items: center;
  gap: 16px;
}
.LogoSpace__link {
  display: flex;
  align-items: center;
}
.LogoSpace__link img {
  width: 24px;
  height: 24px;
  border-radius: 5px;
}

.NavigationColumn h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}
.NavigationColumn ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.NavigationColumn ul li {
  font-size: 14px;
  margin-bottom: 6px;
}
.NavigationColumn ul li a {
  color: #c8c8e0;
}
.NavigationColumn ul li a:hover {
  color: #fff;
}

.ContactInformation h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}
.ContactInformation__details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
  color: #c8c8e0;
  font-size: 14px;
}

.LegalInformation h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}
.LegalInformation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.LegalInformation ul li {
  font-size: 14px;
  margin-bottom: 6px;
}
.LegalInformation ul li a {
  color: #c8c8e0;
}
.LegalInformation ul li a:hover {
  color: #fff;
}

/*# sourceMappingURL=main~4.737b08db.css.map*/