.link-back[data-v-ab72d2a6] {
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 30px 0;
  color: #9799ad;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}.tabs[data-v-a1448992] {
  display: flex;
  gap: 30px;
}
.tabs .tab[data-v-a1448992] {
  display: block;
  padding: 19px 0;
  color: #7a7c8d;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
.tabs .tab.active[data-v-a1448992] {
  position: relative;
  color: #269386;
}
.tabs .tab.active[data-v-a1448992]:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #69bfb5;
  border-radius: 10px 10px 0px 0px;
  content: "";
}