body {
    font-family: Poppins;
}

.app-container::before {
    content: ""; /* Create a pseudo-element */
    position: absolute; /* Position the pseudo-element absolutely */
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url('../../assets/images/smart/background-highres.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.2;
}

.app-content {
    position: relative;
    z-index: 1;
    height: 100vh;
    width: 100%;
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {

    .app-container::before {
        height: 93vh !important;
    }

    .app-content {
        height: 93vh !important;
    }
}

.claim-box {
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
    max-width: 500px;
    min-height: 580px;
    border-radius: 8px;
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 7px 15px 2px rgba(0, 0, 0, 0.05);
    background: #FAFAFA;
}

.logo-container {
    height: 80px;
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #FFF;
}

.logo-container img {
    width: 209px;
    height: 60px;
}

.claim-box .content {
    margin-top: 26px;
}

.promo-code-label {
    font-size: 18px;
    font-weight: 600;
    color: #E83092;
    margin-top: 10px;
}

.promo-code-input {
    width: 100%;
    max-width: 436px;
    height: 58px;
    border-radius: 8px;
    border: solid 2px #E83092;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
}

.promo-code-input:focus, .promo-code-input:active {
    border: solid 2px #E83092 !important;
}

.promo-code-input::placeholder {
  color: #C7C7C7;
  opacity: 1;
}

.btn-claim-now {
    max-width: 436px;
    width: 100%;
    height: 48px;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    color: #FFF;
    background-color: #7F4697;
    border-color: #7F4697;
}

.btn-claim-now:focus, .btn-claim-now:visited, .btn-claim-now:active {
    background-color: #7F4697;
    border-color: #7F4697;
}

.agreement-box {
    max-width: 436px;
    margin: 0 auto;
    text-align: justify;
}

.agreement-text {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #868686;
}

.agreement-check {
    width: 20px;
    height: 20px;
    display: block !important;
    margin-left: 0;
    margin-top: 1px;
    position: relative;
}

.agreement-check:checked {
    background: #E83092;
    border-color: #E83092;
}

.smart-logo-container {
    height: 100px;
    font-size: 18px;
    font-weight: 500;
}

.smart-logo-container img {
    width: 65px;
    height: 19px;
}


.smart-spacer {
    width: 19px;
    margin: 0 auto;
    height: 4px !important;
    color: #E83092;
    opacity: 1;
}

.smart-load-text, #load-amount {
    font-size: 32px;
    color: #7F4697;
    font-weight: 700;
}

.smart-load-description {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    font-size: 16px !important;
    font-weight: 400;
}

#claim-modal .modal-dialog {
    height: 380px;
    max-width: 519px;
}

#claim-modal .modal-content {
    border-radius: 8px;
}

.pink-link, .pink-link:active, .pink-link:visited {
    color: #E83092;
}


.modal-close {
    font-size: 16px;
    font-weight: 500;
}

.smart-pre-text {
    font-weight: 400;
    font-size: 16px;
}

.promo-code-input.invalid {
    border: solid 2px #9A211F !important;
    color: #9A211F;
}

.code-error {
    width: 100%;
    max-width: 436px;
    margin: 0 auto;
    color: #9A211F;
    font-weight: 600;
    font-size: 14px;
}

.code-error.hidden {
    display: none;
}

.spinner-small.hidden {
    display: none;
}

.btn-claim-now:disabled,
.btn-claim-now[disabled]{
  background: #7F4697;
  border-color: #7F4697;
  opacity: 0.7;
}

.spinner-small {
    width: 17px;
    height: 17px;
}