.integration-event-stream-view[data-v-86449c45] {
  padding: 0;
}
.integration-event-stream-view--empty[data-v-86449c45] {
  color: #666;
}/***=!! New design variables !!=***/
.graph-view-renderer[data-v-8365db0c] {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
}
.graph-view-renderer__title[data-v-8365db0c] {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 600;
  color: #777777;
}
.graph-view-renderer__chart-section[data-v-8365db0c] {
  min-height: 360px;
  border-radius: 4px;
  padding: 1.5625rem;
  background-color: #ffffff;
}
.graph-view-renderer__chart[data-v-8365db0c] {
  height: 320px;
  width: 100%;
}
.graph-view-renderer__empty-state[data-v-8365db0c], .graph-view-renderer__error-state[data-v-8365db0c], .graph-view-renderer__loading[data-v-8365db0c] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  text-align: center;
}
.graph-view-renderer__loading[data-v-8365db0c] {
  position: relative;
}
.graph-view-renderer__empty-title[data-v-8365db0c], .graph-view-renderer__error-title[data-v-8365db0c] {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.3125rem;
}
.graph-view-renderer__empty-description[data-v-8365db0c], .graph-view-renderer__error-description[data-v-8365db0c] {
  color: #030303;
  line-height: 1.5;
  max-width: 520px;
}/***=!! New design variables !!=***/
.overview-view-renderer__graph + .overview-view-renderer__graph[data-v-6a569373] {
  margin-top: 1.5625rem;
}
.overview-view-renderer__description[data-v-6a569373] {
  margin-bottom: 1.5625rem;
}
.overview-view-renderer__description h3[data-v-6a569373] {
  margin-bottom: 0.3125rem;
  font-size: 1.125rem;
  line-height: 24px;
}
.overview-view-renderer__description p[data-v-6a569373] {
  margin-bottom: 0;
  color: #030303;
  line-height: 24px;
}.integration-view-tab-content[data-v-7104d9b0] {
  padding: 0;
}/***=!! New design variables !!=***/
.view-tab-label[data-v-d6f1bc4d] {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
}
.view-tab-label__dot[data-v-d6f1bc4d] {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ec6b10;
}
.view-tab-label__dot--ready[data-v-d6f1bc4d] {
  background-color: #1e9336;
}
.view-tab-label__title[data-v-d6f1bc4d] {
  min-width: 0;
}/***=!! New design variables !!=***/
.integration-view-renderer[data-v-9d303925] {
  margin-top: 0;
  margin-bottom: 1rem;
  position: relative;
}
.integration-view-renderer__tabs[data-v-9d303925] {
  margin: 0;
}
.integration-view-renderer__tabs[data-v-9d303925] .el-tabs__header {
  padding-right: 40px;
}
.integration-view-renderer__tabs[data-v-9d303925] .el-tabs__item {
  color: #777777;
  font-size: 1.25rem;
  line-height: 1;
}
.integration-view-renderer__tabs[data-v-9d303925] .el-tabs__item.is-active {
  color: #333333;
  text-shadow: 0 0 0.5px currentColor, 0 0 0.5px currentColor;
}
.integration-view-renderer__filter[data-v-9d303925] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding-right: 16px;
  margin-top: -9px;
}
.integration-view-renderer__overview-label[data-v-9d303925] {
  min-width: 0;
}