._paymentTileList_dht8l_1 li {
  border: none;
}
._paymentTileList_dht8l_1 li div {
  margin: -0.5rem !important;
  padding: 0.5rem !important;
  border: none;
  border-radius: 0.25rem;
}
._paymentTileList_dht8l_1 li div > *:last-child {
  margin-bottom: 0;
}
._paymentTileList_dht8l_1 li:nth-child(odd) div {
  background-color: var(--infoTile);
}
._paymentTileList_dht8l_1 li:hover div {
  background-color: var(--infoTileHover) !important;
}

._paymentTileLink_dht8l_20 {
  color: initial;
  text-decoration: initial;
  background-color: inherit;
  margin-bottom: 0;
  padding-bottom: 0;
}

._endMessage_dht8l_28 {
  margin-top: 3rem;
}

._table_dht8l_32 {
  width: 100%;
  border-collapse: collapse;
}
._table_dht8l_32 caption,
._table_dht8l_32 tr:nth-child(even) {
  background: var(--infoTile);
}
._table_dht8l_32 caption {
  padding: 1rem;
  font-weight: bold;
  font-size: 1.25rem;
  border-bottom: 1px solid var(--mainHover);
  border-radius: 0.25rem 0.25rem 0 0;
}
._table_dht8l_32 th,
._table_dht8l_32 td {
  padding: 1rem;
  margin: auto -1rem;
  text-align: center;
}
._table_dht8l_32 caption,
._table_dht8l_32 th:first-of-type,
._table_dht8l_32 td:first-of-type {
  text-align: left;
}
._table_dht8l_32 td:last-of-type {
  text-align: right;
}
._table_dht8l_32 tr:last-of-type th {
  border-radius: 0 0 0 0.25rem;
}
._table_dht8l_32 tr:last-of-type td {
  border-radius: 0 0 0.25rem 0;
}

._paymentReceiptButton_dht8l_68 {
  margin-right: 0;
}

._backBtn_dht8l_72 {
  margin: var(--spacing-lg) 0 var(--spacing-md) 0;
}
