/***=!! New design variables !!=***/
.resizer[data-v-fb0f818e] {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  cursor: col-resize;
  background-color: #fff;
  z-index: 99999;
}
.resizer[data-v-fb0f818e]:hover {
  background-color: #1a6ae5;
}
h1[data-v-fb0f818e] {
  margin: 0;
  padding: 0;
  border: 0;
  display: inline-block;
  vertical-align: middle;
  font-family: "SF Pro", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #333333;
}
pre[data-v-fb0f818e] {
  display: block;
  width: 100%;
  margin: 1.25rem auto;
  border: none;
  border-radius: 4px;
  max-height: initial;
  height: auto;
  padding: 0;
  overflow: auto;
  background-color: #ffffff;
  color: #777777;
  font-family: Monaco, Menlo, monospace;
  font-size: 0.875rem;
  line-height: 2;
  white-space: pre-wrap;
}
.header-controls[data-v-fb0f818e] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}
.header-controls .button[data-v-fb0f818e] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  margin: 0;
  padding: 0;
  background: transparent;
  color: #1a6ae5;
  border: 1px solid #1a6ae5;
  border-radius: 4px;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.03);
  font-size: 0.875rem;
  font-weight: 400;
  outline: none;
  cursor: pointer;
}
.header-controls .button[data-v-fb0f818e]:hover, .header-controls .button[data-v-fb0f818e]:focus-visible {
  background: #1a6ae5;
  color: #ffffff;
  border: 1px solid #1a6ae5;
}
.toggle[data-v-fb0f818e] {
  margin-bottom: 0;
}
.toggle ul[data-v-fb0f818e] {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  height: 35px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: inherit;
  line-height: inherit;
}
.toggle ul li[data-v-fb0f818e] {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  background: #ffffff;
  padding: 0;
  margin: 0;
  height: inherit;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  border-right: none;
  cursor: pointer;
}
.toggle ul li[data-v-fb0f818e]:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.toggle ul li[data-v-fb0f818e]:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.toggle ul li a[data-v-fb0f818e] {
  color: #777777;
  padding: 0 1.5625rem;
  font-size: 0.875rem;
  text-decoration: none;
  cursor: pointer;
}
.toggle ul li.active[data-v-fb0f818e] {
  background: #f7f7f7;
  box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.04);
}
.toggle ul li.active a[data-v-fb0f818e] {
  color: #1a6ae5;
  text-shadow: 0.02em 0 0 #1a6ae5;
}.notification-progress[data-v-5f3eadc3] {
  display: block;
}
.notification-progress__timeline[data-v-5f3eadc3] {
  display: block;
  width: 100%;
  height: 3px;
  margin-top: 12px;
  overflow: hidden;
  border-radius: 999px;
  opacity: 1;
  transition: height 120ms ease, margin-top 120ms ease, opacity 120ms ease;
}
.notification-progress__timeline--hidden[data-v-5f3eadc3] {
  height: 0;
  margin-top: 0;
  opacity: 0;
}
.notification-progress__bar[data-v-5f3eadc3] {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--el-color-primary);
  transform-origin: left;
  animation-name: notification-progress-shrink-5f3eadc3;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
@keyframes notification-progress-shrink-5f3eadc3 {
from {
    transform: scaleX(1);
}
to {
    transform: scaleX(0);
}
}