.integration-event-stream-view[data-v-86449c45] {
  padding: 0;
}
.integration-event-stream-view--empty[data-v-86449c45] {
  color: #666;
}/***=!! New design variables !!=***/
.execution-steps__header[data-v-d8d91be8] {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-bottom: 8px;
}
.execution-steps__caption[data-v-d8d91be8] {
  color: #999999;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.execution-steps__run[data-v-d8d91be8] {
  color: #999999;
  font-family: Monaco, Menlo, monospace;
  font-size: 0.75rem;
}
.execution-steps__empty[data-v-d8d91be8] {
  color: #999999;
  font-size: 0.875rem;
}
.execution-steps__list[data-v-d8d91be8] {
  margin: 0;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  list-style: none;
}
.execution-steps__item[data-v-d8d91be8] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.execution-steps__item[data-v-d8d91be8]:last-child {
  border-bottom: none;
}
.execution-steps__sequence[data-v-d8d91be8] {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  color: #777777;
  font-size: 0.75rem;
  font-weight: 500;
}
.execution-steps__body[data-v-d8d91be8] {
  flex: 1;
  min-width: 0;
}
.execution-steps__heading[data-v-d8d91be8] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.execution-steps__heading[data-v-d8d91be8] .el-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  min-height: 20px;
  padding: 0 4px;
  line-height: 1;
  font-size: 0.75rem;
}
.execution-steps__heading[data-v-d8d91be8] .fa-brackets-curly {
  color: #999999;
  cursor: pointer;
  transition: color 0.15s ease;
}
.execution-steps__heading[data-v-d8d91be8] .fa-brackets-curly:hover {
  color: #1a6ae5;
}
.execution-steps__label[data-v-d8d91be8] {
  color: #333333;
  font-size: 0.875rem;
  font-weight: 600;
}
.execution-steps__description[data-v-d8d91be8] {
  color: #777777;
  font-size: 0.75rem;
  line-height: 1.6;
}
.execution-steps__error[data-v-d8d91be8] {
  color: #ff5630;
  font-size: 0.75rem;
  line-height: 1.6;
}/***=!! New design variables !!=***/
.execution-item.is-active[data-v-66421715] {
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #1a6ae5;
  background-color: #ffffff;
}
.execution-item[data-v-66421715] .el-collapse-item__header {
  height: auto;
  min-height: 64px;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-weight: 400;
  line-height: 1.5;
  transition: background-color 0.15s ease-in-out;
}
.execution-item[data-v-66421715] .el-collapse-item__header:hover {
  background-color: #f7f7f7;
}
.execution-item[data-v-66421715] .el-collapse-item__header.is-active {
  border-bottom-color: transparent;
  background-color: transparent;
}
.execution-item[data-v-66421715] .el-collapse-item__arrow {
  order: -1;
  margin: 0 12px 0 0;
  color: #b4b4b4;
}
.execution-item[data-v-66421715] .el-collapse-item__wrap {
  border-bottom-color: rgba(0, 0, 0, 0.08);
  background-color: transparent;
}
.execution-item[data-v-66421715] .el-collapse-item__content {
  padding: 16px;
  padding-top: 0;
}
.execution-item[data-v-66421715]:last-child {
  margin-bottom: 0;
}
.execution-item[data-v-66421715]:last-child .el-collapse-item__header:not(.is-active),
.execution-item[data-v-66421715]:last-child .el-collapse-item__wrap {
  border-bottom: none;
}
.execution-item__title[data-v-66421715] {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.execution-item__icon[data-v-66421715] {
  flex-shrink: 0;
  font-size: 0.875rem;
  color: #b4b4b4;
}
.execution-item__summary[data-v-66421715] {
  flex: 1;
  min-width: 0;
}
.execution-item__name[data-v-66421715] {
  overflow: hidden;
  color: #333333;
  font-size: 0.875rem;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.execution-item__meta[data-v-66421715] {
  color: #777777;
  font-size: 0.75rem;
  line-height: 1.6;
}
.execution-item__detail[data-v-66421715] {
  font-variant-numeric: tabular-nums;
}
.execution-item__separator[data-v-66421715] {
  margin: 0 4px;
  color: #b4b4b4;
}
.execution-item__error[data-v-66421715] {
  color: #ff5630;
  font-size: 0.75rem;
  line-height: 1.6;
}
.execution-item__actions[data-v-66421715] {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}/***=!! New design variables !!=***/
.day-group__header[data-v-17b91de3] {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 0 4px 8px;
}
.day-group__label[data-v-17b91de3] {
  color: #333333;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.day-group__count[data-v-17b91de3] {
  color: #999999;
  font-size: 0.75rem;
}
.day-group .panel-wrapper[data-v-17b91de3] {
  overflow: hidden;
}
.day-group[data-v-17b91de3] .el-collapse {
  border-top: none;
  border-bottom: none;
}/***=!! New design variables !!=***/
.job-execution-history__toolbar[data-v-421d487e] {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 12px;
}
.job-execution-history__state[data-v-421d487e] {
  padding: 24px;
  color: #777777;
}
.job-execution-history__state--error[data-v-421d487e] {
  color: #ff5630;
}
.job-execution-history__empty-state[data-v-421d487e] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  text-align: center;
}
.job-execution-history__empty-title[data-v-421d487e] {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.3125rem;
}
.job-execution-history__empty-description[data-v-421d487e] {
  color: #030303;
  line-height: 1.5;
  max-width: 520px;
}
.job-execution-history__load-more[data-v-421d487e] {
  display: flex;
  justify-content: center;
  padding: 16px 0;
}.integration-file-validation-view[data-v-056a34a2] {
  padding: 0;
}/***=!! New design variables !!=***/
.graph-view-renderer[data-v-869305e2] {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
}
.graph-view-renderer__title[data-v-869305e2] {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 600;
  color: #777777;
}
.graph-view-renderer__chart-section[data-v-869305e2] {
  min-height: 360px;
  border-radius: 4px;
  padding: 1.5625rem;
  background-color: #ffffff;
}
.graph-view-renderer__chart[data-v-869305e2] {
  height: 320px;
  width: 100%;
}
.graph-view-renderer__empty-state[data-v-869305e2], .graph-view-renderer__error-state[data-v-869305e2], .graph-view-renderer__loading[data-v-869305e2] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  text-align: center;
}
.graph-view-renderer__loading[data-v-869305e2] {
  position: relative;
}
.graph-view-renderer__empty-title[data-v-869305e2], .graph-view-renderer__error-title[data-v-869305e2] {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.3125rem;
}
.graph-view-renderer__empty-description[data-v-869305e2], .graph-view-renderer__error-description[data-v-869305e2] {
  color: #030303;
  line-height: 1.5;
  max-width: 520px;
}/***=!! New design variables !!=***/
.overview-view-renderer__graph + .overview-view-renderer__graph[data-v-f7b62f36] {
  margin-top: 1.5625rem;
}
.overview-view-renderer__description[data-v-f7b62f36] {
  margin-bottom: 1.5625rem;
}
.overview-view-renderer__description h3[data-v-f7b62f36] {
  margin-bottom: 0.3125rem;
  font-size: 1.125rem;
  line-height: 24px;
}
.overview-view-renderer__description p[data-v-f7b62f36] {
  margin-bottom: 0;
  color: #030303;
  line-height: 24px;
}.integration-view-tab-content[data-v-fc1ac2f9] {
  padding: 0;
}