.deposit-transaction,
.withdrawal-transaction {
  background: #0082BA;
  padding: 0 20px 20px;
}

.transaction-header {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.transaction-header h1 {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  color: #FFEA00;
}

.transaction-item {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 13px;
  color: #FFFFFF;
}

.transaction-item > span:first-child {
  width: 30%;
}

.transaction-item .realTime-amount {
  width: 25%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2px;
  color: #FFEA00;
  white-space: nowrap;
}
