html,
body {
  margin: 0;
  width: 100%;
  min-height: 100%;
  background: #0f1720;
}

.stage {
  width: 100% !important;
  min-height: 100vh !important;
  padding: 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: flex-start !important;
  background: #0f1720 !important;
}

.phone {
  width: min(100vw, 430px) !important;
  min-height: 100vh !important;
  margin: 0 auto !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

@media (min-width: 431px) {
  .phone {
    width: 430px !important;
  }
}

.income-row.subtotal {
  background: rgba(54, 215, 131, 0.12) !important;
  border-top: 1px solid rgba(54, 215, 131, 0.35) !important;
  border-bottom: 1px solid rgba(54, 215, 131, 0.35) !important;
}

.income-row.subtotal b,
.income-row.subtotal span {
  color: #dfffee !important;
  font-weight: 900 !important;
}

.income-split.bottom {
  border-top: 1px solid rgba(167, 205, 238, 0.24) !important;
  border-bottom: 0 !important;
  margin-top: 4px !important;
}

.mini-tag {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  border: 1px solid rgba(54, 215, 131, 0.4);
  border-radius: 999px;
  padding: 2px 7px;
  color: #b7f5cf;
  background: rgba(54, 215, 131, 0.12);
  font-size: 9px;
  white-space: nowrap;
}

.empty-copy {
  min-height: 32px !important;
}
