/* Stats Tooltip */
 th.stats-tooltip span {
    position: relative;
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.3;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    width: 1.3em;
    height: 1.3em;
    text-align: center;
    border-radius: 50%;
    top: -1px;
    left: 5px;
}
th.stats-tooltip span:after {
    content: "";
    position: absolute;
    width: 200px;
    font-size: 12px;
    line-height: 1.35;
    font-weight: normal;
    text-align: left;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    padding: 0.5em 1em;
    margin-left: 0.5em;
    border-radius: 2px;
    left: 100%;
    bottom: 0;
    visibility: hidden;
}
th.stats-tooltip:hover span:after {
    visibility: visible;
}
th.stats-tooltip.unpaid-referrals span:after {
    content: "Number of people who made the purchase from your link, but commission is not paid out yet.";
}
th.stats-tooltip.paid-referrals span:after {
    content: "Number of people have made the purchase from your link; and commission has been paid out.";
}
th.stats-tooltip.unpaid-earnings span:after {
    content: "Commission that is not paid yet.";
}
th.stats-tooltip.paid-earnings span:after {
    content: "Commission that has been paid out so far.";
}
/* Affiliate Registration Form */
.bsf-affiliate-registration-form {
    margin: 0 auto !important;
    max-width: 700px !important;
    display: block;
}
.bsf-affiliate-registration-form .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
.bsf-affiliate-registration-form .ginput_container textarea {
    padding: 12px 10px;
}
.bsf-affiliate-registration-form .gform_body .gfield_checkbox li>label {
    margin-top: 8px;
    margin-left: 7px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}