$LABEL-COLOR: #000;

.Tabs {
  position: relative;
}

.TabsItems {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
}

.TabsIndicator {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 1px;
  transform-origin: 0 0;
  transition: 0.5s cubic-bezier(0.175, 0.5, 0.12, 1);
}
