.tabs[data-v-c12f34] {
  width: 100%;
}
.tabs-head[data-v-f88fe8] {
  display: flex;
  height: 40px;
  justify-content: flex-start;
  border-bottom: 1px solid #ddd;
}
.tabs-head > .line[data-v-f88fe8] {
  position: absolute;
  border-bottom: 1px solid #6ea3e0;
  transition: all 250ms;
}
.tabs-head > .actions-wrapper[data-v-f88fe8] {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1em;
}
.tabs-item[data-v-9f0165] {
  flex-shrink: 0;
  height: 100%;
  padding: 0 1em;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.tabs-item.active[data-v-9f0165] {
  color: #6ea3e0;
  font-weight: bold;
}
.tabs-item.disabled[data-v-9f0165] {
  color: grey;
  cursor: not-allowed;
}
.tabs-pane[data-v-898adf] {
  flex-shrink: 0;
  padding: 0 1em;
}
