.no-access {
    display: none;
}

#affwp-login-form.affwp-form {
    max-width: 800px;
    margin: 2rem auto 2rem !important;
    display: block;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.04);
    background: var(--porto-primary-color-inverse);
    padding: 3rem 6rem;
}

.password-wrap {
    position: relative;
}

.show-hide-psaff {
    position: absolute;
    bottom: 30px;
    right: 10px;
    cursor: pointer;
}

#affwp-login-form input[type="submit"] {
    display: block;
    float: none;
    width: 100%;
    color: var(--porto-primary-color-inverse);
    background: var(--porto-primary-color);
    height: 62px;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 200;
    margin-top: 30px;
}

#affwp-login-form .affwp-lost-password {
    font-family: inherit;
    position: relative;
    margin: 0;
}

#affwp-login-form .affwp-lost-password a {
    text-decoration: underline;
    position: absolute;
    top: -136px;
    right: 0;
    line-height: 1;
    font-size: 16px;
}

#affwp-login-form .affwp-user-remember {
    display: inline-flex;
    align-items: center;
    color: var(--porto-primary-color) !important;
    font-size: 16px !important;
}

#affwp-login-form input[type="checkbox"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    appearance: none;
    /* For iOS < 15 to remove gradient background */
    background-color: var(--porto-primary-color-inverse);
    /* Not removed via appearance */
    margin: 0 7px 0 0;
    display: grid;
    font: inherit;
    color: currentColor;
    width: 20px;
    height: 20px;
    opacity: 0.13;
    background: var(--porto-primary-color);
    border-radius: 0;
    transform: translateY(-0.075em);
    place-content: center;
    transition: opacity 0.2s ease-in-out;
}

#affwp-login-form input[type="checkbox"]:focus {
    outline: none;
}

#affwp-login-form input[type="checkbox"]:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: var(--porto-primary-color-inverse);
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

#affwp-login-form input[type="checkbox"]:checked {
    opacity: 1;
}

#affwp-affiliate-dashboard {
    max-width: 800px;
    margin: -60px auto 80px !important;
    display: block;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
    background: var(--porto-primary-color-inverse);
    padding: 4rem 0;
}

#affwp-login-form.affwp-form legend {
    text-align: center;
    border: none;
    font-size: 30px;
    color: var(--porto-primary-color);
    font-weight: 100;
    letter-spacing: 1px;
}

#affwp-login-form.affwp-form label {
    cursor: pointer;
    font-family: "Futura", sans-serif;
    color: var(--porto-tertiary-color);
    font-size: 14px;
}

#affwp-login-form.affwp-form input[type="text"],
#affwp-login-form.affwp-form input[type="password"] {
    background: var(--porto-dark-color-inverse);
    border: none;
    height: 62px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}

#affwp-login-form.affwp-form input[type="password"] {
    padding-right: 60px;
}

#affwp-login-form.affwp-form p.affwp-login-input-password-act {
    position: relative;
}

#affwp-login-form.affwp-form p.affwp-login-input-password-act span.show-hide-psaff {
    position: absolute;
    bottom: 28px;
    right: 20px;
}

#affwp-login-form.affwp-form .affwp-login-remember-reset-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin-bottom: 30px;
}

#affwp-login-form.affwp-form .affwp-login-remember-reset-container a,
#affwp-login-form.affwp-form .affwp-login-remember-reset-container p label {
    font-size: 18px !important;
    font-family: "Futura", sans-serif;
    color: var(--porto-primary-color) !important;
    font-weight: 700;
}

#affwp-login-form.affwp-form .affwp-login-remember-reset-container p.affwp-login-rememberme-act {
    margin: 0;
}

#affwp-login-form.affwp-form .affwp-login-remember-reset-container p.affwp-lost-password a {
    text-decoration: underline;
}

#affwp-login-form.affwp-form p.affwp-login-submit-act input[type^="submit"] {
    width: 100%;
    height: 62px;
    background-color: var(--porto-primary-color);
    color: var(--porto-primary-color-inverse);
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 800;
}

.affwp-errors, .affwp-notice {
    border: none;
    background: transparent;
    color: unset;
}

.affwp-errors .affwp-error {
    background: var(--porto-secondary-color);
    border: solid 1px var(--bs-danger);
    margin-bottom: 10px !important;
    color: var(--bs-danger) !important;
    border-radius: 10px;
    padding: 5px 15px;
    font-family: "Futura", sans-serif;
    font-size: 16px !important;
    font-weight: 600;
}

#affwp-affiliate-dashboard .affwp-affiliate-db-info-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    padding: 1rem 6rem 5rem;
}

#affwp-affiliate-dashboard .affwp-affiliate-db-info-actions .affwp-db-actions {
    height: 30px;
}

#affwp-affiliate-dashboard .affwp-affiliate-db-info-actions .affwp-db-actions ul li {
    display: inline-block;
}

#affwp-affiliate-dashboard .affwp-affiliate-db-info-actions .affwp-db-actions ul li:not(:last-child) {
    margin-right: 20px;
}

#affwp-affiliate-dashboard .affwp-affiliate-db-info-actions .affwp-db-actions ul {
    list-style: none;
    display: inline-block;
}

#affwp-affiliate-dashboard .affwp-affiliate-db-info-actions .affwp-db-actions .settings a {
    background-image: url(/wp-content/uploads/2023/03/vuesax-outline-setting-2.svg);
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
}

#affwp-affiliate-dashboard .affwp-affiliate-db-info-actions .affwp-db-actions .logout a {
    background-image: url(/wp-content/uploads/2023/03/vuesax-outline-unlock.svg);
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
}

#affwp-affiliate-dashboard .affwp-bd-info {
    display: inline-block;
}

#affwp-affiliate-dashboard .affwp-bd-info .affwp-db-user-in {
    margin: 0;
    width: 44px;
    height: 44px;
    display: inline-block;
    background-color: var(--porto-quaternary-color);
    border-radius: 50%;
    text-align: center;
    line-height: 44px;
    color: var(--porto-primary-color-inverse) !important;
    font-family: "Futura", sans-serif;
    font-size: 18px;
    font-weight: 800;
    vertical-align: middle;
    text-transform: uppercase;
}

#affwp-affiliate-dashboard .affwp-bd-info .affwp-db-user-name {
    margin: 0 0 0 15px;
    color: var(--porto-primary-color);
    display: inline-block;
    font-size: 28px;
    font-family: "Futura", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 44px;
    vertical-align: middle;
}

ul#affwp-affiliate-dashboard-tabs li:nth-child(6) {
    display: none !important;
}

ul#affwp-affiliate-dashboard-tabs {
    padding: 0 6rem !important;
    border-bottom: solid 1px #EFEFEF !important;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    align-content: center;
    margin: 0 0 40px !important;
}

#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li {
    display: inline-block;
    padding: 5px 0;
}

#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.active {
    border-bottom: solid 1px;
    margin-bottom: -1px;
}

#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li:not(:last-child) {
    margin-right: 15px;
}

#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a {
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.active a {
    font-family: "Futura", sans-serif;
}

#affwp-affiliate-dashboard .affwp-tab-content > h4,
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-profile-form > h4 {
    text-align: center;
    font-family: "Futura", sans-serif;
    text-transform: uppercase;
    margin-bottom: 40px;
}

table.affwp-table th, table.affwp-table td {
    border: none;
    border-bottom: 1px solid var(--porto-light-color);
    color: var(--porto-primary-color);
    padding: 1.5em;
    line-height: 1.2;
}

table.affwp-table thead th, table.affwp-table thead td {
    border: none;
    background: var(--porto-secondary-color);
    padding: 1em 1.5em;
}

#affwp-affiliate-dashboard-url-generator {
    padding: 2rem 4rem;
    max-width: 580px;
    margin: 0 auto;
}

#affwp-affiliate-dashboard-url-generator .affwp-affiliate-dashboard-info-main-urls-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

#affwp-affiliate-dashboard-url-generator .affwp-affiliate-dashboard-info-main-urls-main .url-col {
    margin-bottom: 20px;
    color: var(--porto-tertiary-color);
    font-size: 14px;
}

#affwp-affiliate-dashboard-url-generator .affwp-affiliate-dashboard-info-main-urls-main .url-col span {
    margin-bottom: 5px;
    display: block;
}

#affwp-affiliate-dashboard-url-generator .affwp-affiliate-dashboard-info-main-urls-main strong {
    display: block;
    background: var(--porto-secondary-color);
    height: 62px;
    padding: 20px;
    color: var(--porto-primary-color);
    font-size: 20px;
    line-height: 1;
}

#affwp-affiliate-dashboard-url-generator .affwp-affiliate-dashboard-info-main-urls-main div:first-child {
    padding-right: 20px;
}

#affwp-affiliate-dashboard-url-generator h5 {
    margin-top: 40px;
    padding-top: 50px;
    text-align: center;
    font-family: "Futura", sans-serif;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-size: 28px;
    position: relative;
}

@media (min-width: 768px) {
    #affwp-affiliate-dashboard-url-generator h5:before {
        content: "";
        display: block;
        width: 800px;
        height: 1px;
        background: #efefef;
        position: absolute;
        top: 0;
        left: -150px;
    }
}

#affwp-affiliate-dashboard-url-generator .qr-text {
    color: var(--porto-tertiary-color);
    font-family: "Futura", sans-serif;
}

#affwp-affiliate-dashboard-referrals td.referral-status,
#affwp-affiliate-dashboard-payouts td[data-th="Status"] {
    text-transform: uppercase;
}

#affwp-affiliate-dashboard-referrals td.referral-status.unpaid,
#affwp-affiliate-dashboard-payouts td[data-th="Status"].unpaid {
    color: var(--bs-yellow);
}

#affwp-affiliate-dashboard-referrals td.referral-status.paid,
#affwp-affiliate-dashboard-payouts td[data-th="Status"].paid {
    color: var(--bs-teal);
}

#affwp-affiliate-dashboard-profile-form {
    padding: 0 3rem 3rem;
    max-width: 540px;
    margin: 0 auto;
    display: block;
}

#affwp-affiliate-dashboard-profile-form input#affwp-payment-email, #affwp-generate-ref-url input[type="text"] {
    background: var(--porto-dark-color-inverse);
    border: none;
    height: 62px;
    padding: 15px 30px;
    font-size: 20px;
    color: var(--porto-primary-color);
}

#affwp-affiliate-dashboard-profile-form .affwp-save-profile-wrap input[type="submit"], #affwp-generate-ref-url .affwp-referral-url-submit-wrap input[type="submit"] {
    display: block;
    width: 100%;
    height: 62px;
    background: var(--porto-primary-color);
    font-size: 18px;
    letter-spacing: 1px;
    color: var(--porto-primary-color-inverse);
    font-weight: 800;
    float: unset;
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .ftc-breadcrumb .ftc-breadcrumb-title .entry-title {
        font-size: 3rem !important;
    }

    #affwp-login-form.affwp-form {
        padding: 40px 30px;
    }

    #affwp-login-form .affwp-lost-password a {
        top: -126px;
    }

    #affwp-login-form.affwp-form legend {
        font-size: 24px;
    }

    #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs {
        justify-content: center;
    }

    #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li:not(:last-child) {
        margin-right: 25px;
    }

    #affwp-affiliate-dashboard .affwp-affiliate-db-info-actions {
        flex-direction: column;
        padding: 1rem 6rem 3rem;
    }

    #affwp-affiliate-dashboard .affwp-bd-info {
        margin-bottom: 30px;
    }

    #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li {
        padding: 2px 0;
    }

    #affwp-affiliate-dashboard-url-generator h5 {
        font-size: 18px;
    }

    #affwp-affiliate-dashboard-url-generator h5:before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: var(--porto-quaternary-color-inverse);
        position: absolute;
        top: 0;
        left: 0;
    }
}

#affwp-affiliate-dashboard-campaign-stats {
    display: none !important;
}