.first-block-affiliatewp-affiliate-area .site-inner {
    width: 100%;
    padding: 0;
    background: #f0f0f1;
}

.first-block-affiliatewp-affiliate-area .content {
    width: 100%;
}

.first-block-affiliatewp-affiliate-area .site-footer {
    margin-top: 0;
}

.first-block-affiliatewp-affiliate-area .entry-header {
    display: none;
}

.first-block-affiliatewp-affiliate-area .site-header > .wrap,
.first-block-affiliatewp-affiliate-area .site-footer .wrap {
    width: 100%;
}
.first-block-affiliatewp-affiliate-area .headerbild{
    display: none;
}

#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs {
    width: 250px;
    min-height: 100%;
    background: #fff;
    margin-bottom: 0;
}



#affwp-affiliate-dashboard {
    display: flex;
    justify-content: space-between;
    min-height: calc(100vh - 180px);
}

#affwp-affiliate-dashboard + p {
    margin: 0;
    display: none;
}

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

#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a {
    color: #000;
    padding: 12px 30px;
    display: block;
    width: 100%;
    font-weight: bold;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
}

#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a:hover {
    background: rgba(0, 0, 0, 0.15);
}

#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.active a {
    background: rgb(209, 9, 101);
    background: -moz-linear-gradient(90deg, rgba(209, 9, 101, 1) 0%, rgba(234, 91, 12, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(209, 9, 101, 1) 0%, rgba(234, 91, 12, 1) 100%);
    background: linear-gradient(90deg, rgba(209, 9, 101, 1) 0%, rgba(234, 91, 12, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d10965", endColorstr="#ea5b0c", GradientType=1);
    color: #fff;
}


#affwp-affiliate-dashboard-creatives .affwp-creatives-types-menu li,
#affwp-affiliate-dashboard-creatives .affwp-view-switcher li {
    list-style-type: none;
}

.affwp-tab-content {
    position: relative;
    margin: 0 auto 1.5em;
    display: inline-block;
    width: calc(100% - 300px);
    padding: 40px 30px;
    max-width: 1240px;
}

#affwp-affiliate-dashboard h4 {
    margin-top: 0;
    font-size: 30px;

}


#affwp-graphs-date-options {
    margin-bottom: 1em;
}

#affwp-graph-be4ac77275ddebbc3fccb9031c9397c4 {
    margin-top: 3em;
}

#affwp-affiliate-dashboard-creatives .affwp-creatives-types-menu {
    width: fit-content;
    margin-bottom: 0;
    display: block;
}

#affwp-graphs-filter .tablenav {
    display: flex;
    width: 400px;
    max-width: 100%;
}

#affwp-graphs-filter .tablenav select {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0 10px 0 0;
    font-size: 16px;
}

#affwp-graphs-filter .tablenav input#submit,
#affwp-affiliate-dashboard .button,
#affwp-affiliate-dashboard button {
    padding: 10px 15px;
    background: rgb(209, 9, 101);
    background: -moz-linear-gradient(90deg, rgba(209, 9, 101, 1) 0%, rgba(234, 91, 12, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(209, 9, 101, 1) 0%, rgba(234, 91, 12, 1) 100%);
    background: linear-gradient(90deg, rgba(209, 9, 101, 1) 0%, rgba(234, 91, 12, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d10965", endColorstr="#ea5b0c", GradientType=1);
}

.affboxes {
    display: flex;
    margin: 0 -10px 1.5em;
    flex-wrap: wrap;
}

.affboxes .item {
    background: #fff;
    min-width: calc(25% - 20px);
    margin: 10px;
    border-radius: 5px;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.06);
    padding: 5px 25px;
    font-size: 14px;
    flex: 1
}

.affboxes .item dd {
    font-size: 2em;
    font-weight: bold;
    margin: 0;
    line-height: 1.2;
}

table.affwp-table th {
    color: #000;
    font-size: 16px;
}

table.affwp-table {
    border-radius: 5px;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.06);
    background: #fff;
    font-size: 16px;
}

table.affwp-table td,
table.affwp-table th {
    border: none;
}

table.affwp-table a {
    color: #135e96;
    font-weight: bold;
}

.affboxes a.more {
    font-weight: bold;
    color: #135e96;
    text-decoration: none;
    display: block;
    margin-top: 10px;
}

.affwp-payment-email-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3em;
}



.affwp-payment-email-wrap label {
    width: 610px;
}

#affwp-affiliate-dashboard-url-generator .affwp-table .thumb {
    width: 70px;
}

.affwp-payment-email-wrap input {
    width: calc(100% - 630px);
    padding: 10px;
}

.column-url {
    display: flex;
    align-items: baseline;
}

.column-url input {
    font-size: 14px;
    margin-right: 10px;
}

#affwp-affiliate-dashboard .item .red,
#affwp-affiliate-dashboard .item .green {
    font-size: .6em;
    color: rgba(224, 36, 36, 1);
    position: relative;
    padding-left: 12px;
}

#affwp-affiliate-dashboard .item .green {
    color: rgba(5, 122, 85, 1)
}

#affwp-affiliate-dashboard .item .red:before,
#affwp-affiliate-dashboard .item .green:before {
    position: absolute;
    content: '\f175';
    font-family: "Font Awesome 5 Pro";
    left: 0;
    top: 2px;
    font-size: 12px;
}

#affwp-affiliate-dashboard .item .green:before {
    content: '\f176';
}



table.affwp-table td.paid,table.affwp-table td.unpaid {
    color: rgba(3, 84, 63, 1);
    position: relative;
    font-weight: bold;
    font-size: 0.8em;
    text-align: center
}
table.affwp-table td.unpaid {
    color: #C73A3A;
}
table.affwp-table td.paid span,
table.affwp-table td.unpaid span {
    position: relative;
    z-index: 100;
    vertical-align: text-top;
}

table.affwp-table td.paid span:after,
table.affwp-table td.unpaid span:after  {
    position: absolute;
    content: '';
    background: rgba(222, 247, 236, 1);
    width: 120%;
    height: 110%;
    left: -10%;
    top: -5%;
    z-index: -1;
}
table.affwp-table td.unpaid span:after  {
    background: #F4E2E2;
}
@media (max-width:1240px) {
    .affboxes .item {
        flex: auto;
        width: calc(50% - 20px);
    }
}

@media (max-width:1110px) {
    .responsivescroll {
        overflow-x: auto
    }

    .affwp-tab-content {
        overflow: hidden;
    }
}

@media (max-width:1024px) {
    .affboxes .item {
        width: calc(100% - 20px);
    }



}




@media (max-width:767px) {
    #affwp-affiliate-dashboard {
        flex-wrap: wrap;
        min-height: inherit
    }

    #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        border-top: 1px solid #ccc;
    }

    #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li {
        width: 25%;
        text-align: center;

        border-right: 1px solid #ccc;
        display: inline-block;
    }

    .affwp-tab-content {
        width: 100%;
        border-top: 1px solid #ccc;
    }

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

    #affwp-affiliate-dashboard h4 {
        font-size: 20px;
    }

    .affwp-payment-email-wrap {
        flex-wrap: wrap;
    }

    .affwp-payment-email-wrap label {
        width: 100%;
        margin-bottom: 5px;
    }

    #affwp-affiliate-dashboard .affwp-table-responsive td {
        justify-content: flex-start;
    }

    #affwp-affiliate-dashboard .affwp-table-responsive td::before {
        content: "";
        font-weight: 700;
    }
}

@media (max-width:540px) {
    #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a {
        font-size: 13px;
    }

    .affwp-tab-content {
        padding: 40px 20px;
    }
}

@media (max-width:420px) {
    #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a {
        font-size: 12px;
        font-weight: normal;
    }
}
