.wallet-gray {
  color: #d1a96d !important;
}

.wallet-green {
  color: #b1d16d !important;
}

.wallet-table th {
  background-color: #d9d9d9;
}

.wallet-total td {
  background: #f4f4f4;
}

.pay-side-section {
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  height: 80vh;
}

.pay-side-section hr {
  margin: 10px 0px !important;
}
.a-active {
  color: var(--theme-color8) !important;
  font-weight: 700 !important;
}

.wallet-sort {
  border-radius: 25px;
  border: 0.4px solid var(--Grey, #cfd8dd);
  /* background: #fff; */
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  width: 190px;
  height: 48px;
  flex-shrink: 0;
}
.notification-card {
  border-radius: 10px;
  border-right: 1px solid #ececec;
  background: #fff;
   
}

@media only screen and (max-width: 500px) {
}
