.referral-bonus-popup-wrapper {
    background-color: #fff;
    height: 100%;
    left: 0;
    max-height: 100vh;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11
}

@media(max-width:767.98px) {
    .referral-bonus-popup-wrapper {
        border-radius: 16px 16px 0 0;
        max-height: calc(100vh - 80px);
        overflow-y: auto;
        padding-bottom: 80px;
        top: 80px
    }
}

.referral-bonus-popup-wrapper--header {
    margin-bottom: 58px
}

@media(max-width:767.98px) {
    .referral-bonus-popup-wrapper--header {
        margin-bottom: 24px
    }
}

.referral-bonus-popup-wrapper--header .icon-title img {
    max-width: 169px
}

.referral-bonus-popup-wrapper--header .icon-title img.offer-details-image {
    border-radius: 18px
}

@media(max-width:767.98px) {
    .referral-bonus-popup-wrapper--header .icon-title img.offer-details-image {
        border-radius: 7px
    }

    .referral-bonus-popup-wrapper--header .icon-title img {
        margin-bottom: 0;
        max-width: 75px
    }
}

.referral-bonus-popup-wrapper--header .icon-title .offers-details {
    margin-left: 28px;
    max-width: 800px
}

@media(max-width:767.98px) {
    .referral-bonus-popup-wrapper--header .icon-title .offers-details {
        margin-bottom: 0;
        margin-left: 16px
    }
}

.referral-bonus-popup-wrapper--header .icon-title .offers-details h3 {
    margin-left: 0!important;
    max-width: 100%;
    width: 100%
}

@media(max-width:767.98px) {
    .referral-bonus-popup-wrapper--header .icon-title .offers-details h3 {
        font-size: 1.2857142857rem;
        margin-bottom: 4px;
        text-align: left
    }
}

.referral-bonus-popup-wrapper--header .icon-title .offers-details h5 {
    color: #088600;
    font-size: 1rem
}

.referral-bonus-popup-wrapper--header .icon-title .offers-details h5 img {
    margin-right: 10px
}

.referral-bonus-popup-wrapper--button-wrapper {
    max-width: 200px;
    width: 100%
}

.referral-bonus-popup-wrapper--button-wrapper .theme-btn {
    padding: 12px 0;
    text-align: center;
    width: 100%
}

@media(max-width:767.98px) {
    .referral-bonus-popup-wrapper--button-wrapper .theme-btn {
        max-width: 280px;
        padding: 8px 0
    }

    .referral-bonus-popup-wrapper--button-wrapper {
        background-color: #fff;
        bottom: 0;
        box-shadow: 0 -20px 40px rgba(65,11,79,.1);
        left: 0;
        min-width: 100%;
        padding: 15px 0;
        position: fixed;
        right: 0;
        text-align: center;
        z-index: 1
    }
}

.referral-bonus-popup-wrapper--offer-details.margin-bottom {
    margin-bottom: 58px
}

.referral-bonus-popup-wrapper--doer-receiver {
    grid-gap: 40px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    padding: 40px 0 56px
}

.referral-bonus-popup-wrapper--doer-receiver table {
    text-align: center
}

.referral-bonus-popup-wrapper--doer-receiver table thead td {
    padding: 16px 0
}

.referral-bonus-popup-wrapper--doer-receiver table td {
    border: 1px solid #cda677;
    padding: 3px 0
}

@media(max-width:767.98px) {
    .referral-bonus-popup-wrapper--doer-receiver {
        grid-gap: 24px;
        grid-template-columns: none;
        grid-template-rows: repeat(2,1fr);
        padding: 24px 0 0
    }
}

.referral-bonus-popup-wrapper--terms-conditions h4 {
    margin-bottom: 8px
}

.referral-bonus-popup-wrapper--terms-conditions li {
    color: #6d7783;
    line-height: 1.5
}

@media(max-width:767.98px) {
    .back-to-home {
        max-width: 20px
    }
}

.back-to-home.position-absolute {
    left: 40px;
    top: 40px
}

@media(max-width:767.98px) {
    .back-to-home.position-absolute {
        left: 25px;
        top: 30px
    }
}

.offer-not-found p {
    padding: 10px 0 20px
}