@charset "UTF-8";
.th-indent {
  display: inline-block;
  text-indent: -1.1em;
  margin-left: 1.1em;
}

.th-indent-2 {
  display: inline-block;
  text-indent: -1.7em;
  margin-left: 1.7em;
}

.tab-button {
  display: flex;
  justify-content: center;
  align-items: center;


  &.active,
  &:hover {
    text-shadow: .5px 0 0 currentColor;
    color: var(--Umios_Blue);

    &::after {
      opacity: 1;
    }
  }
}