/***=!! New design variables !!=***/
.stream-event[data-v-c8f776ea] {
  background-color: #efefef !important;
  font-weight: 600;
}/***=!! New design variables !!=***/
.event-stream-description[data-v-3ed45038] {
  margin: 0 0 16px 0;
  color: #777777;
  font-size: 0.875rem;
}
.justify-between[data-v-3ed45038] {
  display: flex;
  justify-content: space-between;
}
.panel-wrapper > div[data-v-3ed45038]:after {
  content: none;
}
.align-center[data-v-3ed45038] {
  display: flex;
  align-items: center;
}
p[data-v-3ed45038] {
  margin: 0;
}
.search-with-control[data-v-3ed45038] {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.stream-control-button[data-v-3ed45038] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 38px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-right: none;
  border-radius: 4px 0 0 4px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.stream-control-button i[data-v-3ed45038] {
  font-size: 12px;
  color: #ffffff;
}
.stream-control-button--pause[data-v-3ed45038] {
  background-color: #1a6ae5;
}
.stream-control-button--pause[data-v-3ed45038]:hover {
  background-color: #1555b7;
}
.stream-control-button--play[data-v-3ed45038] {
  background-color: #1e9336;
}
.stream-control-button--play[data-v-3ed45038]:hover {
  background-color: #156926;
}
.stream-control-button--loading[data-v-3ed45038] {
  background-color: #b4b4b4;
  cursor: not-allowed;
}
.stream-control-button[data-v-3ed45038]:disabled {
  cursor: not-allowed;
}
.search-bar-with-control[data-v-3ed45038] {
  flex: 1;
}
.search-bar-with-control[data-v-3ed45038] .search-bar-v2 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.info-modal-content[data-v-3ed45038] {
  position: relative;
  text-align: left;
}
.info-modal-text[data-v-3ed45038] {
  margin: 0 0 12px 0;
  text-align: left;
  white-space: normal;
  word-wrap: break-word;
}
.info-modal-examples[data-v-3ed45038] {
  margin: 0;
  text-align: left;
  white-space: pre-wrap;
  font-size: 0.75rem;
  background-color: #f7f7f7;
  padding: 12px;
  border-radius: 4px;
}
.pause-button[data-v-3ed45038] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 8px;
}
.pause-button i[data-v-3ed45038] {
  margin-right: 8px;
  font-size: 10px;
}
.table-loading[data-v-3ed45038] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}
.controls__header[data-v-3ed45038] {
  display: flex;
  align-items: center;
}
.controls__header a[data-v-3ed45038],
.controls__header .refresh-button[data-v-3ed45038] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.controls__header .refresh-button[data-v-3ed45038] {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
}