/*  Register form stuff  */

#affwp-register-form label {
	font-family: "Raleway", Sans-serif;
    font-size: 15px;
}

#affwp-register-form textarea { resize: vertical; }

#affwp-register-form input[type="text"],
#affwp-register-form input[type="email"],
#affwp-register-form input[type="password"],
#affwp-register-form textarea {
    border-radius: 31px 31px 31px 31px;
    border: 1px solid #808184;
    font-size: 15px;
    font-weight: 400;
    color: #272828;
    font-family: "Raleway", Sans-serif;
    min-height: 59px;
    padding: 7px 20px;
    width: 100%;
    outline: none;
}
#affwp-register-form  input[type="checkbox"] {
    min-height: 25px;
    width: 5%;
}

#affwp-register-form  input[type="submit"] {
    overflow: hidden;
    background-color: #fdcf0b;
    font-family: 'Poppins', sans-serif;
    border: 0!important;
	padding: 18px 36px 18px 36px;
    color: #545456;
    border-radius: 28px 28px 28px 28px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    line-height: 1;
    outline: none;
    cursor: pointer;
}

#affwp-register-form a {
    color: #808184;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 20px;
}
#affwp-register-form label[for="affwp-promotion-method"] {
	display: block;
}
#affwp-register-form fieldset { 
	border: none;
    display: flex;
	flex-wrap: wrap;
}
#affwp-register-form fieldset p{
	width: 100%;
}
#affwp-register-form p:nth-last-child(2) {
	display: none;
}
#affwp-register-form .g-recaptcha > div {
	float: right;
}
#affwp-register-form .g-recaptcha,
#affwp-register-form p:nth-child(10) {
	width: 50%;
	padding: 0 5px;
}
#affwp-register-form p:nth-child(10) {
	padding-top: 15px;
}

/* Affiliate stuff  */
#affwp-affiliate-dashboard:after {
    content: '';
    clear: both;
    display: table;
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs {
    width: 100%;
    list-style: none;
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li {
    padding: 10px 0px;
    text-align: center;
    width: 100%;
    background-color: #fdcf0b;
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li:not(:last-child) {
    border-bottom: 1px solid grey;
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a,
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a:hover {
    color: white!important;
    font-weight: 700;
    padding: 0 20px;
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a,
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a:hover {
    color: rgb(51, 51, 51);
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.active {
    background-color: #535353;
    font-weight: normal;
}
#affwp-affiliate-dashboard .affwp-tab-content {
    width: 100%;
    background: #ececec;
}
#affwp-graphs-date-options {
    width: 100%;
    padding: 15px;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 300!important;
    color: #545456!important;
    border: 1px solid rgba(51,51,51,.1);
}
#affwp-referral-notifications + label {
    display: inline-block;
}
#affwp_mlm_view_subs_aff {
    padding: 5px;
    border: 1px solid rgba(51,51,51,.1)!important;
}
table.affwp-table th {
    font-weight: normal;
}
.affwp-tab-content {
    padding: 20px;
}
.affwp-tab-content .button {
    border-radius: 0;
    border: none!important;
    background-color: #535353;
    padding: 15px;
    font-size: 17px;
    font-weight: 300;
    font-family: 'Raleway', sans-serif !important;
    color: white;
    width: 100%;
    margin-top: 20px;
}
.affwp-tab-content label {
    line-height: 34px;
}
.affwp-tab-content input[type=text],
.affwp-tab-content input[type=email] {
    height: 36px;
    padding: 0 15px;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 300!important;
    color: #545456!important;
}
.affwp-tab-content input[type=text]:focus,
.affwp-tab-content input[type=email]:focus {
    border: 1px solid rgb(195, 195, 195);

}
.affwp-tab-content input[type=text]:hover,
.affwp-tab-content input[type=email]:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px;
}
#affwp-affiliate-dashboard-order-details table td p {
	margin-bottom: 0;
}
#affwp-affiliate-dashboard-order-details table tr td {
	width: 50%;
}
#affwp-affiliate-dashboard-order-details {
	padding-top: 0;
}
#affwp-affiliate-dashboard-tab-referral-orders > p {
margin-bottom: 0;
}

@media screen and (min-width: 601px) {
    #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs {
        width: 200px;
        float: left;
    }
    #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li {
        text-align: left;
    }
    #affwp-affiliate-dashboard > .affwp-tab-content {
        width: calc(100% - 200px);
        float: right;

        min-height: 300px;
    }
    /* #affwp-affiliate-dashboard .affwp-tab-content:first-of-type {
        padding-top: 30px;
    } */
}