/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_MpAffiliate
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
.wk-affiliate-pay-form .field .admin__control-text{
    width:75%;
}
.wk-affiliate-pay-form .field .label{
    display: inline-block;
}
.wk-affiliate-pay-form .field{
    margin-bottom: 10px;
}
.affiliate.message::before {
    font-size: 1rem;
}
.affiliate.message::before {
    left: 3.9rem;
    margin-top: 0.2rem;
}
.affiliate.message {
    font-size: 1.3rem;
    display: inline-block;
    height: 15px;
    line-height: 0.30;
    margin-right: 15px;
    vertical-align: middle;
}
.transaction-button.paypal {
    position: relative;
    right: 38%;
}
.modal-header {
    border-bottom: 1px solid #adadad;
    margin-bottom: 10px;
}

.wk-affiliate-pay-form .tran .field .label{
    width: 20%;
}
/* For Affiliate request notification */
.wk-af-notification-block {
    position: absolute;
    right: 0;
    top: 4px;
}
.wk-af-notification-block:hover {
    background: none;
}
.wk-af-notification-block .notify-point {
    background-color: #FFFFFF;
    border-width: 1px 0px 0px 1px;
    border-style: solid;
    border-color:#b0b3b5;
    position: absolute;
    width: 13px;
    height: 13px;
    left: -8px;
    top: 17px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}
.wk-af-notification-block.active {
    z-index: 500;
}
.wk-af-notification-block .wk-af-notification-count {
    background-color: #e22626;
    border-radius: 1em;
    color: #ffffff;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 700;
    left: 50%;
    margin-left: .3em;
    margin-top: -1.1em;
    padding: .2em .3em;
    position: absolute;
    top: 25%;
}
.wk-af-notification-block .affiliate-dropdown-menu {
    padding: 1rem 0 0;
    width: 32rem;
}
.wk-af-notifications-action:hover {
    background: none!important;
}
.wk-af-notifications-action {
    color: #41362f;
    height: 3.3rem;
    padding: 0.75rem 2rem 0.65rem;
}
.affiliate-dropdown {
    padding-right: 3.3rem;
    border: 1px solid transparent;
    border-bottom: none;
    border-radius: 0;
    box-shadow: none;
    color: #41362f;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: -.025em;
    padding: 0.7rem 3.3rem 0.8rem 1.5rem;
    position: relative;
    vertical-align: baseline;
    z-index: 2;
    height: 10px;
}
.marketplace-dropdown-wrap .affiliate-dropdown-menu {
    left: auto;
    right: 0;
}
.affiliate-dropdown-menu {
    background-color: #ffffff;
    border: 1px solid #b0b3b5;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    display: none;
    line-height: 1.36;
    margin-top: -1px;
    min-width: 120%;
    padding: 0.5rem 1rem;
    position: absolute;
    top: -55%;
    transition: all 0.15s ease;
    z-index: 1;
    left: 55px;
    border-radius: 4px;
}
.affiliate-dropdown-menu > li {
    display: block;
}
.wk-af-notifications-entry {
    line-height: 1.36;
    padding: 1.2rem 2rem 0.8rem;
    position: relative;
    transition: background-color 0.1s linear;
    transition: border-right 0.1s ease;
    border-bottom: 1px solid #bbbbbb;
    margin-bottom: 0rem!important;
}
.wk-af-notifications-entry:hover{
    border-right: 0.4rem solid #eb5202;
}
.wk-af-notifications-entry:last-child {
    border-bottom: none;
}
.wk-af-notifications-entry ._cutted {
    cursor: pointer;
}
.wk-af-notifications-entry-title {
    color: #632e18;
    display: block;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: .7rem;
    margin-right: 1em;
}
.wk-af-notifications-entry-description {
    color: #333333;
    font-size: 1.1rem;
    margin-bottom: .8rem;
    width: 90%;
}
.wk-af-notifications-entry-description-start {
    padding: 0px!important;
    font-size: 1.3rem!important;
    font-weight: 600!important;
    color: #41363C!important;
}
.wk-af-notifications-entry-description-start:hover {
    background: #E3E3E3!important;
}
.wk-af-notifications-entry-description-start .wk-focus {
    color: #ea7900;
}
.wk-af-notifications-entry-time {
    color: #777777;
    font-size: 1.1rem;
}
.wk-af-notification-block .affiliate-dropdown-menu .wk-af-notifications-entry.notifications-entry-last {
  background: #403934;
}

.wk-mpaff-user-sales-list-referring-url {
    width: 280px;
    word-wrap: break-word;
}

.wk-mpaff-banner-index-preview {
    display: inline-block;
    padding: 10px;
    border: 1px solid #CCC;
    overflow:auto;
    box-sizing:content-box;
}

.wk-mpaff-banner-index-preview a {
    text-decoration: none;
}