.logo_placeholder{
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo_placeholder svg{
  width: 22px;
  height: 22px;
}
.more_placeholder{
  display: flex;
  align-items: center;
  justify-content: center;
}
.more_placeholder svg{
  width: 22px;
  height: 22px;
}
.wallet_placeholder{
  display: flex;
  padding: 0.25rem;
  margin-left: auto;
  background-color: var(--accent2);
  border-radius: 0.5rem;
  align-items: center;
  justify-content: center;
}



