@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;500;600;700;800;900&display=swap");

body {
    margin: 0px;
    padding: 0px;
    font-family: "Red Hat Display", sans-serif;
    color: #574D46;
    box-sizing: border-box;
    font-size: 15px;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

a, button, img {
    -webkit-transition: all 0.2s ease-in-out;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    outline: none;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0 0 15px;
}

:root {
    --bs-darkPurpule: #3C2E41;
    --bs-font28: 28px;
    --bs-font24: 24px;
}

.responsiveImg {
    margin: 0px auto;
    display: block;
    max-width: 100%;
    height: auto;
}

.m-0 {
    margin: 0px !important;
}

.conainer-fluid {
    padding: 0 15px;
    max-width: 480px;
    margin: 0 auto;
}

.title {
    margin-bottom: 35px;
}

    .title h2 {
        margin-bottom: 6px;
        color: var(--bs-darkPurpule);
        font-weight: 800;
        line-height: 24px;
        font-size: var(--bs-font24);
    }

    .title p {
        margin-bottom: 0px;
    }

    .title .titleIcon {
        margin-right: 15px;
        max-width: 33px;
    }

    .title .wallet {
        max-width: 46px;
    }

.text-center {
    text-align: center;
}

.errorTitle {
    font-size: 45px;
    color: #D55543;
    font-weight: 800;
    margin-bottom: 15px;
}

.errorPage {
    padding-top: 20px;
}

.errorText {
    font-size: 20px;
    color: #211C2B;
    font-weight: 700;
}

.submit {
    border: 0px;
    text-decoration: none;
    width: 83px;
    height: 91px;
    background: url(../images/nextBtn.svg);
    display: block;
    margin: 0 auto;
    font-size: 0px;
    cursor: pointer;
}

.displayNone {
    display: none;
}

label.error, span.error, div.error {
    color: #eb2306;
    padding-left: 21px;
    padding-top: 5px;
    display: block;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}

.otpVerify label.error {
    margin-bottom: 0px;
}

.editMob {
    color: #e3412a;
    cursor: pointer;
    border-bottom: 1px solid #e4887b;
    font-weight: 500;
}

    .editMob img {
        height: 14px;
        display: inline-block;
        margin-bottom: -2px;
    }

.cashbackAmount {
    background: #e8f6e9;
    color: #20BE79;
    padding: 8px 15px;
    border-radius: 8px;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 700;
    border: 1px solid #c8cdc8;
}

    .cashbackAmount img {
        width: 40px;
        border-radius: 50%;
        background: #fff;
        padding: 5px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px;
        border: 1px solid #c8cdc8;
    }

.progressing {
    position: absolute;
    left: 5px;
    top: 2px;
}

.counter {
    padding-top: 10px;
    color: #6E6660;
    text-align: right;
    font-weight: 500;
}

    .counter .resendLink {
        text-align: right;
    }

        .counter .resendLink a {
            background: #5B416E;
            color: #fff;
            padding: 4px 10px;
            border-radius: 5px;
            display: inline-block;
        }

    .counter .counting span {
        color: #5B416E;
        font-size: 15px;
        font-weight: 700;
    }

.paymentOption {
    background: #fff;
    padding: 30px 20px 5px;
    border: 1px solid #CFBCAD;
    border-radius: 10px;
}

    .paymentOption .paymentOptionList {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between !important;
        color: #5B416E;
        font-size: 18px;
        font-weight: 700;
    }

        .paymentOption .paymentOptionList li {
            border: 1px solid #B9A8C5;
            border-radius: 30px;
            overflow: hidden;
            min-height: 50px;
            line-height: 42px;
            margin-bottom: 30px;
            max-width: 100%;
            width: 100%;
            padding: 3px 25px;
            position: relative;
            margin-bottom: 25px;
            cursor: pointer;
        }

            .paymentOption .paymentOptionList li img {
                display: block;
                position: absolute;
                right: 15px;
                top: 3px;
            }

            .paymentOption .paymentOptionList li.half {
                max-width: 140px;
                text-align: center;
            }

                .paymentOption .paymentOptionList li.half span {
                    display: none;
                }

                .paymentOption .paymentOptionList li.half img {
                    position: relative;
                    left: 0;
                    top: 0;
                }

        .paymentOption .paymentOptionList .submitPay {
            position: relative;
            background: #5B416E;
            color: #fff;
            width: 180px;
            border-radius: 30px;
            text-align: center;
            border: 0px;
            height: 44px;
            font-size: 17px;
            font-weight: 500;
            cursor: pointer;
            display: block;
        }

            .paymentOption .paymentOptionList .submitPay img {
                position: relative;
                right: 0;
                top: 0;
                display: inline-block;
                vertical-align: middle;
                padding-left: 5px;
            }

    .paymentOption .paymentDetails {
        border-top: 1px solid #B9A8C5;
        padding: 25px 0 20px;
        margin-top: 5px;
    }

    .paymentOption .form-control {
        box-shadow: none;
        border: 1px solid #A0B0CB;
        height: 44px;
        padding: 0 20px;
        font-size: 16px;
    }

        .paymentOption .form-control::-moz-placeholder {
            color: #818EA5;
            opacity: 1;
        }

        .paymentOption .form-control::placeholder {
            color: #818EA5;
            opacity: 1;
        }

.claimBox {
    background: rgba(255, 250, 246, 0.85);
    padding: 35px 20px;
    border: 1px solid #fff;
    border-radius: 15px;
}

.claimTitle {
    color: #20BE79;
    font-size: 28px;
    font-weight: 800;
    padding: 10px 0 30px;
    margin-bottom: 30px;
    position: relative;
}

.acknowledgement {
    color: #7A7387;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}

    .acknowledgement span {
        color: #DD7762;
        font-size: 24px;
        font-weight: 700;
        display: block;
        padding-top: 10px;
        text-align: center;
    }

.claimTitle::after {
    content: "";
    width: 94px;
    height: 3px;
    border-radius: 5px;
    background: #BCB8C5;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -47px;
}

.claim {
    padding: 20px 0 10px;
}

.claimDeatils {
    font-size: 16px;
    color: #7A7387;
    font-weight: 500;
}

    .claimDeatils li {
        border-bottom: 1px solid rgba(33, 28, 43, 0.2);
        text-align: left;
        color: #7A7387;
        padding: 9px 0;
        position: relative;
    }

        .claimDeatils li span {
            text-align: right;
            position: absolute;
            width: 50%;
            right: 0;
            top: 10px;
            color: #5B416E;
        }

.contentBox {
    background: rgba(255, 250, 246, 0.85);
    padding: 30px 20px;
    border: 1px solid #fff;
    border-radius: 15px;
    margin-bottom: 50px;
}

    .contentBox h1 {
        font-size: 24px;
        color: #211C2B;
        font-weight: 800;
        border-bottom: 1px solid rgba(33, 28, 43, 0.2);
        padding-bottom: 12px;
    }

    .contentBox li {
        margin-bottom: 15px;
    }

    .contentBox .contactIcon {
        max-width: 50px;
    }

    .contentBox .contactText {
        border-bottom: 1px solid rgba(33, 28, 43, 0.2);
        padding-bottom: 12px;
    }

        .contentBox .contactText p {
            font-weight: 500;
            color: #6B6575;
            margin-bottom: 5px;
        }

        .contentBox .contactText h3 {
            font-weight: 800;
            font-size: 20px;
            margin-bottom: 0px;
        }

            .contentBox .contactText h3 a {
                color: #DD7762;
            }

.listUnorder {
    color: #6B6575;
    list-style: disc;
    padding-left: 15px;
}

    .listUnorder li {
        padding-bottom: 15px;
        font-size: 15px;
        font-weight: 600;
        line-height: 24px;
    }

#uploadDoc .form-group {
    position: relative;
    margin-bottom: 30px;
}

.document {
    width: calc(100% - 65px);
    font-size: 16px;
    position: absolute;
    z-index: 99;
    top: 20px;
    right: 0px;
    font-weight: 500;
}

.uploadbtn {
    width: 100%;
    height: 60px;
    background: #fff;
    border-radius: 34px;
    position: relative;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.uploadImg {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

.upload {
    width: 100%;
    height: 60px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 0px;
}

.uploadedImg {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.fileName {
    position: relative;
    top: 6px;
    left: 0px;
    color: #72359f;
    width: 100%;
    display: block;
    padding-left: 15px;
    font-weight: 500;
}

.title h3 {
    margin-bottom: 6px;
    color: var(--bs-darkPurpule);
    font-weight: 800;
    line-height: 24px;
    font-size: 22px;
}

.uploadDoc {
    padding-top: 15px;
}

.progress {
    display: flex;
    height: 20px;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #b196c1;
    border-radius: 0.25rem;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #7544ba;
    transition: width 0.6s ease;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.submitBTN {
    position: relative;
    background: #5B416E;
    color: #fff;
    min-width: 240px;
    border-radius: 30px;
    text-align: center;
    border: 0px;
    height: 44px;
    font-size: 17px;
    font-weight: 500;
    display: inline-block;
    line-height: 44px;
    cursor: pointer;
}

    .submitBTN img {
        position: relative;
        right: 0;
        top: 0;
        display: inline-block;
        vertical-align: middle;
        padding-left: 5px;
    }

.totalCashbackAmount {
    color: #20BE79;
    font-size: 22px;
    font-weight: 700;
}

/* all col css start here */
.row {
    display: flex;
    flex-wrap: wrap;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-3 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.align-items-center {
    align-items: center !important;
}

/* all col css End here */
.form-group {
    margin-bottom: 25px;
    clear: both;
}

.form-control {
    display: block;
    width: 100%;
    padding: 15px 35px;
    color: #3C2E41;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background-clip: padding-box;
    border: 0px solid #ced4da;
    border-radius: 40px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-size: 18px;
    font-weight: 500;
    height: 60px;
}

    .form-control::-moz-placeholder {
        color: #988886;
        opacity: 1;
    }

    .form-control::placeholder {
        color: #988886;
        opacity: 1;
    }

.massage {
    color: #6B6575;
    line-height: 24px;
}

.confirmBtn {
    display: inline-block;
    padding: 8px 35px;
    border-radius: 6px;
    border: 0px;
    font-weight: 700;
    color: #fff;
}

.confirmNo {
    background: #e4887b;
    border: 1px solid #d87669;
}

    .confirmNo:hover {
        background: #d87669;
    }

.confirmYes {
    background: #20BE79;
    border: 1px solid #15ad6b;
}

    .confirmYes:hover {
        background: #15ad6b;
    }

.massageAction {
    padding-top: 10px;
}

    .massageAction .col {
        padding: 0 15px;
    }

.text-right {
    text-align: right;
}

.mixDiv {
    width: 100%;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    margin-bottom: 25px;
}

    .mixDiv .form-control {
        box-shadow: none;
        height: 40px;
        border-bottom: 1px solid rgba(33, 28, 43, 0.2);
        border-radius: 0px;
        padding: 5px 25px;
        margin: 9px 0;
    }

    .mixDiv .form-group {
        margin: 0px;
    }

        .mixDiv .form-group:last-child .form-control {
            border-bottom: 0px;
        }

.scratchAfter {
    height: 210px;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.winner-box {
    position: relative;
    visibility: hidden;
    background: #7A7387;
    font-size: 24px;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    height: 100%;
    padding-top: 50px;
}

.canvas {
    position: absolute;
    top: 0;
    z-index: 10;
    left: 0px;
    cursor: pointer;
    width: 100%;
}

.scrachting {
    height: 210px;
    line-height: 210px;
}

.scratchAfter .loading {
    position: absolute;
    bottom: 0;
    left: 10px;
    z-index: 999;
    margin-bottom: 0px;
}

.scratch_box .loading {
    position: absolute;
    bottom: 0;
    left: 10px;
    z-index: 999;
    margin-bottom: 0px;
}

.loading:after {
    content: " .";
    font-size: 30px;
    animation: dots 1s steps(5, end) infinite;
}

@keyframes dots {
    0%, 20% {
        color: #28f300;
        text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
    }

    40% {
        color: #28f300;
        text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
    }

    60% {
        text-shadow: 0.25em 0 0 #28f300, 0.5em 0 0 rgba(0, 0, 0, 0);
    }

    80%, 100% {
        text-shadow: 0.25em 0 0 #28f300, 0.5em 0 0 #28f300;
    }
}

.boxImg {
    background: #fff;
    border-radius: 10px;
    width: 100%;
    max-width: 240px;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    vertical-align: top;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
}

.product_box img {
    width: 100%;
    border-radius: 10px;
}

.product_box p {
    color: #DD7762;
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0;
}

@media (max-width: 1440px) {
    .form-control {
        height: 52px;
    }
}
/*# sourceMappingURL=style.css.map */
