.transferStatementContainer {
  width: 100%;
  font-family: "Lato", Avenir, Verdana, Nunito, sans-serif;
  min-height: 100vh;
}

.headerBar {
  background: transparent;
  width: 100%;
  padding: 12px 0 0 0;
}

.pageTitle {
  font-size: 18px;
  font-weight: bold !important;
  color: #000;
  margin: 0;
  padding-bottom: 12px;
}

.pL15 {
  padding-left: 15px !important;
}

.tableHeader {
  background: #0f2327;
  padding: 0;
}

.tableHeaderRow {
  display: flex;
  padding: 8px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.tableHeaderCell {
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  flex: 1;
  text-align: left;
}

.amountCell {
  text-align: right;
}

.mainContent {
  /* background: #fff; */
  min-height: calc(100vh - 120px);
  /* padding: 40px 15px; */
  display: flex;
  /* align-items: center; */
  justify-content: center;
}

.message {
  color: #000;
  font-size: 10px;
  text-align: center;
  font-weight: 400;
}


.positive {
  color: #28a745 !important;
}

.negative {
  color: #dc3545 !important;
}

.tableRow {
  display: flex;
  padding: 8px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;

  .amountCell {
    text-align: right;
  }

}

.tableCell {
  color: #000;
  font-size: 10px;
  font-weight: 500;
  flex: 1;
  text-align: left;
}