.tabs-head[data-v-6ca724] {
  display: flex;
  height: 40px;
  justify-content: flex-start;
  position: relative;
  border-bottom: 1px solid #ddd;
  /*    > .line {
       position: absolute;

       bottom: 0;
       border-bottom: 1px solid $blue;
       transition: all 300ms;
     } */
}
.tabs-head > .actions-wrapper[data-v-6ca724] {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1em;
}
.tabs-head > .actions-wrapper > button[data-v-6ca724] {
  font-size: 12px;
}
.tabs-item[data-v-47e9cf] {
  flex-shrink: 0;
  padding: 0 1em;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
}
.tabs-item.active[data-v-47e9cf] {
  color: blue;
  font-weight: bold;
}
.tabs-item > span[data-v-47e9cf] {
  margin-left: 0.3em;
}
.tabs-pane[data-v-1b9ed5] {
  padding: 1em;
}
