.tab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  padding: 0 !important;
  height: 36px;
  font-size: 14px;
}

.bars {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}

.bar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.bar-separator {
  height: 20px;
  width: 1px;
  background-color: white;
  opacity: 0.6;
}

.bar-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}

.card .row {
  margin-top: 32px !important;
}

.card .choose {
  width: 100% !important;
  button {
    max-width: 100%;
  }
}

.row .tag {
  color: white !important;
}

.lb-row .lb-cell {
  font-weight: 300 !important;
  font-size: 12px !important;
}

.lb-row .roi {
  min-width: 80px !important;
}

.lb-cell {
  text-align: center !important;
}

.lb-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.lb-tabs .tab.active {
  color: var(--text);
}

@media screen and (min-width: 980px) {
  .bars {
    flex-direction: row;
  }

  .bar {
    flex-direction: row;
  }

  .bar-separator {
    height: 80px;
  }
}
