.dashboard__summary-items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.dashboard__summary-item {
  display: flex;
  align-items: center;
  text-decoration: none;
  background: #fff;
  box-shadow: 0 6px 40px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 20px;
  width: 100%;
}
.dashboard__summary-item:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 743px) {
  .dashboard__summary-item:not(:last-child) {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
@media (min-width: 743px) {
  .dashboard__summary-item {
    width: calc(50% - 15px);
  }
}

.dashboard__summary-title {
  color: #9c9b9b;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 11px !important;
  line-height: 140%;
  font-weight: 500;
}

.dashboard__summary-value {
  font-size: 21px;
  color: #2d2d2d;
}

.dashboard__summary-text {
  font-size: 11px;
  color: #9c9b9b;
}
.dashboard__summary-text span {
  color: #2d2d2d;
}

.dashboard__summary-icon {
  background: #ededef;
  height: 51px;
  width: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 15px;
}

#gift-card-balance form .form-actions,
#gift-card-balance form .form-floating {
  margin-bottom: 0 !important;
}
#gift-card-balance form .form-actions {
  top: auto;
  bottom: 4px;
}
#gift-card-balance form .form-submit {
  background-image: url("/sites/reupd.com/themes/reupd/src/svg-sprite/search.svg");
  background-repeat: no-repeat;
  background-size: 60%;
  height: 40px;
  width: 40px;
}