@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background: #191c1f;
  overflow-x: hidden;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}

.dsa-body {
  top: 90px;
  position: relative;

}

.transactions-box {
  padding: 15px 30px 50px;
  background: #272a2d;
}

.transactions-box .title-header {
  padding: 5px 0 15px;
  border-bottom: 1px solid #404040a1;
}

.transactions-box .title-header p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
}

.transactions-box .dsa-cards {
  margin-top: 30px;
}

.dsa-cards .row {
  display: flex;
  flex-wrap: wrap;
}

.dsa-cards .col-lg-3 {
  padding: 10px;
  display: flex;
}

.dsa-box {
  background: #191c1f;
  padding: 20px 15px;
  border: 1px solid #343638;
  border-radius: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  margin-bottom: 15px;
}

.dsa-box .dsa-box-container {
  display: flex;
  flex-direction: row;
}

.dsa-box-container p {
  margin: 0;
  padding: 0;
}

.dsa-box-container .dsa-box-icon {
  margin-right: 10px;
}

.dsa-box-container .dsa-box-icon .fab,
.fas {
  font-size: 22px;
  color: #f7f7f7;
}

.dsa-box-container .dsa-box-info .box-title {
  font-size: 13px;
  font-weight: 500;
  color: #a3a3a3;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.dsa-box-container .dsa-box-info .box-number {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}

.dsa-box-container .dsa-box-info .box-span {
  font-size: 13px;
  color: #a3a3a3;
  font-weight: 400;
}

.dsa-table {
  margin-top: 10px;
  background: #191c1f;
  padding: 10px 3px 3px;
  border: 1px solid #343638;
  border-radius: 10px;
  width: 100%;
  color: #ffffff;
}

.dsa-table .table thead {
  border-bottom: 1px solid #343638;
}

.dsa-table .table thead th {
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 13px;
  padding: 10px;
  white-space: nowrap;
}

.dsa-table .table tr {
  border-bottom: 1px solid #343638;
}

.dsa-table .table tr:last-child {
  border-bottom: 0;
}

.dsa-table .table tr:last-child td {
  padding-bottom: 0;
}

.dsa-table .table tbody td {
  color: #ffffff;
  font-weight: 400;
  font-size: 13px;
  padding: 10px 8px;
  white-space: nowrap;
}

.dsa-table .table tbody td .td-text {
  color: #2199d4;
  cursor: pointer;
}

.dsa-table .table tbody td .td-amt {
  color: #ffffff;
  font-size: 14px;
}

.dsa-table .table tbody td .td-date {
  color: #f7f7f7;
  font-size: 12px;
}

.dsa-table .table tbody td .td-gas {
  color: #a3a3a3;
  cursor: pointer;
  font-size: 12px;
}

.dsa-table .table tbody td .td-status {
  font-size: 12px;
  font-weight: 500;
  padding: 4px 7px;
  border-radius: 7px;
  border: 1px solid #0d6f61;
  color: #0d6f61;
  background: #0d6f6025;
}

.dsa-table .table tbody td .td-method {
  font-size: 12px;
  font-weight: 500;
  padding: 4px 15px;
  border-radius: 7px;
  border: 1px solid #343638;
  color: #ffffff;
  background: #272a2d3a;
}

@media only screen and (max-width: 835px) {
  .transactions-box {
    padding: 15px 10px 20px;
    background: #272a2d;
  }

  .transactions-box .title-header {
    padding: 5px 0 10px;
  }

  .transactions-box .title-header p {
    font-size: 18px;
  }

  .transactions-box .dsa-cards {
    margin-top: 25px;
  }

  .dsa-cards .col-lg-3 {
    padding: 8px 15px;
    display: flex;
  }

  .dsa-box {
    padding: 15px 15px;
    margin-bottom: 5px;
  }

  .dsa-box-container .dsa-box-icon {
    margin-right: 10px;
  }

  .dsa-box-container .dsa-box-icon .fab,
  .fas {
    font-size: 20px;
  }

  .dsa-box-container .dsa-box-info .box-title {
    font-size: 13px;
  }

  .dsa-box-container .dsa-box-info .box-number {
    font-size: 16px;
  }

  .dsa-box-container .dsa-box-info .box-span {
    font-size: 13px;
  }

  .dsa-table {
    padding: 10px 3px 3px;
  }

  .dsa-table .table thead th {
    font-size: 13px;
    padding: 10px;
  }

  .dsa-table .table tbody td {
    font-size: 13px;
    padding: 10px 8px;
  }

  .dsa-table .table tbody td .td-amt {
    font-size: 14px;
  }

  .dsa-table .table tbody td .td-date {
    font-size: 12px;
  }

  .dsa-table .table tbody td .td-gas {
    font-size: 12px;
  }

  .dsa-table .table tbody td .td-status {
    font-size: 12px;
    padding: 4px 7px;
  }

  .dsa-table .table tbody td .td-method {
    font-size: 12px;
    padding: 4px 15px;
  }
}

@media only screen and (max-width: 550px) {
  .transactions-box {
    padding: 15px 3px 20px;
  }

  .transactions-box .title-header {
    padding: 5px 0 10px;
  }

  .transactions-box .title-header p {
    font-size: 18px;
  }

  .transactions-box .dsa-cards {
    margin-top: 25px;
  }

  .dsa-cards .col-lg-3 {
    padding: 5px 25px;
    display: flex;
  }

  .dsa-box {
    padding: 15px 15px;
    margin-bottom: 5px;
  }

  .dsa-box-container .dsa-box-icon {
    margin-right: 10px;
  }

  .dsa-box-container .dsa-box-icon .fab,
  .fas {
    font-size: 18px;
  }

  .dsa-box-container .dsa-box-info .box-title {
    font-size: 12px;
  }

  .dsa-box-container .dsa-box-info .box-number {
    font-size: 15px;
  }

  .dsa-box-container .dsa-box-info .box-span {
    font-size: 12px;
  }

  .dsa-table {
    margin-top: 15px;
    padding: 10px 3px 3px;
  }

  .dsa-table .table thead th {
    font-size: 12px;
    padding: 10px;
  }

  .dsa-table .table tbody td {
    font-size: 12px;
    padding: 10px 8px;
  }

  .dsa-table .table tbody td .td-amt {
    font-size: 13px;
  }

  .dsa-table .table tbody td .td-date {
    font-size: 12px;
  }

  .dsa-table .table tbody td .td-gas {
    font-size: 11px;
  }

  .dsa-table .table tbody td .td-status {
    font-size: 11px;
    padding: 4px 7px;
  }

  .dsa-table .table tbody td .td-method {
    font-size: 11px;
    padding: 4px 15px;
  }
}
