.tabs-head[data-v-b9362c] {
  display: flex;
  height: 40px;
  justify-content: flex-start;
  position: relative;
  border: solid 1px #ddd;
}
.tabs-head > .line[data-v-b9362c] {
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid blue;
  transition: all 350ms;
}
.tabs-head > .actions-wrapper[data-v-b9362c] {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1em;
}
.tabs-item[data-v-b302d6] {
  flex-shrink: 0;
  padding: 0 1em;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
}
.tabs-item.active[data-v-b302d6] {
  color: blue;
  font-weight: bold;
}
.tabs-item.disabled[data-v-b302d6] {
  color: grey;
  cursor: not-allowed;
}
.tabs-pane[data-v-aa618f] {
  padding: 1em;
}
