.currency-display {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 1em;
}

.currency-display .show-more {
  cursor: pointer;
}

.currency-display .stable-balance,
.currency-display .custom-balance {
  margin-top: 10px;
}

.currency-display span {
  font-family: "poppins-semibold";
  font-size: 0.8em;
  line-height: 1em;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 0 0 8px 8px;
  padding: 0.2em 0.5em;
}

.currency-display .stable-balance span,
.currency-display .custom-balance span {
  border-radius: 8px;
}

.currency-display .galaxis-balance .locked-amount {
  font-size: 12px;
  background-color: transparent;
}

.currency-display span img {
  height: 1em;
  margin-right: 5px;
}

.show-more-icon {
  margin-left: 8px;
  transition: transform 0.2s ease;
  height: 14px;
  width: 14px;
}

.galaxis-token-logo {
  margin-right: 5px;
  height: 13px;
  width: 13px;
}

.show-more-icon.flipped {
  transform: rotate(-180deg);
}
