.rate-sec {
    text-align: center;
  }
  
  .dashboard-default-sec .row {
    justify-content: center;
  }
  
  .box-col-3 {
    display: flex;
    justify-content: center;
  }
  
  .box-col-3 > div {
    width: 100%; /* Ensure the inner content takes full width */
  }
.cashier-content {
  display: flex;
  margin-bottom: 2rem;
}

.wallet-column {
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .cashier-content {
    flex-direction: column;
  }

  .wallet-column {
    margin-bottom: 2rem;
  }
}
