body {
    background: #E2141E;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #ffffff;
    font-family: 'Sora', sans-serif;
}

.logo {
    width: 216.949px;
    height: 77.74px;
    aspect-ratio: 216.95/77.74;
    margin-top: 42px;
}

.rewards-img {
    width: 307.766px;
    height: 127.542px;
    position: fixed;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.white-border {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.25);
}

.text-xxl {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Sora', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.5px;
    word-spacing: -4px;
}

.text-xl {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Sora;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.5px;
}

.text-lg {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Sora', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.5px;
    word-spacing: -4px;
}

.text-md {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Sora', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.5px;
}

.text-sm {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.text-xs {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Acer Foco";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.text-xxs {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.text-md-highlight {
    color: #FFDD03;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Acer Foco";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.text-xl-highlight {
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Sora', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

.text-cashback-lg {
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Sora', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    background: linear-gradient(97deg, #FFDD8C 15.93%, #FFB237 82.35%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-cashback-xl {
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Sora', sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    background: linear-gradient(97deg, #FFDD8C 15.93%, #FFB237 82.35%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-link {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Sora', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.btn {
    display: flex;
    height: 48px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: #2A1F37;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Sora', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.btn-primary {
    display: flex;
    height: 48px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px;
    border: 2px solid #FCD825;
    background: #FDD801;
    z-index: 1000 !important;
}

/* Maintain same properties on hover */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:disabled {
    background: #FDD801 !important;
    border-color: #FCD825 !important;
    color: #000 !important;
    text-decoration: none;
    box-shadow: none;
}

.icon-24 {
    width: 24px;
    height: 24px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-6 {
    margin-top: 6px;
}

.mt-24 {
    margin-top: 24px;
}

.mt-32 {
    margin-top: 32px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mtb-32 {
    margin-top: 32px;
    margin-bottom: 32px;
}

.mt-12 {
    margin-top: 12px;
}

.mt-18 {
    margin-top: 18px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mt-16 {
    margin-top: 16px;
}

.mb-16 {
    margin-bottom: 16px;
}

.m-32 {
    margin: 32px 0px;
}

.ms-30 {
    margin: 0px 30px;
}

.ps-30 {
    padding: 0px 30px;
}

.p-40 {
    padding: 40px;
}

.pb-24 {
    padding-bottom: 24px;
}

.pt-8 {
    padding-top: 8px;
}

.pb-12 {
    padding-bottom: 12px;
}

.ps-10 {
    padding: 0px 10px;
}

.ps-20 {
    padding: 0px 20px;
}

.ps-50 {
    padding: 0px 50px;
}
.form-container{
    position: relative;
    z-index: 1000 !important;
}
.form-control {
    color: var(--Gray-500, #667085);
    font-family: 'Sora', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    padding: 10px 14px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--Gray-300, #D0D5DD);
    background: var(--White, #FFF);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

.success-message {
    position: absolute;
    width: 100%;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.error-message {
    color: #FAFAFA;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Sora', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.form-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    margin-top: 24px;
    z-index: 100;
}

.btn-link{
    color: white !important;
    display: flex;
    height: 28px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: #FAFAFA;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Sora;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; 
  }
  .no-underline{
    text-decoration: none;
}
.resend-disabled {
    pointer-events: none;
    opacity: 0.5;
    color: #fff !important; 
    text-decoration: none !important;
}
