/**
 * 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_row {
  width: 100%;
  margin-top: 8px;
}

.wk_label {
  display: inline-block;
  margin-left: 38px;
  vertical-align: top;
  width: 25%;
}

.wk_back_link {
  float: left;
  font-size: 14px;
  height: 26px;
  margin: 0;
  padding: 12px 0 0 15px;
}

/* .mpaffiliate-user-banner th{
    border: 1px solid #ccc;
} */
.mpaffiliate-user-banner td {
  border-top: 1px solid #ccc;
}

.mpaffiliate-user-commission th {
  border: 1px solid #ccc;
}

.mpaffiliate-user-commission td {
  border: 1px solid #ccc;
}

.mpaffiliate-user-summary th {
  border: 1px solid #ccc;
}

.mpaffiliate-user-summary td {
  border: 1px solid #ccc;
}

.mpaffiliate-user-sales th {
  border: 1px solid #ccc;
}

.mpaffiliate-user-sales td {
  border: 1px solid #ccc;
}

.mpaffiliate-user-payments th {
  border: 1px solid #ccc;
}

.mpaffiliate-user-payments td {
  border: 1px solid #ccc;
}

.wk_content {
  border-top: 1px solid #ccc;
}

.wk_content .head {
  border-bottom: 1px solid #cccccc;
  height: 40px;
  padding: 0 10px;
}

.wk_content .head .label.name,
.wk_content .wk_row_view .label.name {
  width: 100px;
}

.wk_content .head .label {
  display: inline-block;
  float: none;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
  padding: 5px;
}

.wk_row_view {
  border-bottom: 1px solid #cccccc;
  min-height: 35px;
  padding: 0 10px;
}

.wk_content .head .label.name,
.wk_content .wk_row_view .label.name {
  width: 135px;
}

.wk_content .head .label.preview {
  width: 99px;
}

.wk_row_view .label {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  padding: 3px !important;
}

.wk_row_view .label .image {
  margin: auto;
}

.wk_row_view .label.preview {
  width: 99px;
}

.wk_row_view .label img {
  cursor: pointer;
}

.btn_primary {
  background-color: #006dcc;
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-radius: 4px 4px 4px 4px;
  border-width: 1px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset,
    0 1px 2px rgba(0, 0, 0, 0.05);
  color: #ffffff;
  display: inline-block;
  line-height: 20px;
  opacity: 0.8;
  padding: 4px 12px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  vertical-align: middle;
  width: 170px;
}

.btn_primary:hover {
  opacity: 1 !important;
}

.list_seller_product {
  border: 1px solid #cccccc;
  display: inline-block;
  float: left;
  padding: 10px;
  width: 98%;
  margin-top: 10px;
}

.list_seller_product a img {
  border: 1px solid #cccccc;
  height: 93px;
  margin: 3px;
  width: 99px;
}

.list_seller_product .label {
  color: #666666;
  font-family: "Guardian-EgypTT", Georgia, serif;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.list_seller_product a img:hover {
  opacity: 0.8;
}

.list_seller_product a {
  text-decoration: none;
  position: relative;
}

.mp_landing_hover {
  background: url("../images/background.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #ffffff;
  display: none;
  font-weight: bold;
  height: 51px;
  left: 4px;
  opacity: 1;
  padding-top: 43px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 1px;
  width: 99px;
}

.list_seller_product a:hover .mp_landing_hover {
  display: block;
}

.wk_emptymsg {
  color: #df2111;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

.wk_content.sales_list .head .label,
.sales_list .wk_row_view .label {
  width: 100px;
}

/*for Xchart*/
#placeholder {
  width: 580px;
  border: 1px solid #cdcdcd;
  padding: 20px;
  border-radius: 3px;
  background-color: white;
  margin-bottom: 15px;
  position: relative;
  box-shadow: 1px 1px 2px #eee, 0 -3px 5px #f3f3f3 inset;
}

#chart {
  width: 570px;
  height: 400px;
}

.ex-tooltip {
  position: absolute;
  background: #eee;
  border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
  box-shadow: 0 1px 3px black;
  box-shadow: 0 1px 3px black;
  border-collapse: separate;
  display: none;
}

.wk_content .head .label.ip_address,
.wk_content .head .label.date,
.wk_content .head .label.time,
.wk_content .wk_row_view .label.ip_address,
.wk_content .wk_row_view .label.date,
.wk_content .wk_row_view .label.time {
  width: 90px;
}

.wk_content .head .label.ref_url,
.wk_content .wk_row_view .label.ref_url {
  width: 269px;
}

.wk_content.emilcampaign {
  border: none;
}

.emaildivproduct {
  width: 100%;
  padding: 10px 0;
}

.productslist {
  background-color: #ffffff;
  border: 2px solid #cccccc;
  border-radius: 5px;
  height: 90%;
  left: 1.5%;
  padding: 10px;
  position: absolute;
  text-align: left;
  top: 2%;
  width: 92.5%;
  overflow: auto;
  z-index: 96;
}

.productslist button {
  padding: 10px 0;
  position: relative;
}

.productslist .product {
  display: inline-block;
  width: 150px;
  padding: 2px;
}

.productslist .product input {
  margin-right: 5px;
}

.wk_traffic_anchor_css a {
  display: inline-block;
  color: #5f5d5c;
  text-decoration: none !important;
}

.wk_traffic_anchor_css {
  font-weight: bold;
}

.wk_traffic_anchor_css a:hover {
  display: inline-block;
  color: #ea7900;
}

.wk_traffic_anchor_css strong {
  display: inline-block;
  color: #ea7900;
}

div.wk_traffic_anchor_css span {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.hor-scroll .table {
  border: none;
}

.order-products-toolbar {
  margin-top: 5px;
}

input.aff_btn {
  background: url("../images/mail.png") no-repeat 8px center;
  padding-right: 6px;
  padding-left: 46px;
  height: 32px;
  cursor: pointer;
  border: 1px solid #cccccc;
}

input.aff_savebtn {
  background: url("../images/save.png") no-repeat 8px center;
  padding-right: 6px;
  padding-left: 46px;
  height: 32px;
  cursor: pointer;
  border: 1px solid #cccccc;
}

@media all and (max-width: 780px), print {
  .account.page-layout-2columns-left .page-wrapper #maincontent > div.columns {
    margin-top: 20%;
  }
}

@media all and (max-width: 470px), print {
  .account.page-layout-2columns-left .page-wrapper #maincontent > div.columns {
    padding-top: 18%;
  }
}

@media all and (max-width: 380px), print {
  .account.page-layout-2columns-left .page-wrapper #maincontent > div.columns {
    padding-top: 25%;
  }
}

@media all and (max-width: 380px), print {
  .account.page-layout-2columns-left .page-wrapper #maincontent > div.columns {
    padding-top: 25%;
  }
}

@media all and (max-width: 300px), print {
  .account.page-layout-2columns-left .page-wrapper #maincontent > div.columns {
    padding-top: 45%;
  }
}

.aff_btn:hover {
  background-color: #eee;
}

.aff_head {
  background: url("../images/emails_big.png") no-repeat 8px center;
  display: block;
  height: 64px;
  padding-left: 69px;
}

.aff_graph_head {
  background: url("../images/statistics_big.png") no-repeat 8px center;
  display: block;
  height: 64px;
  padding-left: 80px;
}

.aff_banner_head {
  background: url("../images/textbanner.png") no-repeat 8px center;
  display: block;
  height: 64px;
  padding-left: 80px;
}

.aff_head_title {
  margin: 0;
  padding-bottom: 8px;
  color: #0b55c4;
  font-size: 20px;
  font-weight: bold;
  line-height: 64px;
}

.aff_dashboard-container {
  border: 1px solid #cccccc;
  padding: 20px;
}

.aff_popup_light {
  border: 2px solid #cccccc;
  overflow: visible;
  padding: 10px;
  position: fixed;
  right: 15%;
  top: 15%;
  width: 68%;
  z-index: 65557;
  background-color: #000000;
  bottom: 15%;
  left: 15%;
}

.aff_bannerpopup_light {
  overflow: visible;
  padding: 10px;
  position: fixed;
  right: 30%;
  text-align: left;
  top: 35%;
  width: 40%;
  z-index: 65557;
  background-color: #000000;
  bottom: 35%;
  left: 30%;
  border: 2px solid #cccccc;
}

.aff_bannerprev_light {
  overflow: visible;
  padding: 10px;
  position: fixed;
  right: 30%;
  text-align: left;
  top: 20%;
  width: 500px;
  height: 350px;
  z-index: 65557;
  background-color: #000000;
  bottom: 20%;
  left: 30%;
  border: 2px solid #cccccc;
}

.aff_popup_fade {
  background-color: #000000;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001;
}

.aff_popup_delete {
  background: url("../images/closebox.png") no-repeat scroll rgba(0, 0, 0, 0);
  cursor: pointer;
  height: 30px;
  width: 30px;
  position: absolute;
  right: -15px;
  top: -15px;
}

.aff_popup_content {
  overflow: auto;
  background-color: #fff;
  height: 100%;
  width: 100%;
}

.aff_popup_content_div {
  text-decoration: none;
  padding: 10px;
  border: 1px solid #ccc;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 15%;
  bottom: 15%;
  overflow: hidden;
}

.wk_fieldset {
  margin: 0px;
  padding: 8px 10px 12px 12px;
  border-top: none;
}

.wk_btn_container .wk_unapprove {
  margin-left: 18px;
  min-width: 52%;
}

.wk_btn_container .wk_approve {
  margin-left: 18px;
  min-width: 52%;
}

.wk_btn_container {
  padding: 0px !important;
  width: 100% !important;
}

.wk_btn_container1 .wk_unapprove {
  margin-left: 18px;
  width: 100px;
}

.wk_btn_container1 .wk_approve {
  margin-left: 18px;
  width: 100px;
}

.opacity {
  opacity: 0.4;
}

#preview-block .close_block {
  background-color: #de5400;
  border: 2px solid #de5400;
  border-radius: 14px;
  color: #ffffff;
  font-size: 0.7em;
  font-weight: bold;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: -16px;
  top: -16px;
  width: 12px;
  cursor: pointer;
}

.nicEdit-main {
  width: 100% !important;
}

.wk_first_td_th {
  border-left: none !important;
}

.wk_achor {
  text-decoration: none !important;
}

.default_right,
.default_cross {
  cursor: auto !important;
}

.wk_button_a {
  background: none repeat scroll 0 0 #f18200;
  color: #fff;
  cursor: pointer;
  font-weight: inherit;
  margin: 0;
  overflow: visible;
  padding: 3px;
  width: auto;
}

.wk_button_a:hover {
  color: #fff;
}

#preview-block {
  border: 4px solid #000000;
  background: none repeat scroll 0 0 #ffffff;
  left: 50%;
  opacity: 1 !important;
  position: fixed;
  text-align: center;
  top: 50%;
  z-index: 2147483647 !important;
}

.opacity {
  opacity: 0.4;
}

#preview-block .close_block {
  background-color: #de5400;
  border: 2px solid #de5400;
  border-radius: 14px;
  color: #ffffff;
  font-size: 0.7em;
  font-weight: bold;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: -16px;
  top: -16px;
  width: 12px;
  cursor: pointer;
}

.wk_box {
  background-image: "";
  background-positimargin-top: 20%;
  on: center center;
  background-repeat: no-repeat;
}

#wkaff_hide {
  display: none;
  margin: -26px 0 0 147px;
  position: absolute;
  text-align: left;
  width: auto;
  z-index: 9999;
}

.wk_marquee {
  height: 25px;
  width: 600px;

  overflow: hidden;
  position: relative;
}

.wk_marquee div {
  display: block;
  width: 200%;
  height: 30px;
  position: absolute;
  overflow: hidden;
  animation: marquee 8s linear infinite;
  -webkit-animation: marquee 8s linear infinite;
}

.wk_marquee p {
  float: left;
  width: 50%;
}

@keyframes marquee {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

@-webkit-keyframes marquee {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

.wk_msg_heading {
  font-weight: bold;
  color: #f18200;
}

.wk_aff_pay {
  cursor: pointer;
}

.wk_pay_content .form-list .input-box,
.wk_pay_content .form-list .input-box input,
.wk_pay_content .form-list .input-box textarea {
  width: 99%;
}

.banner_filter a {
  display: inline-block;
  color: #5f5d5c;
  text-decoration: none !important;
}

.banner_filter {
  font-weight: bold;
  background-color: #f5f5f5;
  padding: 10px;
  margin-bottom: 10px;
}

.banner_filter a:hover {
  display: inline-block;
  color: #ea7900;
}

.banner_filter strong {
  display: inline-block;
  color: #ea7900;
}

div.banner_filter span {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.wk_mpaffiliate_block {
  z-index: 5;
  border-left: 1px solid #ccc;
  display: none;
  margin-left: 8px;
  position: absolute;
  width: 30%;
  /**left: 125px; */
  left: 180px;
  background: whitesmoke;
  top: 0px;
}

.wk_mpaffiliate_block:after,
.wk_mpaffiliate_block:before {
  border: 1px solid transparent;
  content: " ";
  height: 0;
  left: -1px;
  margin-top: -25px;
  position: absolute;
  width: 0;
}

.wk_mpaffiliate_block:after {
  border-left-color: #ffffff;
  border-width: 7px;
  top: 36px;
}

.wk_mpaffiliate_block {
  width: 80% !important;
}

.wk_mpaffiliate_block:before {
  border-left-color: #cccccc;
  border-width: 9px;
  top: 34px;
}

ul.sub-menu {
  padding-left: 5px;
}

.mass-action-btn {
  padding: 7px;
  float: left;
}

.mass-action-option {
  width: 132px;
  float: left;
  margin: 5px 0px;
  margin-right: 10px;
}

.pager p.toolbar-amount {
  position: relative !important;
}

.pager .limiter {
  float: right;
}

.showData {
  padding-bottom: 20px;
  word-wrap: break-word;
}

.showdata {
  float: left;
  margin-left: 10px;
  height: 150px;
  cursor: pointer;
  padding: 5px;
  border: 1px solid #ccc;
  width: 10%;
  display: inline-block;
  overflow: overlay;
}

.showfield {
  border: 1px solid red !important;
}

.wk-mpaffiliate.message {
  text-align: left !important;
  display: INLINE-BLOCK !important;
  margin-right: 10px !important;
}

.mpaffiliate-marketplace-navigation {
  position: relative;
}

#all-banner {
  margin-top: 50px;
}

.wk-affiliate-terms-label::after {
  content: "*";
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}

.account-nav.wk-affiliate-main {
  top: 60px;
}

.wk-mp-aff-searchbox {
  padding: 10px 0;
}

.wk-mp-aff-searchbox .search-ads-wrapper {
  display: flex;
}

.search-ads-wrapper .search-ads {
  width: 100%;
}

.mpaffiliate-marketplace-navigation .wk-notification-count {
  position: relative;
  background-color: #e22626;
  color: #ffffff;
  width: 15px;
  border-radius: 100%;
  height: 15px;
  display: block;
  text-align: center;
  font-size: 12px;
  right: -10px;
  bottom: 30px;
}

.mpaffiliate-marketplace-navigation .wk-notification-block {
  position: absolute;
  right: 84px;
  top: 5px;
}

.mpaffiliate-marketplace-navigation {
  position: relative;
}

/* cat commission select box */
.cat-detail-wrapper {
  padding: 0px;
}

.cat-select-label {
  font-size: 10px;
  font-weight: bold;
  text-decoration: underline;
  padding-left: 3px;
  padding-bottom: 3px;
}

.cat-select-value {
  padding: 1px;
  padding-left: 3px;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

button:not(.primary) {
  box-shadow: none;
}

button.affiliate-button {
  padding: 16px 64px 16px 64px;
  border: 1px solid #1979c3;
  border-radius: 4px;
  color: #1979c3;
}

.wk-affiliate-list-table tbody tr td .primary {
  display: flex;
}

.wk-affiliate-list-table tbody tr td .primary button {
  margin-left: 7px;
}

#tocouponcheck {
  position: relative;
  left: 42px;
  bottom: 26px;
  float: right;
  color: #1979c3;
  cursor: pointer;
}
button.action.primary.wk-add-coupon {
  float: right;
  margin-bottom: 10px;
}
.wk-row-view td {
  vertical-align: middle;
  padding: 5px;
  border-bottom: 1px solid #ccc;
  border-left: none !important;
}
.wk-content th {
  border-left: none !important;
  padding: 5px;
  border-bottom: 1px solid #ccc;
}
.wk-select-arrow-up {
  background-image: url("../images/sprite.png");
  background-repeat: no-repeat;
  background-position: -314px -122px;
  width: 12px;
  height: 10px;
  float: right;
  margin: 15px 10px;
}

.wk-mp-design .fieldset > .couponcode_legend {
  border-color: transparent;
}

.wk-mp-design .fieldset > .product_ads_legend {
  border-color: transparent;
}

.wk-mp-design .fieldset > .product_ads_legend .heading {
  font-weight: 600;
  font-size: 1.8rem;
}

input[type="color"] {
  padding: 0;
  width: 35px;
  height: 32px;
  border: 1px solid #c2c2c2;
}

input[type="color"]:focus {
  box-shadow: none;
}

input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}
input[type="color"]::-webkit-color-swatch {
  border: none;
}

#product-add .background_product_add {
  display: flex;
}

#product-add .link-color .control {
  display: flex;
}

#product-add .text-color .control {
  display: flex;
}
#product-add .heading-color .control {
  display: flex;
}

.form-address-edit .actions-toolbar {
  margin-bottom: 50px;
}

.form-address-edit .actions-toolbar #product_ads_button {
  line-height: 0.2rem;
  padding: 14px 9px;
  font-size: 1.5rem;
}

.form-address-edit .widget-product-div .products {
  margin: 25px 0;
}

.widget-product-div .weee:after {
  content: "" !important;
}

.widget-product-div .product-item-info {
  max-width: 100%;
  width: 130px;
}

.actions-toolbar button.save {
  float: right !important;
  margin-right: 0px !important;
}

.wk_mppreorder_block {
  border-left: 1px solid #ccc;
  display: inline-block;
  margin-left: 8px;
  padding-left: 10px;
  position: relative;
  width: 30%;
  left: 25px;
}
.wk_mppreorder_block:after,
.wk_mppreorder_block:before {
  border: 1px solid transparent;
  content: " ";
  height: 0;
  left: -1px;
  margin-top: -25px;
  position: absolute;
  width: 0;
}
.wk_mppreorder_block:after {
  border-left-color: #ffffff;
  border-width: 7px;
  top: 36px;
}
.wk_mppreorder_block {
  width: 80% !important;
}
.wk_mppreorder_block:before {
  border-left-color: #cccccc;
  border-width: 9px;
  top: 34px;
}

.affiliate-active .action.primary {
  background-color: #eb5103;
  border: 1px solid #eb5103;
}

.wk-width {
  width: 500px;
}

.wk-box {
  width: 184px;
  height: 44px;
  padding: 15px;
  border: 1px solid gray;
  margin: 5px;
  display: inline-block;
  border-radius: 8px;
  color: #ffff;
}

.wk-digit {
  font-size: 20px;
  margin-right: 10px;
  font-weight: 800;
  line-height: 24.2px;
  display: inline;
}

.wk-text {
  font-size: 12px;
  display: inline-block;
  font-weight: 500;
  max-width: 90px;
  white-space: nowrap;
}

.wk-second-heading {
  margin-top: 20px;
}

button.action.primary.wk-add-coupon {
  float: right;
}

button.action.primary.createnew {
  right: 0;
  position: absolute;
  margin-top: -5%;
}

@media only screen and (max-width: 768px) {
  button.action.primary.createnew {
    right: 0;
    position: absolute;
    margin-top: -11%;
  }
}

.container.productviewcontainer {
  height: 250px;
  overflow-y: auto;
}

.wk-box.balance {
  background-color: #f16e0f;
}

.wk-box.clicks {
  background-color: #1979c3;
}

.wk-box.approved-sales {
  background-color: #8064a1;
}

.wk-box.pending-sales {
  background-color: #0cba71;
}

a.wk-click-link {
  color: #ffff;
}

.wk-image-balance {
  display: inline;
  padding-left: 97px;
  position: absolute;
}

.wk-image-clicks {
  padding-left: 112px;
  display: inline;
  position: absolute;
}

.wk-image-approved-sales {
  padding-left: 64px;
  position: absolute;
  display: inline;
}

.wk-image-pending-sales {
  padding-left: 72px;
  position: absolute;
  display: inline;
}

button.affiliate-button {
  padding: 16px 64px 16px 64px;
  border: 1px solid #1979c3;
  border-radius: 4px;
  color: #1979c3;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

td.withdraw {
  color: #eb5202;
}

td.commission {
  color: #6f9634;
}

.wk-affiliate-list-table tbody tr td .primary {
  display: flex;
}

.wk-affiliate-list-table tbody tr td .primary button {
  margin-left: 7px;
}

#tocouponcheck {
  position: relative;
  left: 42px;
  bottom: 26px;
  float: right;
  color: #1979c3;
  cursor: pointer;
}

.summery-table-scroll {
  max-height: 600px;
  overflow: auto;
}

.summery-table-scroll thead {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 99;
}

.banner.table tr td div.label-links {
  max-width: 200px;
}

.traffic.table tr td div.label-links {
  max-width: 500px;
}

.table tr td div.label-links {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.affiliate-program .heading .group {
  margin: 1px;
  padding: 0px 6px;
  background: #ffb794;
  border-radius: 5px;
}

.summery-program-table tbody tr td:last-child p {
  background: #f2f2f2;
}
/* tooltip css */

.mpaffiliate-user-banner .tooltip {
  position: relative;
  display: inline-block;
}

.mpaffiliate-user-banner .tooltip .tooltiptext {
    visibility: hidden;
    width: 60%;
    height: fit-content;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -181px;
    word-wrap: break-word;
}

.mpaffiliate-user-banner .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    top: -10px;
    left: 50%;
    margin-left: -90px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

.mpaffiliate-user-banner .tooltip:hover .tooltiptext {
  visibility: visible;
}
.mpaffiliate-user-couponedit .form-address-edit .save {
	padding: 7px 7px !important;
}
.wk-affiliate-list-table a:visited {
  text-decoration: none;
}

.coupon_edit_link {
  text-decoration: none !important;
}

.banner-logo-image-selector-box {
  display: none;
}

.mp-affiliate-group {
  background: #ffb794;
}

.wk-text-align-center {
  text-align:center;
}

.wk-vertical-align-middle {
  vertical-align: middle;
}

.wk-display-none {
  display: none;
}

.wk-font-weight-bold {
  font-weight: bold;
}

.banner_content.wk-copy-to-txt {
  width: 220px;
}

.wk-mp-design a button.action.primary.createnew {
  right: 0;
  position: absolute;
  margin-top: -5%;
}

.wk-first_td button.button.payment {
  float: left;
  width: auto!important;
  margin-left: 11px;
}

.modal-body form div.actions {
  margin: 20px;
  text-align: center;
}

.modal-body form div.actions button.action.save.primary {
  padding: 15px 30px;
}

form .wk-mp-design .info.wk-mp-fieldset.fieldset .fieldset.form-list .field.required .message.info {
  display: inline-block;
  width: 100%;
}

#all-commissions {
  margin-top: 50px;
}

.all-commissions-heading {
  float:left;
}

.wk-mp-aff-banner-save-data-button {
  float: left;
  padding: 0px auto;
  margin-left: 11px;
}

.wk-mp-aff-banner-edit-link {
  text-decoration: none;
  margin-left: 3%;
}

.wk-mp-aff-user-link-wk-row-view {
  display: inline-block;
  word-break: break-word;
}

.wk-mp-aff-user-action-tocopy-primary {
  min-width: 100px;
}

.wk-mp-aff-user-coupon-action-primary-tocopy {
  margin-left: 10px;
  white-space: nowrap;
}

.wk-display-flex {
  display: flex;
}

.wk-mp-aff-e-mail-campaign-product-link-image {
  height:100px;
}

.wk-mp-aff-edit-ico {
  cursor: pointer;
}

.wk-mp-aff-user-link-legend-heading-bold, .wk-mp-aff-user-coupon-legend-heading-bold {
  font-weight: 500;
}
