

.main {
    width: 100%;
    height:20px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.loading {
 width: 4px;
 height: 2%;
 margin: 0 2px;
 border-radius: 0;
}
span:nth-child(5) {
  background: #F3BA2F;
  animation: anim 0.7s infinite;
  }
span:nth-child(4),span:nth-child(6) {
  background: #F3BA2F;
  animation: anim 0.8s infinite;
}
span:nth-child(3),span:nth-child(7) {
  background: #F3BA2F;
  animation: anim 0.9s infinite;
}
@keyframes anim {
  0%,100% {height: 5px; }
  50% {height:30px; }
  
  
.material-symbols-outlined{
 width: 100px;
 height: 10px;
}

.wallet {
width: auto;
}