.affiliate_dashboard_theme_mod .pending_ref .notification {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF8E8;
    width: 400px;
    margin: 0 auto;
}

.affiliate_dashboard_theme_mod .pending_ref .notification .image {
    background-color: #FECE2E;
    padding: 15px;
    border-radius: 7px;
    width: 62px;
    text-align: center;
}

.affiliate_dashboard_theme_mod .pending_ref .notification .message {
    width: calc(100% - 62px);
    padding: 0 15px;
    box-sizing: border-box;
}

.affiliate_dashboard_theme_mod .pending_ref .action_btn_no_pending_refferals {
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
    padding-top: 30px;
    box-sizing: border-box;
}

.affiliate_dashboard_theme_mod .pending_ref .action_btn {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    align-items: center;
    padding-top: 30px;
    box-sizing: border-box;
}
.affiliate_dashboard_theme_mod .pending_ref .action_btn #affiiate_reminder_btn_container {
    margin: auto;
    margin-left: 0;
    
}

.affiliate_dashboard_theme_mod .pending_ref .action_btn #reviveReferral{
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    background-color: #7559EF;
    color: #fff;
    border: none;
    padding: 15px 20px;
    box-sizing: border-box;
    border-radius: 5px;
}

@media (min-width: 320px) and (max-width: 767px) {
    .affiliate_dashboard_theme_mod .pending_ref .notification {
        width: 100%;
    }
}