._cardWrapper_147tm_1 {
  border: 1px solid var(--border);
  padding: 10px;
  border-radius: 4px;
  margin: var(--spacing-lg) 0;
}
._cardWrapper_147tm_1 form {
  margin: 0;
}

._discountRow_147tm_11 {
  align-items: start;
}
._discountRow_147tm_11 td:first-child {
  padding-left: var(--spacing-md);
}
._discountRow_147tm_11 {
  color: var(--secondaryText);
  font-size: 14px;
}
._discountRow_147tm_11 td:last-child {
  vertical-align: sub;
}

._discount_147tm_11 button {
  display: flex;
  align-items: center;
  justify-content: center;
}
._discount_147tm_11 svg {
  width: 16px;
  height: 16px;
}

._markdown_147tm_35 * {
  line-height: 1.5 !important;
}

._loadingWrapper_147tm_39 {
  display: flex;
  padding-top: var(--spacing-lg);
}

._discountInputWrapper_147tm_44 {
  position: relative;
}
._discountInputWrapper_147tm_44 button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 500;
  margin: 0;
  padding: var(--spacing-md) var(--spacing-lg);
}

._stripeFeePrint_147tm_57 {
  font-size: 12px;
  color: var(--secondaryText);
  font-weight: 400;
  margin-bottom: 0;
}
._stripeFeePrint_147tm_57 a {
  color: var(--darker);
  text-decoration: none;
  transition: all 0.3s;
}
._stripeFeePrint_147tm_57 a:hover {
  color: var(--darkerHover);
}
._stripeFeePrint_147tm_57 + ._stripeFeePrint_147tm_57 {
  margin-top: var(--spacing-sm);
}

._paymentSummary_147tm_75 {
  width: 100%;
  border-spacing: 0;
  margin: 0;
  background: var(--bgLight);
  border-radius: 6px;
  margin-top: var(--spacing-lg);
  padding: var(--spacing-lg);
}
._paymentSummary_147tm_75 tbody tr td {
  padding: 0 0 var(--spacing-md);
  color: var(--secondaryText);
}
._paymentSummary_147tm_75 tbody tr td:last-child {
  text-align: right;
  font-weight: 500;
  color: var(--mainText);
}
._paymentSummary_147tm_75 tbody tr:last-child {
  margin-top: 0.5rem;
}
._paymentSummary_147tm_75 tbody tr:last-child td {
  border-top: 1px solid #e5e7eb;
  padding-top: var(--spacing-md);
  padding-bottom: 0;
  font-weight: 600;
  color: var(--mainText);
  font-size: 18px;
}
._paymentSummary_147tm_75 tbody tr:last-child:first-child td {
  border-top: none;
  padding-top: 0;
}

._skeletonWrapper_147tm_109 {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

._skeletonRow_147tm_115 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
._skeletonRow_147tm_115._tight_147tm_120 {
  gap: 0.5rem;
}

._skeleton_147tm_109 {
  display: block;
  width: 100%;
}

._skeletonCard_147tm_129 {
  background: #f1f2f3;
  border-radius: 4px;
  height: 62px;
  animation: _pulse_147tm_1 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  display: block;
  width: 100%;
}

._skeletonText_147tm_138 {
  background: #f1f2f3;
  border-radius: 4px;
  height: 21px;
  animation: _pulse_147tm_1 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  display: block;
  width: 45%;
  margin: 1rem 0 0.25rem;
}

._skeletonLabel_147tm_148 {
  background: #f1f2f3;
  border-radius: 4px;
  height: 17px;
  animation: _pulse_147tm_1 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  display: block;
  width: 25%;
  margin-bottom: 0.25rem;
}

._skeletonField_147tm_158 {
  background: #f1f2f3;
  border-radius: 6px;
  height: 44.2px;
  animation: _pulse_147tm_1 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  display: block;
  width: 100%;
}

._submitBtn_147tm_167 {
  margin-left: auto;
  margin-top: var(--spacing-lg);
}

@keyframes _pulse_147tm_1 {
  50% {
    background: #e9e9e9;
  }
}
._icon_pgc7p_1 {
  background: var(--info);
  display: block;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s;
}
._icon_pgc7p_1:hover {
  background: var(--infoHover);
}
._icon_pgc7p_1 img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
}
