.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: 4px;
  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: #7d808b;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 11px !important;
  line-height: 140%;
  font-weight: 500;
}

.dashboard__summary-value {
  font-size: 21px;
  color: #1b1c1f;
}

.dashboard__summary-text {
  font-size: 11px;
  color: #7d808b;
}
.dashboard__summary-text span {
  color: #1b1c1f;
}

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

#gift-card-balance-results table,
.account-orderlist table,
.user-orders-dashboard table,
.commerce-subscription__orders table {
  width: 100%;
}
@media screen and (min-width: 640px) {
  #gift-card-balance-results .views-rows,
.account-orderlist .views-rows,
.user-orders-dashboard .views-rows,
.commerce-subscription__orders .views-rows {
    background: #fff;
    padding: 0 20px;
    box-shadow: 0 6px 40px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
  }
}
#gift-card-balance-results .tablesaw-stack tbody tr,
.account-orderlist .tablesaw-stack tbody tr,
.user-orders-dashboard .tablesaw-stack tbody tr,
.commerce-subscription__orders .tablesaw-stack tbody tr {
  border-bottom: 0;
}
#gift-card-balance-results .views-field-operations,
.account-orderlist .views-field-operations,
.user-orders-dashboard .views-field-operations,
.commerce-subscription__orders .views-field-operations {
  min-width: 123px;
}
#gift-card-balance-results .views-field-operations .tablesaw-cell-content,
.account-orderlist .views-field-operations .tablesaw-cell-content,
.user-orders-dashboard .views-field-operations .tablesaw-cell-content,
.commerce-subscription__orders .views-field-operations .tablesaw-cell-content {
  font-size: 12px;
}
@media (max-width: 639px) {
  #gift-card-balance-results .views-field-operations .dropbutton-action,
.account-orderlist .views-field-operations .dropbutton-action,
.user-orders-dashboard .views-field-operations .dropbutton-action,
.commerce-subscription__orders .views-field-operations .dropbutton-action {
    line-height: 1.4;
    flex: 1;
  }
}
#gift-card-balance-results .views-field-nothing a,
.account-orderlist .views-field-nothing a,
.user-orders-dashboard .views-field-nothing a,
.commerce-subscription__orders .views-field-nothing a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 15px;
}
@media screen and (max-width: 639px) {
  #gift-card-balance-results td,
.account-orderlist td,
.user-orders-dashboard td,
.commerce-subscription__orders td {
    background: #fff;
    padding: 5px 20px !important;
    border-radius: 4px;
  }
  #gift-card-balance-results td:not(.views-field-nothing) .tablesaw-cell-content,
.account-orderlist td:not(.views-field-nothing) .tablesaw-cell-content,
.user-orders-dashboard td:not(.views-field-nothing) .tablesaw-cell-content,
.commerce-subscription__orders td:not(.views-field-nothing) .tablesaw-cell-content {
    width: 48%;
    text-align: right;
  }
  #gift-card-balance-results td.views-field-nothing,
.account-orderlist td.views-field-nothing,
.user-orders-dashboard td.views-field-nothing,
.commerce-subscription__orders td.views-field-nothing {
    display: flex;
    justify-content: flex-end;
  }
  #gift-card-balance-results td.views-field-operations .tablesaw-cell-label,
#gift-card-balance-results td.views-field-operations .tablesaw-cell-content,
.account-orderlist td.views-field-operations .tablesaw-cell-label,
.account-orderlist td.views-field-operations .tablesaw-cell-content,
.user-orders-dashboard td.views-field-operations .tablesaw-cell-label,
.user-orders-dashboard td.views-field-operations .tablesaw-cell-content,
.commerce-subscription__orders td.views-field-operations .tablesaw-cell-label,
.commerce-subscription__orders td.views-field-operations .tablesaw-cell-content {
    width: 100%;
    max-width: 100%;
  }
  #gift-card-balance-results td.views-field-operations .tablesaw-cell-content,
.account-orderlist td.views-field-operations .tablesaw-cell-content,
.user-orders-dashboard td.views-field-operations .tablesaw-cell-content,
.commerce-subscription__orders td.views-field-operations .tablesaw-cell-content {
    font-size: 12px;
    text-align: left;
  }
  #gift-card-balance-results .tablesaw-cell-content,
.account-orderlist .tablesaw-cell-content,
.user-orders-dashboard .tablesaw-cell-content,
.commerce-subscription__orders .tablesaw-cell-content {
    vertical-align: middle;
  }
  #gift-card-balance-results td:last-child,
.account-orderlist td:last-child,
.user-orders-dashboard td:last-child,
.commerce-subscription__orders td:last-child {
    margin-bottom: 20px;
    padding-bottom: 10px !important;
  }
  #gift-card-balance-results td:first-child,
.account-orderlist td:first-child,
.user-orders-dashboard td:first-child,
.commerce-subscription__orders td:first-child {
    padding-top: 10px !important;
  }
  #gift-card-balance-results .tablesaw-cell-label a,
#gift-card-balance-results .tablesaw-cell-label,
.account-orderlist .tablesaw-cell-label a,
.account-orderlist .tablesaw-cell-label,
.user-orders-dashboard .tablesaw-cell-label a,
.user-orders-dashboard .tablesaw-cell-label,
.commerce-subscription__orders .tablesaw-cell-label a,
.commerce-subscription__orders .tablesaw-cell-label {
    font-size: 15px;
    font-weight: 300;
    vertical-align: middle;
    text-transform: capitalize;
    line-height: 23px;
    width: 50% !important;
  }
  #gift-card-balance-results .tablesaw-cell-label a:empty,
#gift-card-balance-results .tablesaw-cell-label:empty,
.account-orderlist .tablesaw-cell-label a:empty,
.account-orderlist .tablesaw-cell-label:empty,
.user-orders-dashboard .tablesaw-cell-label a:empty,
.user-orders-dashboard .tablesaw-cell-label:empty,
.commerce-subscription__orders .tablesaw-cell-label a:empty,
.commerce-subscription__orders .tablesaw-cell-label:empty {
    display: none;
  }
}
@media screen and (min-width: 40em) {
  #gift-card-balance-results thead tr,
#gift-card-balance-results tbody tr:not(:last-child),
.account-orderlist thead tr,
.account-orderlist tbody tr:not(:last-child),
.user-orders-dashboard thead tr,
.user-orders-dashboard tbody tr:not(:last-child),
.commerce-subscription__orders thead tr,
.commerce-subscription__orders tbody tr:not(:last-child) {
    border-bottom: 1px solid #d9d9da;
  }
  #gift-card-balance-results td:not(:last-child),
#gift-card-balance-results th:not(:last-child),
.account-orderlist td:not(:last-child),
.account-orderlist th:not(:last-child),
.user-orders-dashboard td:not(:last-child),
.user-orders-dashboard th:not(:last-child),
.commerce-subscription__orders td:not(:last-child),
.commerce-subscription__orders th:not(:last-child) {
    padding-right: 10px;
  }
}
#gift-card-balance-results tbody tr:first-of-type .views-field-operations .dropbutton,
.account-orderlist tbody tr:first-of-type .views-field-operations .dropbutton,
.user-orders-dashboard tbody tr:first-of-type .views-field-operations .dropbutton,
.commerce-subscription__orders tbody tr:first-of-type .views-field-operations .dropbutton {
  bottom: -108%;
  right: 65px;
}
#gift-card-balance-results tbody tr:first-of-type .views-field-operations .dropbutton .dropbutton-toggle,
.account-orderlist tbody tr:first-of-type .views-field-operations .dropbutton .dropbutton-toggle,
.user-orders-dashboard tbody tr:first-of-type .views-field-operations .dropbutton .dropbutton-toggle,
.commerce-subscription__orders tbody tr:first-of-type .views-field-operations .dropbutton .dropbutton-toggle {
  bottom: 22px;
  right: -65px;
}
#gift-card-balance-results td,
#gift-card-balance-results th,
.account-orderlist td,
.account-orderlist th,
.user-orders-dashboard td,
.user-orders-dashboard th,
.commerce-subscription__orders td,
.commerce-subscription__orders th {
  padding-top: 26px;
  padding-bottom: 26px;
}
#gift-card-balance-results th.is-active a[title*=sort],
#gift-card-balance-results th:not(.is-active) a[title*=sort]:hover,
#gift-card-balance-results td:not(.is-active) a[title*=sort]:hover,
.account-orderlist th.is-active a[title*=sort],
.account-orderlist th:not(.is-active) a[title*=sort]:hover,
.account-orderlist td:not(.is-active) a[title*=sort]:hover,
.user-orders-dashboard th.is-active a[title*=sort],
.user-orders-dashboard th:not(.is-active) a[title*=sort]:hover,
.user-orders-dashboard td:not(.is-active) a[title*=sort]:hover,
.commerce-subscription__orders th.is-active a[title*=sort],
.commerce-subscription__orders th:not(.is-active) a[title*=sort]:hover,
.commerce-subscription__orders td:not(.is-active) a[title*=sort]:hover {
  color: initial;
  position: relative;
  transition: color 0.3s ease;
}
#gift-card-balance-results th.is-active a[title*=sort]::after,
#gift-card-balance-results th:not(.is-active) a[title*=sort]:hover::after,
#gift-card-balance-results td:not(.is-active) a[title*=sort]:hover::after,
.account-orderlist th.is-active a[title*=sort]::after,
.account-orderlist th:not(.is-active) a[title*=sort]:hover::after,
.account-orderlist td:not(.is-active) a[title*=sort]:hover::after,
.user-orders-dashboard th.is-active a[title*=sort]::after,
.user-orders-dashboard th:not(.is-active) a[title*=sort]:hover::after,
.user-orders-dashboard td:not(.is-active) a[title*=sort]:hover::after,
.commerce-subscription__orders th.is-active a[title*=sort]::after,
.commerce-subscription__orders th:not(.is-active) a[title*=sort]:hover::after,
.commerce-subscription__orders td:not(.is-active) a[title*=sort]:hover::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
}
#gift-card-balance-results th,
#gift-card-balance-results th a,
#gift-card-balance-results .tablesaw-cell-label a,
#gift-card-balance-results .tablesaw-cell-label,
.account-orderlist th,
.account-orderlist th a,
.account-orderlist .tablesaw-cell-label a,
.account-orderlist .tablesaw-cell-label,
.user-orders-dashboard th,
.user-orders-dashboard th a,
.user-orders-dashboard .tablesaw-cell-label a,
.user-orders-dashboard .tablesaw-cell-label,
.commerce-subscription__orders th,
.commerce-subscription__orders th a,
.commerce-subscription__orders .tablesaw-cell-label a,
.commerce-subscription__orders .tablesaw-cell-label {
  color: #000;
  font-size: 12px;
  line-height: 21px;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media (min-width: 640px) {
  #gift-card-balance-results th,
#gift-card-balance-results th a,
#gift-card-balance-results .tablesaw-cell-label a,
#gift-card-balance-results .tablesaw-cell-label,
.account-orderlist th,
.account-orderlist th a,
.account-orderlist .tablesaw-cell-label a,
.account-orderlist .tablesaw-cell-label,
.user-orders-dashboard th,
.user-orders-dashboard th a,
.user-orders-dashboard .tablesaw-cell-label a,
.user-orders-dashboard .tablesaw-cell-label,
.commerce-subscription__orders th,
.commerce-subscription__orders th a,
.commerce-subscription__orders .tablesaw-cell-label a,
.commerce-subscription__orders .tablesaw-cell-label {
    color: #7d808b;
    font-weight: 500;
    text-transform: uppercase;
  }
}
#gift-card-balance-results td,
#gift-card-balance-results .tablesaw-cell-content,
.account-orderlist td,
.account-orderlist .tablesaw-cell-content,
.user-orders-dashboard td,
.user-orders-dashboard .tablesaw-cell-content,
.commerce-subscription__orders td,
.commerce-subscription__orders .tablesaw-cell-content {
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  color: #1b1c1f;
}

.views-field-state {
  position: relative;
}
@media screen and (max-width: 639px) {
  .views-field-state .tablesaw-cell-content {
    justify-content: flex-end;
    display: inline-flex;
    align-items: center;
  }
  .views-field-state .tablesaw-cell-content .exclamation-mark {
    order: -1;
  }
}

.status {
  border-radius: 10px;
  padding: 3px 8px;
  font-weight: 400;
  font-size: 11px;
  line-height: 140%;
  white-space: nowrap;
  text-transform: capitalize;
}
.status.ready-to-ship, .status.partially-shipped, .status.pending, .status.pending-shipment {
  color: #ff6d00;
  background: rgba(254, 203, 156, 0.4);
}
.status.draft, .status.canceled {
  color: #7d808b;
  background: #e5e6e8;
}
.status.shipped, .status.approved, .status.completed, .status.active {
  color: #58a856;
  background: rgba(213, 249, 185, 0.4);
}
.status.failed {
  background: #f9d9d9;
  color: #ed152b;
}
.status.action-required, .status.needs-manual-review, .status.needs-payment {
  background: #fcfcbb;
  color: #9d9d00;
}

#gift-card-balance .par-block-heading {
  max-width: 540px;
  margin: 0 auto;
}
#gift-card-balance .par-block-heading .field-description p:last-child {
  margin-bottom: 0;
}
#gift-card-balance form {
  position: relative;
  padding: 0 15px;
  margin: 32px -15px 0;
}
@media (min-width: 743px) {
  #gift-card-balance form {
    margin: 32px auto 0;
  }
}
#gift-card-balance form .form-submit {
  font-size: 0;
  padding: 0;
  background-position: center;
}
#gift-card-balance form .form-actions {
  position: absolute;
  left: calc(100% - 59px);
  top: 4px;
}
#gift-card-balance form {
  position: relative;
  display: flex;
  gap: 16px;
}
@media (max-width: 742.98px) {
  #gift-card-balance form {
    flex-direction: column;
  }
}
@media (min-width: 743px) {
  #gift-card-balance form {
    max-width: 560px;
  }
}
#gift-card-balance form .has-error ~ .form-actions {
  bottom: 28px;
}
#gift-card-balance form .invalid-feedback {
  height: 20px;
}

.path-gift-card-balance .node-layout-page {
  background-color: #f5f5f6;
}

.gift-card-balance-result {
  max-width: 760px;
  margin: 0 auto;
}

@media screen and (min-width: 640px) {
  .gift-card-balance-table-wrapper {
    background: #fff;
    padding: 4px 20px;
  }
}

@media (min-width: 1026px) {
  #gift-card-balance-results .dashboard__summary-items {
    margin-bottom: 64px;
  }
}
#gift-card-balance-results .views-no-result {
  max-width: 710px;
  margin: 0 auto 120px;
}
@media (min-width: 743px) {
  #gift-card-balance-results .views-no-result {
    margin-bottom: 200px;
  }
}
#gift-card-balance-results .table-title {
  margin-bottom: 16px;
}
@media (min-width: 1026px) {
  #gift-card-balance-results .table-title {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 640px) {
  #gift-card-balance-results table {
    width: 100%;
  }
  #gift-card-balance-results table th {
    text-transform: uppercase;
    color: #7d808b;
    font-weight: 500;
    font-size: 12px;
  }
  #gift-card-balance-results table th,
#gift-card-balance-results table td {
    border-bottom: 1px solid #cacaca;
    padding: 17px 0;
  }
  #gift-card-balance-results table th:last-child,
#gift-card-balance-results table td:last-child {
    text-align: right;
  }
  #gift-card-balance-results table td {
    font-size: 13px;
  }
}
@media screen and (min-width: 640px) and (min-width: 1026px) {
  #gift-card-balance-results table td {
    font-size: 15px;
  }
}
@media screen and (min-width: 640px) {
  #gift-card-balance-results table td:first-child {
    width: 126px;
  }
}
@media screen and (min-width: 640px) {
  #gift-card-balance-results table tr:last-child td {
    border-bottom: 0 none;
  }
}