.ta-nav-headerRow {
  display: flex;
  align-items: flex-end;
  margin: 20px 0 20px 5px;
}
.ta-nav-headerRow span {
  cursor: default;
  opacity: 0.5;
  font-size: 18px;
  font-weight: 700;
}
.ta-nav-card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  height: 90px;
  background-color: #ffffff;
  margin-bottom: 15px;
  user-select: none;
}
.ta-nav-card img {
  position: absolute;
  top: calc(50% - 30px);
  left: 8%;
}
.ta-nav-card .ta-nav-cardContent {
  height: 80px;
  padding: 23px 8% 0 calc(8% + 8% + 60px);
  user-select: none;
}
.ta-nav-card .ta-nav-cardContent p {
  width: 100%;
  text-align: center;
}
.ta-nav-card .ta-nav-cardContent p:nth-child(1) {
  color: #FF6767;
  font-size: 14px;
  font-weight: 700;
  margin-right: 8px;
}
.ta-nav-card .ta-nav-cardContent p:nth-child(2) {
  color: #777D74;
  opacity: 0.8;
  font-size: 10px;
}
/*# sourceMappingURL=nav.css.map */