* {
  margin: 0%;
  padding: 0%;
}
.AutoPay-title {
  color: var(--Type-Colors-Dark-Type---Primary, #000);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.2px;
  flex: 1 0 0;
  margin-top: 3px;
}
.AutoPay-container {
  display: flex;
  min-width: 88px;
  max-width: 548px;
  padding: 12px 8px;
  margin-left: 15px;
  justify-content: start;
  align-items: start;
  gap: 8px;
  align-self: stretch;
}
.setup-autopay-field-label {
  color: var(--Type-Colors-Dark-Type---Primary, #000);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.setup-autopay-field-value {
  color: var(--Type-Colors-Dark-Type---Primary, #000);
  text-align: right;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
.setup-autopay-container {
  display: flex;
  padding: 16px 0px;
  margin-left: 24px;
  margin-right: 24px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.setup-autopay-desc {
  color: var(--Type-Colors-Dark-Type---Secondary, #434343);
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: 0.2px;
}
.setup-autopay-span {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.autopay-success-header {
  margin-top: 3px;
  color: var(--Type-Colors-Dark-Type---Primary, #000);
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Be Vietnam Pro;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
}
.autopay-success-desc {
  color: var(--Type-Colors-Dark-Type---Primary, #000);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.autopay-success-account-text {
  color: var(--Type-Colors-Dark-Type---Primary, #000);
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.2px;
}
.autopay-off-desc {
  color: var(--Type-Colors-Dark-Type---Primary, #000);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
