* {
  margin: 0;
  padding: 0%;
}
.remove-padding {
  padding: 0%;
}
.address-name-sub-label {
  color: #000000;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  margin-top: 12px;
}
.address-name-error-label {
  color: #e22721;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.2px;
}
.address-name-input-field {
  font-size: 14px;
  background: #f7f7f7;
  color: #000;
  margin-bottom: 4px;
  width: 100%;
  border-radius: 8px;
  line-height: 22px;
  font-weight: 400;
  font-family: Roboto;
}
.address-title-label {
  color: #fff;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Be Vietnam Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
  letter-spacing: -0.12px;
}
.address_id_label {
  color: #161616;
  text-align: right;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: 0.2px;
}
.address_account_label {
  color: #000;
  text-align: right;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: 0.2px;
}
.mobile-sticky-footer {
  position: fixed;
  bottom: 80px;
  left: 0;
  right: 0;
  background: #fff;
  padding: 12px 16px;
  z-index: 1000;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

/* This makes room for the sticky footer */
.mobile-footer-space {
  height: 88px; /* must be >= button height + padding */
}
.account-number-display {
  position: fixed;
  bottom: 92px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 800px;
  z-index: 1001;
  text-align: center;
  padding: 0 16px;
  box-sizing: border-box;
}
.sticky-footer {
  position: sticky;
  bottom: 0;
  background: #f7f7f7;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 100;
}
@media (max-width: 744px) {
  .account-number-display {
    bottom: 130px; /* Adjust for mobile if needed */
  }
}
@media (min-width: 1025px) {
  .browser-header-padding {
    padding-top: 16px !important;
  }
}
.full-width-header {
  width: 100%;
  background-color: #f7f7f7;
  box-sizing: border-box;
}
.full-width-header-gradient {
  width: 100%;
  background: linear-gradient(156deg, #e51866 12.81%, #a230c1 166.57%);
  color: white;
  padding: 24px;
  border-radius: 8px;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}

@media (max-width: 744px) {
  .full-width-header-gradient {
    border-radius: 0 !important;
    max-width: 100% !important;
    padding: 24px 0 !important;
  }
}

@media (min-width: 745px) {
  .full-width-header {
    width: 100% !important;
    max-width: 100% !important;
    padding: 24px !important;
    border-radius: 8px !important;
  }

  .full-width-header-gradient {
    border-radius: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 24px 0 !important;
    border-radius: 8px !important;
  }
}
