.tabs[data-v-86f90e] {
  padding: 2em 1.5em;
  border: 1px solid #1890ff;
  display: flex;
}
.tabs.align-vertical[data-v-86f90e] {
  flex-direction: column;
}
.tabs.align-vertical-reverse[data-v-86f90e] {
  flex-direction: column-reverse;
}
.tabs.align-horizontal[data-v-86f90e] {
  flex-direction: row;
}
.tabs.align-horizontal-reverse[data-v-86f90e] {
  flex-direction: row-reverse;
}.tabs-nav[data-v-cd5b8b] {
  display: flex;
  flex-shrink: 0;
  position: relative;
}
.tabs-nav > .line[data-v-cd5b8b] {
  border: 1px solid #1890ff;
  position: absolute;
  transition-duration: 0.3s;
}
.tabs-nav.align-horizontal[data-v-cd5b8b] {
  flex-direction: row;
}
.tabs-nav.align-horizontal.line-top[data-v-cd5b8b] {
  border-bottom: 1px solid #e8e8e8;
}
.tabs-nav.align-horizontal.line-top > .line[data-v-cd5b8b] {
  top: 100%;
}
.tabs-nav.align-horizontal.line-bottom[data-v-cd5b8b] {
  border-top: 1px solid #e8e8e8;
}
.tabs-nav.align-horizontal.line-bottom > .line[data-v-cd5b8b] {
  bottom: 100%;
}
.tabs-nav.align-horizontal > .actions-wrapper[data-v-cd5b8b] {
  margin-left: auto;
}
.tabs-nav.align-vertical[data-v-cd5b8b] {
  flex-direction: column;
}
.tabs-nav.align-vertical.line-left[data-v-cd5b8b] {
  border-right: 1px solid #e8e8e8;
}
.tabs-nav.align-vertical.line-left > .line[data-v-cd5b8b] {
  left: 100%;
}
.tabs-nav.align-vertical.line-right[data-v-cd5b8b] {
  border-left: 1px solid #e8e8e8;
}
.tabs-nav.align-vertical.line-right > .line[data-v-cd5b8b] {
  right: 100%;
}
.tabs-nav.align-vertical > .actions-wrapper[data-v-cd5b8b] {
  display: flex;
  justify-content: flex-end;
  padding-right: 1em;
}.tabs-item[data-v-b890fe] {
  cursor: pointer;
  display: flex;
  transition: color 0.3s;
}
.tabs-item.active[data-v-b890fe] {
  color: #1890ff;
}
.tabs-item[data-v-b890fe]:hover {
  color: #40a9ff;
}
.tabs-item.align-horizontal[data-v-b890fe] {
  padding: 0.8em 1em;
  margin-right: 2em;
}
.tabs-item.align-vertical[data-v-b890fe] {
  padding: 0.5em 1.5em;
  margin-bottom: 1em;
}
.tabs-item.align-vertical.text-left[data-v-b890fe] {
  justify-content: flex-end;
}
.tabs-item.align-vertical.text-right[data-v-b890fe] {
  justify-content: flex-start;
}
.tabs-item[disabled][data-v-b890fe] {
  color: #bbbbbb;
  cursor: not-allowed;
}.tabs-content[data-v-57136d] {
  overflow: hidden;
  width: 100%;
}
.tabs-content > .tabs-pane-wrapper[data-v-57136d] {
  display: flex;
  transition-duration: 0.45s;
}
.tabs-content.align-horizontal > .tabs-pane-wrapper[data-v-57136d] {
  flex-direction: row;
}
.tabs-content.align-vertical > .tabs-pane-wrapper[data-v-57136d] {
  flex-direction: column;
}.tabs-pane[data-v-07afa8] {
  flex-shrink: 0;
  width: 100%;
}
.tabs-pane.align-horizontal[data-v-07afa8] {
  padding: 1.5em 0;
}
.tabs-pane.align-vertical[data-v-07afa8] {
  padding: 0 1.5em;
}