.wk-row-view td {
    vertical-align: middle;
}

#affiliate-user-traffic-graph {
    border: 1px solid #c6c6c6;
    padding: 5px;
}

.wk-affiliate-fieldset .vartical {
    vertical-align: middle;
}

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

.wk-affiliate-main {
    top: 21px;
}

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

.columns {
    padding-top: 35px;
}

.wk-affiliate-main {
    z-index: 0;
}

.wk-mp-design .legend {
    margin-left: 0px !important;
}

.showData {
    padding-bottom: 20px;

}

.showdata {
    float: left;
    margin-left: 10px;
    height: 150px;
    cursor: pointer;
    padding: 5px;
    border: 1px solid #CCC;
    width: 10%;


}

.showdata .emailcampaign-product-name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.showfield {
    border: 1px solid red;
}

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

.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%;
    }
}

input.colortype {
    width: 85%;
}

.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;
}

.selected_program, .selected_group {
    background: #ffb794;
}
.align_middle_td {
    vertical-align: middle;
}
.selected_program>td>div>p {
    background: unset !important;
}

.speech-bubble-pointer-up, .speech-bubble-pointer-up-right {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 1px solid #ccc;
    border-bottom-width: 14px;
    margin-left: 35px;
    position: absolute;
    width: 0;
    height: 0;
    border-top-width: 0;
    background: none;
}
.speech-bubble-pointer-up-inner, .speech-bubble-pointer-up-right-inner {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 12px solid #fff;
    margin-left: -5px;
    margin-bottom: -16px;
    padding-top: 4px;
    position: absolute;
}
.speech-bubble-pointer-up-right{
    transform: rotate(180deg);
}
input#PermalinkText {
    padding: 0 15px;
}
.speech-bubble-container-up-right{
    height: 42px;
    width: 300px;
    margin-top: -39px;
    position: absolute;
    display:none;
}
.productpreviewcontainer {
    overflow: auto
}
.column.main .product-items {
    margin-left: 20px;
}
.container.preview-html {
    margin-left: 20%;
    height: 250px;
    overflow-y: auto;
    width: 600px;
    border: 1px solid #c2c2c2;
    margin: 10px 0 10px 10%;
}

/* li.item.product.product-item {
    width: 30%;
} */
div#title-error {
    color: #e02b27;
    font-size: 1.2rem;
}
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 32px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all;
}
input[type="color" i]
{
    padding: 0px;
    margin: 0px -5px 0px 0px;
    inline-size: 30px;
    height: 32px;
    top: 5px;
    position: relative;
    outline: 1px solid #c2c2c2;
}
.select2-results__option .wrap:before{
    font-family:fontAwesome;
    color:#999;
    content:"\f096";
    width:25px;
    height:32px;
    padding-right: 10px;
    
}
.select2-results__option[aria-selected=true] .wrap:before{
    content:"\f14a";
}
.select2-container .select2-selection--single {
    height: 32px;
}
#product_ads_button {
    line-height: 5px;
}
.form-address-edit {
    margin-bottom: 40px;
}
span.select2-search.select2-search--inline {
    top: -12px;
    position: relative;
}
.separator_row {
    height: 1px;
}