.tabs-head[data-v-f5272d] {
  display: flex;
  height: 40px;
  justify-content: flex-start;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.tabs-head > .line[data-v-f5272d] {
    position: absolute;
    bottom: 0;
    border-bottom: 1px solid blue;
    transition: all 300ms;
}
.tabs-head > .actions-wrapper[data-v-f5272d] {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1em;
}

.tabs-item[data-v-0026d5] {
  flex-shrink: 0;
  padding: 0 1em;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
}
.tabs-item.active[data-v-0026d5] {
    color: blue;
}
.tabs-item.disabled[data-v-0026d5] {
    color: grey;
    cursor: not-allowed;
}

.tabs-content.active[data-v-776089] {
  padding: 1em;
}

