.dash-blocks {
  width: 100%;
  clear: both;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.dash-block-A, .dash-block-B {
  width: 50%;
  min-width: 300px;
  background-color: #164988;
  padding: 20px;
}

.dash-block-A {
  position: relative;
  margin-right: 20px;
}

.dash-block-B {
  position: relative;
}

.dash-blocks tbody tr td:nth-of-type(1) {
  font-weight: 600;
  color: #fff;
}

.equal-height {
  flex: 1 1 auto;
}

.bottom-txt {
  bottom: 18px;
  right: 18px;
  position: absolute;
  text-align: right;
}

.balance-usd {
  font-size: 20px;
}

.dash-blocks p, .dash-blocks table td {
  color: #fff;
  border: 0;
  padding: 3px;
}

.dash-blocks .title {
  color: #ea8917;
  font-size: 29px;
  font-weight: 500 !important;
  line-height: 30px;
}

.dash-blocks {
  font-weight: 500;
  border: 0;
}

@media screen and (max-width: 700px) {
  .dash-blocks {
    display: block;
  }

  .dash-block-A, .dash-block-B {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .bottom-txt {
    bottom: unset;
    right: unset;
    position: unset;
  }
}

.commodities-entered.fa,
.special-request-complete.fa {
  color: #ee8c00;
}
