.bc-messages-page-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
.bc-messages-page-header .ant-picker {
  min-width: 240px;
}
.bc-messages-page-header .action-button {
  width: auto;
}
@media screen and (max-width: 550px) {
  .bc-messages-page-header {
    flex-direction: column;
  }
}
.bc-manage-message-template.skeleton {
  max-width: 610px;
}
.bc-manage-message-template .form {
  max-width: 610px;
}
.bc-manage-message-template .form .field-container {
  display: flex;
  justify-content: space-between;
}
.bc-manage-message-template .form .field-container .message-field-with-buttons div:first-of-type {
  margin-bottom: 0;
}
.bc-manage-message-template .form .field-container .message-field {
  width: 468px;
}
.bc-manage-message-template .form .field-container .files-field {
  width: 468px;
}
.bc-manage-message-template .form .field-container .files-field .files-list {
  margin-bottom: 16px;
}
.bc-manage-message-template .form .field-container .files-field .files-list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 4px;
}
.bc-manage-message-template .form .field-container .files-field .files-list__name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bc-manage-message-template .form .cancel-button, .bc-manage-message-template .form .save-button {
  width: 122px;
}
.bc-manage-message-template em-emoji-picker {
  position: absolute;
  margin-top: -25px;
  z-index: 1;
}
.bc-manage-message-template #message_help {
  margin-top: 28px;
}
@media screen and (max-width: 940px) {
  .bc-manage-message-template .message-field-with-buttons {
    width: 100%;
    max-width: 468px;
  }
  .bc-manage-message-template .message-field-with-buttons .message-field {
    width: 100%;
  }
}
.bc-message-templates .pagination {
  display: flex;
  justify-content: left;
}
.bc-message-templates .truncated-text {
  max-width: 600px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.NeuralNetworkLogs_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  gap: 24px;
  max-width: 100%;
}
.NeuralNetworkLogs_filters_container {
  display: flex;
  flex-direction: row;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 12px;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}
.NeuralNetworkLogs_filters_search {
  max-width: 35%;
  flex-grow: 1;
  box-sizing: border-box;
}
.NeuralNetworkLogs_filters_buttons {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  margin-left: auto;
}
.NeuralNetworkLogs_filters_buttons_item {
  min-width: 140px;
}
.NeuralNetworkLogs_table {
  overflow: auto;
}
.NeuralNetworkLogs_table_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  gap: 12px;
}
.NeuralNetworkLogs_table_loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.NeuralNetworkLogs_table_pagination {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.NeuralNetworkLogs_table_pagination_left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.NeuralNetworkLogs_table_pagination_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.NeuralNetworkLogs_table_pagination_right .select {
  width: 70px;
}

/*# sourceMappingURL=main~72.07b2a858.css.map*/