﻿.singleCol,
.affiliateHeadWrap > div {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.affiliateHeadWrap {
    background: #efefef;
    margin-top: -32px;
    padding-top: 128px;
    padding-bottom: 64px;
}
h1 {
    color: #fff;
    margin: 0;
    font-size: 4rem;
    text-align: left;
    line-height: 110%;
    padding-left: 0;
}
.headContent {
    padding-left: 330px;
}
.headContent.noOcto {
    padding-left: 0;
    text-align: center;
}
.headContent.noOcto h1 {
    margin: 0 auto;
    text-align: center;
}
p.h1Text {
    color: #ffffff;
    font-weight: 500;
    margin: 0;
    margin-top: 16px;
    margin-bottom: 64px;
    font-size: 2rem;
}
.affiliateHeadWrap a.pinkButton {
    padding: 24px;
    border-radius: 3px !important;
    width: 230px !important;
    border: 2px solid #fff !important;
}
.octoImg {
    position: absolute;
    bottom: -100px;
    left: 0;
}
.affiliateHeadWrap a.pinkButton.secondButton {
    background: #fff !important;
    color: #dc0d8a !important;
}
.affiliateHeadWrap a.pinkButton:hover {
    text-decoration: underline !important;
}
.underButtons {
    color: #fff;
    font-weight: 500;
    margin-top: 16px;
}
.area {
    background-image: linear-gradient(15deg, #ff0844 0%, #ffb199 100%);
    width: 100%;
}
.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    right: -150px;
}
.circles li:nth-child(1) {
    top: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}
.circles li:nth-child(2) {
    top: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3) {
    top: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4) {
    top: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5) {
    top: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6) {
    top: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7) {
    top: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8) {
    top: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9) {
    top: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10) {
    top: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}
@keyframes animate {

    0% {
        transform: translateX(0);
        opacity: 0.4;
        border-radius: 0;
    }

    100% {
        transform: translateX(-2000px);
        opacity: 0;
        border-radius: 50%;
        top: 1%;
    }
}

.affiliateWhyWrap {
    text-align: center;
}
.affiliateWhyWrap h2 {
    font-size: 2.5rem;
    margin-top: 64px;
    margin-bottom: 64px;
}
    .affiliateWhyWrap ul, .whoForWrap ul, .howWorkWrap ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        margin: 0 -32px;
    }
        .affiliateWhyWrap ul li, .whoForWrap ul li, .howWorkWrap ul li {
            margin: 0;
            padding: 0;
            max-width: 33.333%;
            min-width: 33.333%;
            text-align: left;
            padding: 0 32px;
            padding-bottom: 64px;
        }
            .affiliateWhyWrap ul li h3, .whoForWrap ul li h3, .howWorkWrap ul li h3 {
                font-family: 'Roboto', Arial, sans-serif;
                margin-bottom: 16px;
                font-size: 1.35rem;
                font-weight: 500;
            }
            .affiliateWhyWrap ul li p, .whoForWrap ul li p, .howWorkWrap ul li p {
                font-size: 1.15rem;
            }
.whoForWrap {
    background: #f8f8f8;
    margin-top: -64px;
    padding-top: 64px;
    margin-bottom: 64px;
    text-align: center;
    border-radius: 32px;
}
    .whoForWrap ul, .howWorkWrap ul {
        margin-top: 48px;
    }
    .whoForWrap ul li {
        padding-bottom: 0;
        text-align: center;
    }

.faqWrap .twoCol {
    display: flex;
}
.faqWrap .twoCol > div {
    min-width: 50%;
    max-width: 50%;
}
.faqWrap .twoCol > div:first-child {
    padding-right: 16px;
}
.faqWrap .twoCol > div:last-child {
    padding-left: 16px;
}
.faqWrap ul {
    display: block;
    margin: 0;
}
    .faqWrap ul li {
        border-radius: 3px;
        min-width: 100%;
        max-width: 100%;
        box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px 0, rgba(0, 0, 0, 0.06) 0 1px 2px 0;
        padding: 16px !important;
        margin-bottom: 32px;
    }
.faqWrap ul li label {
    font-weight: 500;
    color: #dc0d8a;
}
.faqWrap ul li div {
    display: none;
    font-size: 1.15rem;
    padding: 16px;
}
.faqWrap ul li input[type="checkbox"]:checked + div {
    display: block;
}
.faqWrap ul li input[type="checkbox"] {
    visibility: hidden;
}

.pendingApplication {
    margin: 128px 0;
    border: 1px solid #efefef;
    border-radius: 16px;
}
.pendingApplication > div {
    max-width: 750px;
    margin: 0 auto;
}
.pendingApplication > div  h3 {
    display: block;
    text-align: center;
    margin-bottom: 16px;
}

.applyWrap {
    padding-top: 64px;
    max-width: 550px;
    margin: 0 auto;
}
.applyWrap .formChunkWrap {
    border: 1px solid #efefef;
    border-radius: 3px;
    padding: 16px;
    margin-bottom: 16px;
    line-height: 140%;
}
.applyWrap .formChunkWrap label {
    font-weight: 500;
    font-size: 1.15rem;
    display: block;
    margin-bottom: 4px;
}
.applyWrap .formChunkWrap label span {
    font-weight: normal;
    font-size: 1rem;
}
.applyWrap select,
.applyWrap input[type=text],
.applyWrap textarea {
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    padding: 8px;
}
.applyWrap .formChunkWrap .twoCol {
    display: flex;
}
.applyWrap .formChunkWrap .twoCol > div {
    max-width: 50%;
    min-width: 50%;
}
.applyWrap .formChunkWrap .twoCol > div:first-child {
    padding-right: 4px;
}
.applyWrap .formChunkWrap .twoCol > div:last-child {
    padding-left: 4px;
}
.chkWrapToggle label {
    font-size: 1rem !important;
    font-weight: normal !important;
}
.chkWrapToggle label.toggle {
    display: flex !important;
}
textarea.terms {
    font-size: 0.85rem;
    height: 300px;
    background: #f8f8f8;
}
.singleCol.terms {
    max-width: 750px;
    padding-top: 64px;
}
.singleCol.terms h2 {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
}
.singleCol.terms p {
    font-size: 1.15rem;
}
.twoCol select {
    max-width: 100%;
    overflow: hidden;
}
.affAccountWrap {
    display: flex;
}
.affLeftMenu {
    top: 112px;
    width: 300px;
    height: 100%;
    position:fixed;
    background: #f8f8f8;
}
.affLeftMenuInner {
    max-height: calc(100vh - 112px);
    overflow-y: auto;
    position: sticky;
}
.affLeftMenu h3 {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1.15rem;
    font-weight: 500;
    margin: 0;
    padding: 0;
    margin-top: 16px;
    padding-left: 16px;
}
.affLeftMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.affLeftMenu ul li {
    margin: 0;
    padding: 0;
}
.affLeftMenu ul li a {
    display: flex;
    font-size: 1.15rem;
    font-weight: 500;
    border-top: 1px solid #efefef;
    border-right: 1px solid #efefef;
    background: #fff;
    padding: 5px 16px;
    padding-left: 32px;
}
.affLeftMenu ul li a span {
    display: block;
    flex: 1;
}
.affLeftMenu ul li a img {
    min-width: 16px;
    max-width: 16px;
    flex: 0;
}
.affLeftMenu ul li:last-child a {
    border-bottom: 1px solid #efefef;
}
.affAccountContent {
    padding: 32px;
    padding-left: 332px;
    max-width: 1600px;
    width: 100%;
}
.affAccountContent h1 {
    color: #2B2B2B;
    margin-bottom: 32px;

}
.affAccountContent h2 {
    margin: 0;
    margin-bottom: 4px;
    padding: 0;
    font-size: 1.8rem;
}
    .yourLink {
        background: #f8f8f8;
        border-radius: 3px;
        padding: 16px;
        width: 100%;
        margin-top: 16px;
    }
.yourLink input[type=text] {
    width: 100%;
    font-size: 1.5rem;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
}
.yourLink p {
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
}
        .yourLink select {
            padding: 4px;
            font-size: 1.15rem;
            border: 1px solid #c0c0c0;
            border-radius: 3px;
        }
.yourLink label {
    margin-top: 16px;
    font-weight: 500;
    display: block;
    font-size: 1.15rem;
}
.yourLink span {
    display: block;
    line-height: 100%;
    margin-top: 4px;
}
.chartWrap {
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    padding: 32px;
    text-align: center;
}
.chartWrap + .chartWrap {
    margin-top: 16px;
}
ul.analyticsFilter {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    margin-bottom: 8px;
    justify-content: flex-end;
}
ul.analyticsFilter li {
    margin: 0;
    padding: 0;
    margin-left: 4px;
}
ul.analyticsFilter li a {
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    font-weight: 500;
    font-size: 1rem;
    padding: 4px 8px;
}
ul.analyticsFilter li a.selected {
    border: 1px solid #dc0d8a;
    color: #ffffff;
    background: #dc0d8a;
}
.salesReportTable {
    margin-top: 8px;
    border: 1px solid #efefef;
    padding: 8px;
    padding-bottom: 0;
    background: #ffffff;
}
.salesReportTable tbody tr td {
    line-height: 120%;
}
.salesReportTable tbody tr td:first-child {
    font-weight: 500;
}
.salesReportTable tbody tr td span {
    font-size: 1rem;
    font-weight: normal;
    display: block;
}
.salesReportTable table thead tr td {
    background: #dc0d8a !important;
    font-weight: 500;
    color: #ffffff !important;
}
.salesReportTable table tbody tr td {
    background: #fff !important;
    border-bottom: 1px solid #efefef;
}
.salesReportTable table tbody tr:last-child td {
    border-bottom: 0;
}
.netPos, .netNeg {
    background: #dcffe2;
    color: #064310;
    border-radius: 16px;
    padding: 3px 15px;
    font-weight: 500;
    display: inline-block;
    white-space: nowrap;
}
.netNeg {
    background: #ffe2dc;
    color: #431806;
}
p.nosales {
    font-weight: normal !important;
    display: block;
    margin: 32px auto;
    max-width: 650px;
}
p.nosales a {
    font-weight: 500 !important;
}
.salesPaginationWrap {
    text-align: right;
}
.salesReportTable + .salesPaginationWrap {
    margin-top: 8px;
}

ul.accountLimits {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
ul.accountLimits li {
    margin: 0;
    padding: 0;
    min-width: 50%;
    max-width: 50%;
}
ul.accountLimits li > div {
    background: #f8f8f8;
    border-radius: 3px;
    text-align: center;
    padding: 32px;
    margin-top: 16px;
}
ul.accountLimits li:nth-child(even) > div {
    margin-left: 8px;
}
ul.accountLimits li:nth-child(odd) > div {
    margin-right: 8px;
}
        ul.accountLimits h3 {
            margin: 0;
            padding: 0;
            font-family: 'Roboto', Arial, sans-serif;
            font-weight: 500;
        }
ul.accountLimits li > div span {
    display: block;
    font-size: 3rem;
    padding: 8px 0;
    line-height: 3rem;
    color: #dc0d8a;
    font-weight: 500;
}
ul.accountLimits li > div p {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 120%;
}
.suspendedNotice {
    background: #ffe2dc;
    color: #431806;
    padding: 16px;
    margin-bottom: 32px;
    padding-bottom: 12px;
}
.suspendedNotice h3 {
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    margin-bottom: 8px;
}
.suspendedNotice p {
    font-size: 1.15rem;
    max-width: 750px;
    margin: 8px auto;
    line-height: 120%;
}
table thead tr td.supportUserInfo {
    background: #be5292 !important;
    border-left: 1px solid #e37bb9;
}
.asterixContent {
    display: block;
    line-height: 120%;
    max-width: 750px;
    margin-top: 8px;
    font-size: 0.85rem;
    color: #999;
}
.cashoutMethodWrap {
    display: flex;
    margin-top: 8px;
}
.cashoutMethodWrap > a {
    display: block;
    min-width: 200px;
    max-width: 200px;
    border-radius: 16px;
    margin-right: 16px;
    background: #f8f8f8;
    text-align: center;
    padding: 32px;
    transition: 300ms all ease-in-out;
}
.cashoutMethodWrap > a:hover {
    text-decoration: none;
    background: #efefef;
}
.cashoutMethodWrap > a span {
    color: #2B2B2B;
    font-weight: 500;
    font-size: 1.4rem;
    display: block;
    margin-bottom: 8px;
}
    .cashoutMethodWrap > a:hover span {
        color: #dc0d8a;
    }
.cashoutForm {
    margin-top: 32px;
}
.cashoutForm label {
    font-weight: 500;
    margin: 0;
    padding: 0;
    line-height: 100%;
    display: block;
    margin-bottom: 4px;
}
.cashoutForm input[type=text]{
    margin: 0;
    padding: 5px 10px;
    display: inline-block;
    max-width: 300px;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
}
    .cashoutForm input[type=text].cashoutAmount {
        max-width: 100px;
        background: #efefef;
        margin-left: 2px;
        padding-left: 2px;
    }
    .cashoutForm > div {
        margin-bottom: 16px;
    }
.stripeCountries p {
    font-size: 1rem;
    line-height: 110%;
}
.disconnectConnectAccountWrap {
    background: #f8f8f8;
    margin-top: 32px;
    padding: 16px;
}
.disconnectConnectAccountWrap h3 {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1.35rem;
    font-weight: 500;
    margin: 0;
    padding: 0;
}
    .disconnectConnectAccountWrap p {
        font-size: 1.15rem;
        margin: 0;
        padding: 0;
    }
.revertedExpl {
    font-size: 0.7rem;
    font-weight: normal;
    line-height: 110%;
    margin-top: 4px;
    text-align: left;
}