body .slicewp-nav-tab-wrapper {
    justify-content: center;
}

/* body .slicewp-affiliate-dashboard-filters form {
    justify-content: right;
} */

.theme-blocksy .entry-content #slicewp-affiliate-register-form {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.theme-blocksy .entry-content #slicewp-affiliate-register-form label {
    --fontSize: 14px;
    --fontWeight: 500;
}

.theme-blocksy .entry-content #slicewp-affiliate-register-form label .slicewp-field-required-marker {
    color: red;
}

.theme-blocksy .entry-content #slicewp-affiliate-register-form button[type="submit"] {
    width: 100%;
}


.theme-blocksy .entry-content .slicewp-input-copy {
    padding: 5px 20px;
}

.theme-blocksy .entry-content .slicewp-affiliate-account-top-aff-id {
    text-align: center;
    background-color: var(--paletteColor1);
    color: #fff;
    padding: 1rem 0;
    font-weight: 500;
}

.theme-blocksy .entry-content .slicewp-user-notice {
    margin: 5px 0px 2em 0px;
}

.theme-blocksy .entry-content .slicewp-user-notice.slicewp-warning {
    background: var(--paletteColor1);
    border-color: var(--paletteColor1);
    color: #fff;
    text-align: center;
}