.span16.breadcrumbs-grid {
    display: none;
}
 
.bk_affl_block1_wrapper {
    display: flex;
    justify-content: space-between;
}
.show_create_mob{
    display: none;
    font-size: 30px;
}
span.subtitle {
    display: none;
}
.show_create_desktop,
.show_create_mob{
    color: #fff;
}
.bk_affl_block1_wrapper.reverse {
    flex-flow: row-reverse;
}

.bk_affl_block1_left {
    width: 50%;
    padding-right: 20px;
    padding-top: 30px;
}

.bk_affl_block1_left h2 {
    font-size: 18px;
    font-weight: 400;
    color: #1B1C1E;
    line-height: 32px;
    font-family: ui-monospace;
}

.bk_affl_block1_left h3 {
    font-size: 38px;
    font-weight: 500;
    color: #1B1C1E;
    line-height: 44px;
    font-family: ui-monospace;
    margin: 10px 0;
}

.bk_affl_block1_left h3 span {
    color: #2dbaa8;
    display: block;
    font-family: ui-monospace;
}

.bk_affl_block1_right {
    width: 49%;
}

.bk_affl_block1_banner {
    margin: 0 auto;
    text-align: center;
    max-height: 430px;
    overflow: hidden;
}

.bk_affl_block1_left p {
    padding: 25px 0;
    font-size: 18px;
    color: #282829;
    font-weight: 400;
    line-height: 28px;
}

.bk_affl_block1_left a,
.bk_affl_hiw_wrapper a {
    color: #fff;
    border: 1px solid #2dbaa8;
    background: #2dbaa8;
    border-radius: 10px;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: 500;
    display: block;
    text-align: center;
    width: max-content;
}

.bk_affl_hiw_wrapper,
.bk_affl_wkc_wrapper {
    margin-bottom: 20px;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 49%;
    padding-top: 50px;
}

.bk_affl_hiw_wrapper {
    padding-top: 10px;
}

section .bk_affl_wkc_wrapper h4,
section .bk_affl_hiw_wrapper h4 {
    font-size: 38px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 50px;
}

.bk_affl_hiw_wrapper ol,
.bk_affl_wkc_wrapper ol {
    margin: 0px;
    padding: 0;
    list-style: none;
}

.bk_affl_hiw_wrapper ol li,
.bk_affl_wkc_wrapper ol li {
    font-weight: 400;
    color: #1B1C1E;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 30px;
}

.bk_affl_hiw_wrapper ol li span,
.bk_affl_wkc_wrapper ol li span {
    font-weight: 600;
}

.bk_affl_chart_wrapper {
    text-align: center;
}

.bk_affl_chart_wrapper h4 {
    font-size: 30px;
    font-weight: 500;
}

.bk_affl_comm_table {
    margin: 10px 0;
    border: 1px solid #E3E0E0;
    padding: 10px 10px 0 0;
}

.bk_affl_chart_wrapper table {
    margin: 0 auto;
    width: 100%;
}

tr.bk_affl_chart_heading th {
    position: relative;
    padding: 0px;
    font-size: 18px;
    color: #141212;
    font-weight: 500;
}

tr.bk_affl_chart_heading span {
    color: #141212;
    background: #F0F0F0;
    padding: 15px 10px;
    font-size: 15px;
    display: block;
    margin: 0 25px 10px;
}

tr.bk_affl_chart_heading th:last-child span {
    background: #FFE419;
}

tr.bk_affl_chart_heading th span.bk_affl_level1 {
    background: transparent;
}

span.bk_affl_vertical-text {
    border: 1px solid #707070;
    display: flex;
    color: #1B1C1E;
    align-items: center;
    justify-content: center;
    transform: rotate(-90deg);
    font-size: 14px;
    padding: 3px 10px;
    margin-bottom: 15px;
    width: max-content;
}

.bk_affl_chart_wrapper th.bk_affl_chat-title {
    padding: 10px 0 0;
    font-weight: 400;
    text-align: left;
    width: 30%;
    font-size: 16px;
}

.bk_row_divider {
    border-bottom: 1px solid #E3E0E0;
}

.bk_affl_chart_wrapper .bk_row_divider th.bk_affl_chat-title {
    padding-bottom: 20px;
}

.bk_affl_chart_wrapper th.bk_affl_chat-title small {
    font-weight: 400;
}

.bk_affl_chart_wrapper tr th:last-child,
.bk_affl_chart_wrapper tr td:last-child,
.bk_affl_chart_wrapper tr th:nth-last-child(3),
.bk_affl_chart_wrapper tr td:nth-last-child(3) {
    background: #FCFCFC;
}

table,
td,
th {
    border-spacing: 0px;
}

.bk_affl_chart_wrapper td {
    vertical-align: top;
    padding: 10px 0 0;
    font-weight: 500;
    position: relative;
}

.bk_affl_chart_wrapper td.bk_greenTick::before {
    content: "";
    display: block;
    width: 4px;
    height: 10px;
    border: solid #2dbaa8;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    position: absolute;
    left: 50%;
}

/*for affiliate 2nd page*/
.bk_affiliate_sideBar {
    background-color: #fff;
    padding: 15px 0 0;
    margin-bottom: 20px;
}

.bk_affiliate_sideBar ul.affiliate-menu {
    margin: 0;
    list-style: none;
    display: flex;
    flex-flow: column;
    width: 100%;
}

.bk_affiliate_sideBar ul.affiliate-menu::-webkit-scrollbar {
    display: none;
}

.bk_affiliate_sideBar .affiliate-menu li {
    padding: 0px;
    float: none;
    margin: 0px;
}

.bk_affiliate_sideBar .affiliate-menu li a {
    padding: 6px;
    display: flex;
    gap: 10px;
    align-items: center;
    border-bottom: 2px solid #EAEAEA;
    color: #1b1c1e;
}

.bk_affiliate_sideBar .affiliate-menu li:last-child a {
    border: 0;
}

.bk_affiliate_sideBar .affiliate-menu li a:hover {
    background-color: #f7f7f7;
}

.bk_affiliate_sideBar .affiliate-menu li a.affiliate-active-tab {
    font-weight: 500;
    background-color: #f7f7f7;
}

.bk_affiliate_sideBar ul.affiliate-menu li a span {
    background: #EBECEC;
    margin: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.bk_affiliate_sideBar ul.affiliate-menu li a.affiliate-active-tab span {
    border: 1px solid #4B4B4B;
    background: #E9F4E6;
}

.bk_affiliate_sideBar .affiliate-menu li a span img,
.bk_affiliate_sideBar .affiliate-menu li a span svg {
    width: 22px;
    vertical-align: middle;
}

.bk_affiliate_rightPanel .bk-affiliate-rates {
    border: none;
    display: flex;
    flex-flow: column;
    width: 100%;
    margin: 0px;
}

.bk_affiliate_rightPanel table.bk-cateRateTbl {
    border: 2px solid #E4E4E4;
    border-radius: 5px;
    padding: 0px 20px;
    display: flex;
    flex-flow: column;
    background: #fff;
    flex: 1;
}

.bk_affiliate_rightPanel table.ty-affiliate-summary_table tr.ty-affiliate-summary_row {
    border: 0px;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
}

.bk_affiliate_rightPanel table.ty-affiliate-summary_table tr.ty-affiliate-summary_row td+td {
    width: 11%;
}

.bk_affl_rt_section_heading {
    margin: 5px 0 10px;
    text-align: left;
    font-size: 18px;
}

.bk_affl_acc-balance-block {
    width: 40%;
    min-width: 240px;
    margin-right: 3%;
}

ul.bk_affl_acc_nav {
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
}

ul.bk_affl_acc_nav li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border: 2px solid #2DBAA8;
    border-radius: 5px;
    padding: 10px;
    color: #ACA9A9;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
}

ul.bk_affl_acc_nav li:last-child {
    margin: 0px;
}

ul.bk_affl_acc_nav p,
ul.bk_affl_payout_nav p {
    font-size: 18px;
    font-weight: 400;
    color: #524f4f;
    line-height: 28px;
}

span.bk_affl_acc_totalBalace {
    font-weight: 500;
    font-size: 18px;
    color: #524F4F;
}

ul.bk_affl_acc_nav li div {
    margin: 0 10px;
}

ul.bk_affl_acc_nav li div span img {
    width: 40px;
}

ul.bk_affl_acc_nav li div:first-child {
    width: 50px;
    margin-right: 20px;
}

span.bk_affl_acc_totalBalace a {
    color: #2dbaa8;
}

.bk_affl_approved_wrap {
    padding-left: 35px;
    position: relative;
    margin-bottom: 15px;
}

.bk_affl_approved_wrap p {
    color: #2dbaa8;
    font-weight: 500;
    font-size: 18px;
    text-transform: none;
    line-height: 25px;
}

.bk_affl_approved_wrap:before {
    content: "";
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 1px;
    left: 0;
    border: none;
    border-radius: 5px;
    background-color: #2bbaa8;
}

.bk_affl_approved_wrap:after {
    content: "";
    display: block;
    width: 5px;
    height: 11px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    position: absolute;
    top: 5px;
    left: 8px;
}

.bk_affl_approved_wrap.affiliate-pending:after {
    top: 0px;
    left: 8px;
    content: "!";
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    transform: none;
    width: auto;
    height: auto;
    border: none;
}
.bk_affl_approved_wrap.affiliate-declined:after {
    top: 0px;
    left: 8px;
    content: "!";
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    transform: none;
    width: auto;
    height: auto;
    border: none;
}

.bk_affl_approved_wrap.affiliate-pending:before {
    background: #FF875C;
}

.bk_affl_approved_wrap.affiliate-pending p {
    color: #FD875C;
}
.bk_affl_approved_wrap.affiliate-declined:before {
    background: #b94a48;
}

.bk_affl_approved_wrap.affiliate-declined p {
    color: #b94a48;
}

.bk_affiliate_rightPanel .ty-input-append span {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    color: #1B1C1E;
}

p.bk_no_affilaite {
    font-size: 18px;
    font-weight: 500;
    background: #fff;
    padding: 20px 10px;
}

.bk_affiliate_rightPanel .ty-input-append span h2::before,
#content_affiliates label.ty-control-group__title::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border: 1px solid;
    border-radius: 50%;
    top: 6px;
    left: 0;
}

.bk_affiliate_rightPanel .ty-input-append span h2 {
    position: relative;
    padding-left: 0;
    margin-top: 25px;
    font-size: 14px;
    line-height: normal;
    color: #1B1C1E;
}

.bk_affiliate_rightPanel .ty-input-append span p {
    margin-left: 0;
    font-weight: 500;
    color: #282829;
}
.bk_affiliate_rightPanel .ty-input-append span h2::before {
    content: none;
}

.bk_affiliate_rightPanel .buttons-container {
    margin: 0px;
    float: none;
    padding-top: 0px;
}

#content_affiliates {
    margin: 15px;
    margin-left: 0;
}

/* Coupon code design CSS */
#bk_cpnCode {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    padding: 0;
    row-gap: 12px;
    color: #1B1C1E;
}

span.bk_coupn--btn {
    display: inline-block;
    margin-left: 0;
    padding: 0;
    padding-left: 10px;
    padding-right: 101px;
    background: #F9FEFE;
    border-radius: 5px;
    position: relative;
    border: 1px solid #2DBAA8;
    text-align: center;
    min-height: 35px;
    line-height: 35px;
}

span.bk_coupn--btn>span {
    font-size: 16px;
    max-width: 100%;
    width: 90%;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    color: #1B1C1E;
}

.bk_affiliate_sideBar_contact_section {
    display: none;
}

span.bk_coupn--btn a {
    padding: 0px 30px;
    background: #249F8F;
    border-radius: 0 5px 5px 0;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    height: 100%;
    line-height: 35px;
    font-weight: 500;
}

/* Coupon code design CSS */
#content_affiliates label.ty-control-group__title {
    position: relative;
    padding: 0 0 15px 20px;
    font-size: 16px;
}

#custom_affiliate_parameter {
    background: none;
    margin-left: 15px;
    max-width: 55%;
}

#content_affiliates .buttons-container {
    padding-top: 5px;
}

#content_affiliates .buttons-container a.ty-btn {
    vertical-align: top;
}

#content_affiliates .buttons-container .bk-icon-listcart {
    background: #bdc3c7;
    padding: 10px;
    margin: 0 10px 10px 0;
    border-radius: 0px;
}

.bk_affiliate_rightPanel .ty-subheader {
    color: #1b1c1e;
    font-size: 18px;
    font-weight: 500;
}

/*2nd page end here*/
.bk_payout_report .ty-section__title {
    height: 30px;
    position: absolute;
    right: 4px;
    top: 15px;
    background: transparent;
    opacity: 0;
    z-index: 1;
    width: 30px;
    overflow: hidden;
}

span.bk_affiliate_filter {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 0;
}

span.bk_affiliate_filter img {
    width: 16px;
}

.bk_payout_report, .chart-container-wrapper {
    position: relative;
    background: #fff;
    border: 1px solid #eaeaea;
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
}

.commissions-table tbody tr:nth-child(odd):hover td {
    background: #f4fbff;
} 

.bk_payout_heading>span {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    padding: 15px;
    display: block;
}

.bk_payout_report .ty-section__title>span:first-child {
    display: none;
}

.bk_payout_block {
    background: #fff;
    padding: 15px 15px 20px;
    border-radius: 5px;
    border: 1px solid #eaeaea;
    margin-bottom: 20px;
}
table.bk_comm_order_details_header {
    width: 100%;
    border: 1px solid #eaeaea;
    background: #fff;
}
.bk_comm_oder_header {
    padding-bottom: 10px;
}
.bk_payout_block ul li {
    background: #DDF4F1 0% 0% no-repeat padding-box;
    border: 2px solid #2DBAA8;
    border-radius: 5px;
}

ul.bk_affl_payout_nav li div {
    margin-right: 20px;
}

.bk_payout_report table.ty-table.ty-table-width {
    margin: 0px;
}

.bk_payout_report .ty-table th {
    background: transparent;
    border-right: 0px;
}

.bk_payout_report .ty-table td {
    border-right: 0px;
    border-bottom: 0px;
}

.bk_payout_report .ty-table tr:last-child {
    border: 0px;
}

#chart-container > h4 {
    padding: 15px;
    margin: 0;
    font-size: 16px;
    text-align: center;
}

.chart-container-table-wrap {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px;
}

.chart-select-block {
    display: flex;
    flex-flow: column;
    padding: 0 20px 20px;
}

.chart-select-block select {
    width: fit-content;
}

.chart-container-wrapper > h3 {
    font-size: 18px;
    line-height: 28px;
    padding: 15px;
    border-bottom: 1px solid #eaeaea;
    margin: 0;
}

.sidebar-row .control-group .chart-container-date {
    display: flex;
    margin-top: 10px;
    gap: 20px;
}

.sidebar-row {
    padding: 15px;
}

.sidebar-row .control-group > label {
    font-size: 16px;
}

.chart-date-wrap label {
    margin-bottom: 6px;
    display: block;
}

.chart-date-wrap input {
    width: 100%;
}

.chart-days-wrap {
    padding: 10px 15px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.chart-days-wrap button {
    background: #22D1C1;
    border: 0;
    color: #fff;
    border-radius: 6px;
    padding: 0 20px;
    line-height: 36px;
    font-size: 16px;
    font-weight: 500;
}

/*page3*/
.bk-commision-plan-block ul li {
    background: #DDF4F1 0% 0% no-repeat padding-box;
    border: 2px solid #2DBAA8;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    flex-flow: column;
    max-width: 209px;
    margin-right: 15px;
}

.bk-commision-plan-block ul li h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}


.bk-commision-plan-block ul {
    display: flex;
}

.bk-commision-plan-block ul li div span {
    font-size: 18px;
    color: #2dbaa8;
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.bk-commision-plan-block ul li div {
    flex: 1;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
}

.bk_commision_container {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    margin-bottom: 20px;
}

.bk_affiliate_commision>span {
    font-size: 18px;
    font-weight: 500;
    color: #1b1c1e;
    display: block;
    line-height: 28px;
    padding: 15px;
    margin: 0;
}

.bk_affiliate_rightPanel #pagination_contents {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.ty-table th,
.ty-table th a {
    padding: 10px;
    border-right: 0px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    background: transparent;
    font-weight: 500;
    color: #A3A1A1;
    text-align: center;
}

.ty-table th a {
    border: 0px;
}

.ty-table td,
.ty-table .table td {
    padding: 12px;
    border-right: 0;
    border-bottom: 0;
    text-align: center;
    font-weight: 400;
}

.ty-table tr {
    padding: 0px;
    border: 0px;
}

.ty-table th:first-child,
.ty-table tr td:first-child {
    text-align: left;
    padding-left: 30px;
    font-weight: 500;
    width: 25%;
}

.ty-table tr:last-child {
    border-top: 1px solid #E3E0E0;
}

.ty-section,
.ty-table {
    margin-top: 0;
    border: 0px;
}

.ty-section__body {
    border: 0px;
    border-top: 1px solid #eaeaea;
    margin-top: 10px;
    display: none;
}

.ty-section__body .ty-calendar__block {
    width: 125px;
}

.ty-control-group input[type="checkbox"] {
    margin: -10px 15px 0 0;
}

.ty-control-group label+label {
    display: inline-block;
    margin: 0 10px 15px 0;
}

.bk_payout_report table tbody tr.alt-row,
.bk_payout_report table tbody tr.alt-row+.extra-row,
.ty-table tbody tr:nth-child(2n) {
    background: #fcfcfc;
}

.bk_payout_report .buttons-container {
    padding: 10px 0;
}

/*page3  css for banners*/
.bk_affiliate_rightPanel .ty-tabs .ty-tabs__list .ty-tabs__item.active {
    color: #fff;
    background: #6A6565 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
}

.bk_affiliate_rightPanel .ty-tabs .ty-tabs__list .ty-tabs__item {
    padding: 13px 15px;
    background: #fff;
    margin: 0 15px 10px 0;
    border: 1px solid #707070;
}

.bk_affiliate_rightPanel .ty-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a {
    padding: 0px 20px;
    font-weight: 600;
    color: #524F4F;
    font-size: 15px;
    height: auto;
}

.bk_affiliate_rightPanel .ty-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a {
    color: #fff;
}

.affiliate-title {
    font-size: 18px;
    font-weight: 500;
    color: #1B1C1E;
}

.affiliate-block a.link-dashed,
span.product-details-title {
    font-size: 18px;
    font-weight: 500;
    color: #1b1c1e;
}

.affiliate-block {
    padding-top: 0;
}

.bk_textBanner_wrapper {
    border: 1px solid #EAEAEA;
    border-radius: 5px;
    padding: 20px 15px 0;
    background: #fff;
}

.bk_affiliate_rightPanel .ty-tabs {
    border-bottom: none;
    margin: 0px;
}

.affiliate-block .info-block {
    display: block;
    margin: 0;
}

.bk_aff_embd_block .affiliate-banner-code {
    color: #524F4F;
    width: 100%;
    max-width: 350px;
    line-height: 20px;
    font-size: 12px;
    min-height: auto;
    height: auto;
    word-break: break-all;
    display: none;
        border: 1px dashed #BEBEBE;
    border-radius: 1px;
    margin-bottom: 20px;
}
.affiliate-wrap ul.bullets-list {
    display: flex;
    flex-wrap: wrap;
}

.affiliate-wrap ul.bullets-list li {
    margin: 0 10px 0 0;
    position: relative;
    padding: 0;
}

.affiliate-wrap ul.bullets-list li a, .affiliate-wrap .bk_aff_cat_block a {
    font-size: 14px;
    color: #2dbaa8;
    line-height: 20px;
}

.affiliate-wrap ul.bullets-list li+li::before {
    content: "|";
    position: absolute;
    left: -8px;
    color: #1b1c1e;
}
.bk_aff_other_info .affiliate-wrap ul.bullets-list li+li::before {
    display: none;
}

.bk_aff_tab_header {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 20px;
}
.affiliate-block .affiliate-content {
    margin: 0;
    flex: 0 0 50%;
    position: relative;
    padding-right: 15px;
}
.bk_aff_other_info {
    flex: 0 0 50%;
    position: relative;
    padding-left: 15px;
    border-left: 1px solid #F2F2F2;
}
.bk_aff_banner_wrap .affiliate-content table td {
    padding: 0 !important;
}
.bk_aff_banner_wrap {
    display: flex;
    flex-wrap: wrap;
}
.affiliate-content table {
    width: auto !important;
    height: auto !important;
    border: 0 !important;
}
.affiliate-block .info-block.bk_aff_cat_block {
    display: none;
    margin: 0 0 5px;
}
.bk_aff_cat_type {
    margin-right: 5px;
    font-weight: 600;
    min-width: 75px;
    line-height: 18px;
    text-transform: capitalize;
}
.bk_aff_other_info .affilate-banner-link {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    color: #1B1C1E;
}
.affilate-banner-link>span {
    min-width: 75px;
    font-weight: 500;
    line-height: 18px;
    margin-right: 5px;    
    font-size: 16px;
    color: #1B1C1E;
}
/* share cart css start  */
.shareCartContainer{
    flex: 1;
}
.cartShareWraper {
    width: 100%;
    border: 1px solid #EDF2F8;
    border-radius: 5px;
    padding: 2px;
    display: flex;
    align-items: center;
    flex: 1;
    column-gap: 5px;
    margin: 5px 0 0;
}
.affilate-banner-desc {
    margin-bottom: 20px;
}
span.bk_affiliate_description {
    display: block;
    margin-bottom: 10px;
    color: #1B1C1E;
}
.cartShareURL {
    background: #fff;
    flex: 1;
}
.Custom_shareCartImageWraper.ty-btn.ty-btn__secondary {
    display: flex;
    align-items: center;
    padding: 6px 8px;
    cursor: pointer;
    background: #f2f2f3;
    color: #1b1c1e;
    border: 0;
}

.cartShareURLInput {
    padding: 4px !important;
    border: none !important;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.Custom_shareCartImageWraper span {
    font-weight: 400;
    margin: 0;
    min-width: auto;
    font-size: 13px;
}
/* share cart css end  */
.affilate-banner-link a {
    font-size: 14px;
    color: #2dbaa8;
    line-height: 20px;
}
.bk-affiliate-downlod_button {
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: left;
}
.bk-affiliate-downlod_button a {
    background: #2dbaa8;
    color: #fff;
    padding: 8px 26px;
    display: inline-block;
    font-size: 16px;
    border-radius: 0;
    font-weight: 500;
}
.bk_aff_help_btn {
    font-size: 16px;
    border: 1px solid grey;
    height: 22px;
    width: 22px;
    text-align: center;
    border-radius: 20px;
    line-height: 22px;
    margin-left: 10px;
    cursor: pointer;
    color: grey;
    position: relative;
    z-index: 1;
}
span.bk_aff_help_tip {
    position: absolute;
    bottom: -20px;
    left: 25px;
    border-radius: 5px;
    width: max-content;
    max-width: 350px;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    padding: 5px;
    background: rgb(0 0 0 / 70%);
    color: #fff;
    display: none;
}
.bk_aff_help_btn:hover span.bk_aff_help_tip {
    display: block;
}
.affiliate-block .info-block.bk_aff_embd_block {
    margin: 15px 0 0;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}
.bk_aff_embd_toggle {
    border: 0;
    background: none;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 0 15px;
    color: #1B1C1E;
}
.bk_aff_embd_toggle span {
    font-weight: 400;
}
.bk_cpn_code,
#bk_banner_promotion_cpn {
    background: #EFFBF9;
    border: 1px dashed #2DBAA8;
    border-radius: 5px;
    text-align: center;
    color: #249F8F;
    padding: 6px 10px;
    font-weight: 600;
    font-size: 13px;
    width: fit-content;
}
/*banner css ended*/

.bk_accountBal_plan {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.bk_affl_rates-block_wrapper {
    padding: 10px;
    display: flex;
    flex-flow: column;
    background: #fff;
    flex: 1;
    border: 2px solid #2DBAA8;
    border-radius: 5px;
}

.bk_affl_your-plan-block {
    width: 57%;
    display: flex;
    flex-flow: column;
}

.bk_affl_your-plan-block h3 {
    text-align: left;
    font-size: 18px;
    color: #1b1c1e;
    padding: 7px 0;
    font-weight: 600;
}

.bk_affl_rates-block_wrapper>p {
    font-size: 22px;
    font-weight: 500;
    margin: 10px 0;
}

.bk_affl_rates-block_wrapper ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.bk_affl_rates-block_wrapper ul li * {
    font-size: 16px;
    font-weight: 500;
    color: #1b1c1e;
}

.bk_affl_rates-block_wrapper ul li p {
    width: 70%;
}

.bk_affl_rates-block_wrapper ul li span {
    width: 20%;
}

.bk_affl_user-block {

    background: #fff;
    margin-bottom: 30px;
}

.bk_linked_categoriesBlock {
    display: flex;
    flex-flow: column;
    width: 42%;
}

.bk_categoryRate_commision {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

tr.bk-CatRateTbl-row {
    display: flex;
    width: 100%;
}

tr.bk-CatRateTbl-row td:first-child {
    width: 60%;
}

table.bk-cateRateTbl thead tr th {
    color: #a3a1a1;
    font-size: 15px;
    padding: 10px 0;
    font-weight: 500;
}

table.bk-cateRateTbl tr {
    display: flex;
    justify-content: space-between;
}

table.bk-cateRateTbl tr td:last-child {
    width: 30%;
}

ul.bk_affl_payout_nav {
    display: flex;
}

ul.bk_affl_payout_nav li {
    margin: 0 10px 0 0;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    width: 250px;
}

ul.bk_affl_payout_nav li div:first-child span {
    background: #fff;
    border-radius: 50%;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 45px;
}

.bk_payout_report a.ty-btn.text-button {
    border-radius: 5px;
    text-transform: capitalize;
}

.bk_payout_report a.ty-btn.text-button:hover {
    background: #acacac;
}

.bk_affilate_tree_wrap {
    border: 2px solid #E4E4E4;
    border-radius: 5px;
    padding: 5px 20px;
    background: #fff;
}

.bk_affilate_tree_wrap .tree-limb>i {
    width: 35px;
    height: 35px;
    background: #f0f0f0;
    border-radius: 50%;
    margin-right: 15px;
    text-align: center;
    line-height: 30px;
}

.bk_affilate_tree_wrap .tree-limb {
    font-size: 18px;
    color: #1b1c1e;
    display: flex;
    align-items: center;
    font-weight: 500;
    margin-top: 10px;
}

/* payout detail-page css start */
.bk_payout_detInfo.affiliate-plan {
    background: #fff;
    padding: 15px 20px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
}
ul.bk_affl_payout_nav svg {
    width: 25px;
    height: 25px;
    margin-top: 13px;
}
/* payout detail-page css end*/

.bk_already_affAccount a {
    background: #FF875C;
    border-color: #FF875C;
}

.bk_affl_block1_left span.bk_account_affCreate {
    display: inline-block;
    margin-right: 10px;
}

span.bk_already_affAccount {
    display: inline-block;
}

/* affiliate new dashboard css start  */
.bk_affl_rt_dashboard_wrap {
    display: flex;
    align-items: start;
    gap: 20px;
    margin-top: 20px;
}
section.dashboard_left {
    flex: 1;
    padding: 0;
    margin: 0;
}
.dashboard_table_wrap{
    border: 1px solid #C8DAF2;
    border-radius: 12px;
    overflow: hidden;

}
.dashboard_left header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    background: #1CB6AD;
}
.dashboard_left header figure {
    width: 30px;
    height: 30px;
    padding: 5px;
    background: #fff;
    margin-right: 10px;
    border-radius: 2px;
}
.dashboard_left header h2{
    font-size: 16px;
    color: #fff;
    margin: 0;
}
.dashboard_rank_table{
    width: 100%;
    text-align: left;
}
#dash-table-data tbody tr{
    display: none;
}
.dashboard_rank_table thead tr{
    background: #ECF3FC;
    border-bottom: 1px solid #1CB6AD;
}
.dashboard_rank_table tr th {
    font-weight: 500;
    padding: 10px 0 10px 64px;
    line-height: 20px;
}
.dashboard_rank_table tbody tr + tr:nth-child(even) {
    background: #F7FAFF;
    border:solid #C8DAF2;
    border-width: 1px 0 1px 0;
}
.dashboard_rank_table tr + tr:last-child {
    border-bottom: 1px solid #1CB6AD;
}
.dashboard_rank_table tr th:first-child, .dashboard_rank_table tr td:first-child {
    width: 35%;
    text-align: center;
}
.dashboard_rank_table tr td {
    padding: 10px 0 10px 63px;
    text-align: left;
}
table.dashboard_rank_table tr th:last-child {
    width: 45%;
    text-align: left;
}

footer.dashboard_table_links {
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
}
footer.dashboard_table_links button {
    border: 1px solid #11A895;
    border-radius: 5px;
    margin-left: 10px;
    color: #11A895;
    font-weight: 500;
    line-height: 24px;
    padding: 0 14px;
    background: #fff;
    padding: 0 16px;
    font-size: 12px;
}
footer.dashboard_table_links #prevBtn {
    color: #C6C6C6;
    border: 1px solid #C6C6C6;
}
footer.dashboard_table_links button:hover {
    background: #11A895;
    color: #fff;
}
footer.dashboard_table_links #prevBtn:hover {
    background: #C6C6C6;
    color: #fff;
}

section.dashboard_right {
    padding: 0;
    flex: 1;
    border: 1px solid #C8DAF2;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    margin: 0;
}
section.dashboard_right header {
    display: flex;
    align-items: center;
    padding: 8px 15px;
    border-bottom: 1px solid #ecf3fc;
}
.dahboard_articles_wrap {
    max-height: 440px;
    overflow-x: hidden;
}
.dahboard_articles_wrap::-webkit-scrollbar {
    width: 5px;
}
.dahboard_articles_wrap::-webkit-scrollbar-track {
    background-color: #ecf3fc;
}
.dahboard_articles_wrap::-webkit-scrollbar-thumb {
    background-color: #0000001c;
}

.dashboard_right header figure {
    background: #E3E3E3;
    padding: 6px;
    border-radius: 2px;
    width: 34px;
    height: 34px;
    display: flex;
    margin-right: 10px;
}
.dashboard_right header h2 {
    font-size: 18px;
    margin: 0;
}
.rt-article-heading {
    padding: 10px;
    background: #ECF3FC;
    border: solid #D7E2F0;
    border-width: 1px 0 1px 0;
    margin: 0;
}
.rt-article-heading h3 {
    font-size: 15px;
}
ul.dashboard_rt_article-wrap {
    padding: 15px;
    display: flex;
    gap: 3%;
    overflow: auto;
}
ul.dashboard_rt_article-wrap_dash {
    display: flex;
    gap: 3%;
    overflow: auto;
}
ul.dashboard_rt_article-wrap::-webkit-scrollbar {
    display: none;
}
li.article_block {
    box-shadow: 0px 3px 3px #00000015;
    border: 1px solid #C6C6C6;
    border-radius: 5px;
    flex: 1;
    text-align: center;
    padding: 0;
    overflow: hidden;
    min-width: 110px;
    position: relative;
    min-height: 150px;
    padding-top: 50px;
}
li.article_block p {
    background: #ECF3FC;
    text-align: left;
    padding: 2px 5px;
    font-size: 13px;
    line-height: 20px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
li.article_block p span {
    font-weight: 500;
}
li .article_body figure img {
    border: 1px solid #f2f2f2;
    border-radius: 50%;
    max-width: 50px;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1;
}

.article_body span {
    margin: 10px 0;
    display: block;
}

/* affiliate new dashboard css end  */

.bk_pp_image_empty  {
    display: flex;
    align-items: center;
    margin-top: 40px;
    flex-flow: column;
}

.bk_pp_image_empty img {
    width: 24%;
}

.bk_pp_image_empty p {
    font-size: 18px;
    font-weight: 500;
    margin-top: 16px;
}

.bk_affiliate_rightPanel .affiliate-plan-block {
    margin-bottom: 0;
}

/* affiliate share content promotion tab css start  */
h3.aff-title-promotion-type {
    color: #000;
    font-size: 18px;
    margin: 0 0 10px;
}
.affiliate-block.bk_aff_banner_wrap {
    padding: 0;
    margin-bottom: 30px;
    row-gap: 20px;
    border: 0;
}
.affiliate-block.bk_aff_banner_wrap:last-child {
    margin: 0;
}
.aff_promotion_content_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border: 1px solid #D8DEE6;
    border-radius: 5px;
    padding: 15px;
}
.affiliate-title.aff-title-promotion {
    color: #2DBAA8;
    font-weight: 500;
    font-size: 15px;
    margin: 10px 0 5px;
}
.aff_promotion_content_wrap .aff_banner_content_desc p {
    display: flex;
    column-gap: 10px;
    align-items: start;
    padding: 0;
    margin-bottom: 10px;
}
.aff_banner_content_data > img {
    margin-bottom: 10px;
    border-radius: 10px;
}
.aff_banner_content_btn_data {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}
.bk_warning_aff_btn,
span.bk_success_aff_btn {
    color: #fff;
    background: #18A08F;
    font-size: 11px;
    line-height: 22px;
    border-radius: 4px;
    padding: 0 10px;
    font-weight: 500;
    position: relative;
}
span.bk_warning_aff_btn {
    background: #FFDBCE;
    color: #802F12;
    padding-left: 20px;
}
span.bk_warning_aff_btn:before {
    content: "";
    width: 7px;
    height: 7px;
    background: #249F8F;
    border: 1px solid #fff;
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 50%;
}

/* affiliate share content promotion tab css end  */

/***** affiliate collection css start  *****/
/* collection kiki.ai css start */
.kiki_container *::-webkit-scrollbar {
    display: none;
}

.loading-spinner {
    display: flex;
    justify-content: left;
    align-items: center;
    height: 30px;
}

.dot1, .dot2, .dot3 {
    width: 5px;
    height: 5px;
    background-color: #333;
    border-radius: 50%;
    margin: 0 5px;
    animation: bounce 1.4s infinite ease-in-out;
}

.dot2 {
    animation-delay: 0.2s;
}

.dot3 {
    animation-delay: 0.4s;
}

@keyframes bounce {
    0%, 80%, 100% {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
}

.kiki_message-system-block {
    padding: 5px 20px;
}

.kiki_head img {
    width: 50px;
}

.kiki_head h2 {
    color: #6E6E6E;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
}

.kiki_head h1 {
    color: #101010;
    font-weight: 600;
    margin: 10px 0;
    font-size: 36px;
    display: inline-block;
}

.kiki_head h1 span {
    color: #2AB6AC;
}

.kiki_head {
    margin: 0 0 20px;
}

.kiki_container_bottom {
    background: linear-gradient(90deg, #7C54A9 0%, #5884D0 43%, #27C9C9 100%);
    padding: 6px;
    border-radius: 12px;
}

.kiki_container_bottom .kiki_ask {
    background: #F8FFFE;
    padding: 20px 10px 15px;
    border-radius: 12px;
}

.kiki_inp {
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 3px 6px #00000017;
    border: 1px solid #e7e8e8;
    border-radius: 6px;
}

.kiki_inp textarea {
    padding: 10px 15px;
    color: #A3A1A1;
    line-height: 20px;
    font-size: 16px;
    width: -webkit-fill-available;
    display: inline-block;
    min-height: 80px;
    resize: none;
    border: 0;
}

.kiki_inp textarea:focus {
    border: 0;
}

.kiki_inp textarea::placeholder {
    color: #A3A1A1;
    font-size: 16px;
}

.kiki_container_bottom.active textarea,
.kiki_container_bottom.active textarea::placeholder {
    color: #101010;
}

.kiki_container_bottom.active .kiki_inp,
.kiki_inp textarea:focus-visible .kiki_container_bottom .kiki_inp{
    background: #E7FAF8;
}

.chatSelector_wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.chatSelector_wrap * {
    margin: 0;
    height: auto;
    min-height: auto;
    font-size: 13px;
    color: #A3A1A1;
    border-radius: 16px;
    border: 1px solid #e7e8e8;
    padding: 5px 2px 5px 5px;
}

.chatSelector_wrap h5 {
    color: #100202;
    font-weight: 500;
    line-height: 24px;
    font-size: 14px;    
    padding: 0;
    border: 0;
}

.chatSelector_btn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
    row-gap: 10px;
}

.chat_snd_btn button.kiki_send {
    all: unset;
    line-height: 40px;
    padding: 0 20px;
    background: #22D1C1;
    border: 1px solid #22D1C1;
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
}

.chat_snd_btn button.kiki_send:active {
    opacity: 0.6;
}

.kiki-qna-container {
    display: none;
    padding-top: 40px;
    max-width: 800px;
}

button#createcollection {
    all: unset;
    border: 1px solid #7152A2;
    line-height: 38px;
    border-radius: 27px;
    font-size: 16px;
    font-weight: 500;
    background: #705182;
    color: #fff;
    position: absolute;
    z-index: 1;
    right: 0px;
    top: 0;
    max-width: 110px;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.kiki_qna {
    border: 1px solid #35B9A8;
    border-radius: 10px;
    background: #f7f7f7;
    overflow: hidden;
    margin: 10px 0;
}
.kiki_qna.empty {
    display: none;
}
.bk_chatai_wrapper {
    position: relative;
}
.chat_snd_btn_collection {
    position: absolute;
    right: 10px;
    top: 7px;
    cursor: pointer;
}
.kiki_message.user {
    padding: 10px 10px 10px 48px !important;
    position: relative;
    background: #F4F4F6;
    box-shadow: none !important;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

.kiki_message.user textarea {
    resize: unset;
    all: unset;
    color: #4c4f51;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    width: calc(100% - 60px);
    display: block;
}

.kiki_message.user:before {
    content: "";
    position: absolute;
    left: 5px;
    background-size: 20px 22px;
    height: 26px;
    padding: 4px;
    background: url(https://cdn.kindlife.in/images/ui_icon/kikiai-userIcon.svg) no-repeat;
    width: 32px;
    height: 32px;
    top: 5px;
}

.kiki_message_system_block {
    margin-top: 20px;
}

.kiki_message pre,
.kiki_message-system-block pre {
    font-family: inherit;
    line-height: 24px;
    margin: 0;
    color: #101010;
}

.kiki_message pre b {
    color: #9A9A9A;
    font-weight: 400;
}

.kiki_message-system-block pre a {
    color: #7152A2;
    margin-left: 3px;
    font-weight: 500;
}

.kiki_message {
    padding: 10px 15px;
}

h2.chat-messaage-title {
    font-size: 14px;
    color: #9A9A9A;
    margin: 0 0 8px;
}

.chat-messaage-suggest-product .bk_product_list_block img {
    border-radius: 10px;
    border: 1px solid #D8DEE6;
    width: 150px;
    aspect-ratio: 1;
    background: #fff;
    overflow: hidden;
    margin-bottom: 6px;
}

.chat-messaage-suggest-product,
.chat-messaage-suggest-list {
    display: flex;
    column-gap: 10px;
    overflow: auto;
}

.chat-messaage-suggest-product .bk_product_list_block {
    flex: 0 0 100px;
}

.chat-messaage-suggest-product .bk-product-list_content *,
.chat-messaage-suggest-product::-webkit-scrollbar,
.chat-messaage-suggest-list::-webkit-scrollbar {
    display: none;
}

.chat-messaage-suggest-product .bk-product-list_item-name {
    display: block;
}

.chat-messaage-suggest-product .bk-product-list_item-name a,
.chat-messaage-suggest-list .item_desc_title h5 {
    font-size: 12px;
    line-height: 16px;
    color: #1B1C1E;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
    font-weight: 400;
}

.chat-messaage-suggest-list .item_desc_title {
    padding: 0 10px 4px;
}

.chat-messaage-suggest-list li {
    flex: 0 0 130px;
    background-color: #fff;
    padding: 0;
    border-radius: 6px;
}

.chat-messaage-suggest-list .item_cover div img {
    aspect-ratio: 1/1.3;
    object-fit: cover;
    border-radius: 6px;
}

.chat-messaage-suggest-list .item-content figure {
    position: relative;
    margin-bottom: 6px;
}

.chat-messaage-suggest-list .avaitor_img {
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #fff;
}

.chat-messaage-suggest-list .avaitor_img img {
    aspect-ratio: 1;
    object-fit: cover;
}

.chat-messaage-suggest-list img.item_vid_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 30%;
    aspect-ratio: 1;
    border-radius: 50%;
}

/* collection kiki.ai css end */

/* collection my-collection-list css start */
.bk_collection_tab_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px 0 15px;
}

.bk_collection_tab_wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #EBECEC;
    background: #F2F2F2;
    border-radius: 17px;
}

.bk_collection_tab_wrapper .bk_collection_tab {
    color: #6E6E6E;
    cursor: pointer;
    line-height: 34px;
    padding: 0 20px;
    font-weight: 500;
    font-size: 13px;
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.bk_collection_tab_wrapper .bk_collection_tab.active {
    background: #fff;
    box-shadow: 0px 2px 6px #00000038;
    border-radius: 17px;
}

.bk_collection_gallery {
    display: flex;
    overflow: auto;
    column-gap: 15px;
    display: none;
}

.bk_collection_gallery.show {
    display: flex;
}

.bk_collection_gallery::-webkit-scrollbar {
    display: none;
}

.bk_my_collection_list_wrap {
    position: relative;
}

.bk_coll_see_all a {
    display: inline-block;
    border: 1px solid #2dbaa8;
	font-size: 14px;
    font-weight: 500;
	line-height: 30px;
    color: #35B9A8;
	border-radius: 22px;
	padding: 0 10px;
}

.bk_coll_see_all a:active {
    opacity: 0.6;
}

.bk_collection_gal_item {
    flex: 0 0 300px;
    display: flex;
    flex-flow: column;
    border: 1px solid #EAEAEA;
    border-radius: 5px;
    padding: 12px 8px 10px;
}

.bk_collection_gal_title {
    position: relative;
}

.bk_gallery_tittle {
    margin: 10px 0;
}

.bk_gallery_tittle a {
    color: #1B1C1E;
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}

.bk_collection_count_items {
    color: #A3A1A1;
    font-size: 12px;
    padding-top: 3px;
    position: absolute;
    top: 10px;
}

.bk_collection_gal_action_btn a {
    all: unset;
    cursor: pointer;
    height: 34px;
}

.bk_collection_gal_action_btn a:hover {
    background: transparent;
}

.bk_collection_gal_action_btn a:active {
    opacity: 0.6;
}

.bk_collection_gal_action_btn {
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
}

span.bk_coll_publishBtn {
	background: #22D1C1;
	border: 1px solid #22D1C1;
	border-radius: 6px;
    line-height: 30px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    column-gap: 3px;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
}

.bk_collection_gal_action_btn .tooltip_anchor {
    position: static;
    margin-right: 10px;
}

.bk_collection_gal_action_btn .tooltip_anchor .tooltip_span {
    right: 10px;
    left: auto;
}

.bk_collection_gal_desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
}

.bk_collection_gallery_products {
    display: flex;
    position: relative;
    margin-top: auto;
    column-gap: 2px;
    overflow: hidden;
}

.bk_collection_gallery_products a {
    position: relative;
    flex: 0 0 33%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bk_collection_gallery_products img {
    aspect-ratio: 1;
    border: 1px solid #EAEAEA;
    width: 100%;
    max-width: 92px;
}

.bk_collection_gallery_products .ksv_vid_icon {
    position: absolute;
    width: 35%;
    aspect-ratio: 1;
    border-radius: 50%;
}

.bk_collection_remaining_count {
    position: absolute;
    top: 50%;
    right: 8%;
    margin-top: -23px;
    width: 16%;
    aspect-ratio: 1;
    background: #bba1e4bf;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-shadow: 0px 3px 6px #0000006E;
}

/* collection my-collection-list css end */

/* collection promotion offers css start */
.bk_promotion_offers_wrap .ty-mainbox-simple-title, 
.bk_coll_trending_tags .ty-mainbox-simple-title, 
.bk_my_collection_list_wrap .ty-mainbox-simple-title,
.ty-mainbox-simple-container .ty-mainbox-simple-title {
    color: #100202;
    font-weight: 500;
    margin: 50px 0 15px;
    font-size: 22px;
}

.kc_sharecontent_wrapper {
    display: grid;
    gap: 16px;
}

.kc_sharecontent_wrapper::-webkit-scrollbar{
    display: none;
}

.kc_share_show_1 {
    grid-template-columns: 1fr;
}

.kc_share_show_2 {
    grid-template-columns: repeat(2,1fr);
}

.kc_share_show_3 {
    grid-template-columns: repeat(3,1fr);
}

.kc_share_show_4 {
    grid-template-columns: repeat(4,1fr);
}

.kc_share_show_5 {
    grid-template-columns: repeat(5,1fr);
}

.kc_share_show_6 {
    grid-template-columns: repeat(6,1fr);
}

.kc_promotion_coll_img {
    overflow: hidden;
}

.kc_promotion_coll_img img {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
}

.kc_share_show_2 .kc_promotion_coll_img img {
    aspect-ratio: 6/4;
}

.kc_share_show_5 > div .affilate-banner-desc, 
.kc_share_show_6 > div .affilate-banner-desc {
    display: none;
}

.kc_promotion_coll__info .affilate-banner-desc {
    margin: 0;
    white-space: normal;
    word-break: break-word;
}

.kc_promotion_wrapper {
    border-radius: 6px;
    display: flex;
    flex-flow: column;
    box-shadow: 0px 3px 6px #00000012;
    overflow: hidden;
}

.kc_promotion_coll__info {
    padding: 5px 10px 10px;
    flex: 1;
}

.kc_promotion_coll__info .affiliate-wrap {
    height: 100%;
    display: flex;
    flex-flow: column;
}

.bk_promotion_share_btn {
    margin-top: auto;
}

.bk_promotion_share_btn a {
    margin-top: 15px;
    display: inline-block;
}

.bk_promotion_share_btn a:active {
    opacity: 0.6;
}

.kc_promotion_coll__info .affiliate-title.aff-title-promotion {
    color: #100202;
	font-size: 14px;
    line-height: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	overflow: hidden;
    margin: 6px 0;
    word-break: break-word;
}

.kc_promotion_coll__info .bk_affiliate_description {
    font-weight: 400;
    font-size: 13px;
    color: #524F4F;
    line-height: 18px;
    margin: 0;
}
/* collection promotion offers css end */

/* collection trending tags css start */
ul.bk_aff_collection_tag_list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
	list-style: none;
}

ul.bk_aff_collection_tag_list li a {
    background: #EEEEEE;
    padding: 0 10px;
    line-height: 26px;
    display: block;
    font-size: 13px;
    border-radius: 3px;
    color: #1F1F1F;
    border: 1px solid transparent;
}
ul.bk_aff_collection_tag_list li a:hover {
    border: 1px solid #1f1f1f;
}

ul.bk_aff_collection_tag_list li a:active {
    opacity: 0.6;
}
/* collection trending tags css end */

/* commission details popup starts */
table.ty-table.commissions_details_table {
    margin-bottom: 20px;
    border: 1px solid #E3E0E0;
}

.ty-table.commissions_details_table th, .ty-table.commissions_details_table tr td{
    padding: 10px 6px;
}

.ty-table.commissions_details_table tr {
    border-top: 1px solid #E3E0E0;
}
/* commission details popup end */

@media (max-width: 766px){
    .bk_affiliate_sideBar ul.affiliate-menu {
        flex-flow: row;
        overflow: auto;
        border-bottom: 1px solid #EAEAEA;
    }
    .bk_affiliate_sideBar .affiliate-menu li a {
        flex-flow: column;
        padding: 0 15px 10px;
        white-space: nowrap;
    }
    .bk_affiliate_sideBar .affiliate-menu li a {
        border-color: transparent;
    }
    .bk_affiliate_sideBar .affiliate-menu li a:hover, 
    .bk_affiliate_sideBar .affiliate-menu li a.affiliate-active-tab {
        border-bottom: 2px solid #707070;
        background: #fff;
        transition: 0.6s;
    }
    .kc_sharecontent_wrapper{
        gap: 10px;
    }    
    .kc_share_show_4, .kc_share_show_5, .kc_share_show_6 {
        grid-template-columns: repeat(3,1fr);
    }
    .kc_promotion_coll__info .affiliate-title.aff-title-promotion {
        font-size: 14px;
    }
    .bk_gallery_tittle a {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 480px){
    .bk_promotion_offers_wrap .ty-mainbox-simple-title,
    .bk_coll_trending_tags .ty-mainbox-simple-title,
    .bk_my_collection_list_wrap .ty-mainbox-simple-title,
    .ty-mainbox-simple-container .ty-mainbox-simple-title {
        margin: 30px 0 10px;
        font-size: 18px;
    }
    .bk_collection_tab_block {
        margin: 30px 0 10px;
    }
    .kc_share_show_2 {
        grid-template-columns: 1fr;
    }
    .kc_share_show_3, .kc_share_show_4, .kc_share_show_5, .kc_share_show_6 {
        grid-template-columns: repeat(2,1fr);
    }
    .show_create_mob{
        display: block;
    }
    .show_create_desktop{
        display: none;
    }
    .kiki_container {
        margin: 0 -10px;
        box-shadow: 0px 3px 6px #00000012;
        padding: 0 10px 20px;
    }
    .chatSelector_wrap * {
        font-size: 12px;
    }
    .chatSelector_wrap {
        gap: 8px;
    }
    .kiki_head h1 {
        font-size: 22px;
        line-height: 26px;
    }
    .kiki_head h2 {
        font-size: 14px;
    }
    .kiki_message.user textarea,
    .create_new_wishlist_status .ty-input-textarea, 
    .create_new_wishlist_status textarea#cp_wl_note,
    div.bk-mw-control-group.ty-control-group select {
        font-size: 14px;
    }
}

@media (max-width: 380px) {
    .chatSelector_wrap * {
        font-size: 10px;
    }
}
/***** affiliate collection css end  *****/

/* mini-desktop view */
@media (max-width: 991px) {
    .bk_payout_report table.ty-table,
    .bk_paydetails_Action table.ty-table {
        overflow-x: auto;
        display: block;
    }

    .bk_payout_report table.ty-table tr th,
    .bk_payout_report table.ty-table tr td,
    .bk_paydetails_Action table.ty-table tr th,
    .bk_paydetails_Action table.ty-table tr td {
        min-width: 130px;
    }

    .bk_affl_block1_left h3 {
        font-size: 34px;
        margin: 0px;
    }

    .bk_affl_block1_left h2 {
        font-size: 18px;
        font-family: ui-monospace;
    }

    .bk_affl_hiw_wrapper,
    .bk_affl_wkc_wrapper {
        padding: 0px;
    }

    section .bk_affl_wkc_wrapper h4,
    section .bk_affl_hiw_wrapper h4 {
        margin-bottom: 20px;
    }

    .bk_affl_hiw_wrapper ol li,
    .bk_affl_wkc_wrapper ol li {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .bk_affl_block1_left span.bk_account_affCreate,
    span.bk_already_affAccount {
        display: block;
        margin-bottom: 15px;
    }    
}


/* tablet view */
@media (max-width: 766px) {
    span.kind-img img {
        margin-bottom: 0;
        max-width: 73px;
    }
    .cartShareWraper {
        background: #f2f2f2;
        column-gap: 0;
        max-width: 350px;
    }
    

    /* non-login css start */
    .bk_affl_block1_wrapper,
    .bk_affl_block1_wrapper.reverse {
        flex-flow: column;
    }

    .bk_affl_block1_left,
    .bk_affl_block1_right {
        width: 450px;
        max-width: 100%;
        padding: 0px;
        margin-bottom: 20px;
    }

    .bk_affl_block1_right {
        width: 100%;
        padding: 0px;
        margin-bottom: 20px;
    }

    .bk_affl_block1_banner {
        width: 70%;
    }

    .bk_affl_hiw_wrapper,
    .bk_affl_wkc_wrapper {
        width: 100%
    }

    section .bk_affl_wkc_wrapper h4,
    section .bk_affl_hiw_wrapper h4 {
        text-align: center;
        font-size: 30px;
    }

    .bk_affl_hiw_wrapper ol li,
    .bk_affl_wkc_wrapper ol li {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .bk_affl_block1_left a,
    .bk_affl_hiw_wrapper a {
        font-size: 16px;
    }

    .bk_affl_comm_table {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .bk_affl_chart_wrapper h4 {
        font-size: 24px;
    }

    .bk_affl_chart_wrapper th.bk_affl_chat-title {
        font-size: 14px;
        min-width: 160px;
    }

    tr.bk_affl_chart_heading span {
        margin: 0 10px 10px;
    }

    .bk_affl_chart_wrapper td {
        min-width: 90px;
    }

    /* non-login css end */
    .bk_affiliate_sideBar .affiliate-menu li a span img {
        width: 23px;
        margin: 0;
    }

    .bk_accountBal_plan,
    .bk_categoryRate_commision,
    ul.bk_affl_payout_nav {
        flex-flow: column;
    }

    .bk_affl_user-block,
    .bk_affl_acc-balance-block,
    .bk_affl_your-plan-block,
    .bk_affiliate_rightPanel .bk-affiliate-rates,
    .bk_linked_categoriesBlock,
    ul.bk_affl_payout_nav li {
        width: 100%;
        margin-bottom: 20px;
    }

    ul.bk_affl_acc_nav li {
        padding: 15px 10px;
    }

    .bk_affl_rt_section_heading,
    .ty-subheader {
        font-weight: 500;
        font-size: 18px;
    }

    .bk_affiliate_commision>span,
    .bk_payout_heading>span,
    .chart-container-wrapper > h3 {
        font-size: 16px;
        line-height: 20px;
    }


    .bk_accountBal_plan,
    .bk_categoryRate_commision {
        margin: 0px;
    }

    .affiliate-plan-block td,
    .affiliate-plan-block td a {
        font-weight: 500;
    }

    tr.bk-CatRateTbl-row td:first-child {
        width: 80%;
    }

    table.bk-cateRateTbl tr td:last-child {
        width: 15%;
    }

    .ty-table table,
    .ty-table thead,
    .ty-table tbody,
    .ty-table th,
    .ty-table td,
    .ty-table tr {
        display: revert;
    }

    .ty-table {
        margin: 0px;
        overflow: auto;
    }

    .ty-table thead tr {
        position: static;
    }

    .ty-cart-content .ty-table__responsive-header,
    .ty-table__responsive-content {
        width: 100%;
        word-break: normal;
        color: #1b1c1e;
        font-weight: inherit;
        padding-right: 10px;
        font-size: 13px;
    }

    table.ty-table tr {
        display: revert;
    }

    table.ty-table tr th:first-child,
    table.ty-table tr td:first-child {
        width: 25%;
        min-width: 160px;
        padding-left: 10px;
    }

    .bk_affiliate_rightPanel .ty-tabs .ty-tabs__list .ty-tabs__item {
        padding: 6px 4px;
        margin: 0 7px 5px 0;
    }

    .bk_affiliate_rightPanel .ty-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a {
        font-size: 14px;
        padding: 0 15px;
        font-weight: 500;
    }

    .bk_textBanner_wrapper .ty-accordion {
        margin: 0px;
    }

    .bk_textBanner_wrapper .ty-accordion .ui-accordion-header {
        margin-bottom: 5px;
        font-weight: 600;
        color: #1b1c1e;
    }
    .bk_textBanner_wrapper .ty-accordion .ui-accordion-header.ui-accordion-header-active {        
        color: #fff;
        background: #6A6565 0% 0% no-repeat padding-box;
        border: 1px solid #707070;
    }

    .bk_textBanner_wrapper .affiliate-content table {
        width: 100% !important;
        max-width: 500px;
    }
    .ty-table tr:last-child {
        border-bottom: none;
    }
    .bk_aff_banner_wrap,
    .aff_promotion_content_wrap {
        flex-flow: column;
        row-gap: 15px;
    }

    .bk_aff_other_info,
    .affiliate-block .affiliate-content {
        padding: 0;
        border: 0;
    }
    .bk-affiliate-downlod_button {
        margin: 10px 0 0 0;
    }

    .bk_aff_sales_content_wapper .aff_banner_detail_promotion_content_wrap {
        flex-flow: column;
        row-gap: 10px;
    }

    .aff_banner_details_container .bk_aff_banner_wrap > div {
        flex-flow: column;
        margin: 0;
        gap: 10px;
    }

/* css for new dashboard start  */
    .bk_affl_rt_dashboard_wrap{
        flex-direction: column;
    }
    section.dashboard_left, section.dashboard_right{
        width: 100%;
    }
    .dahboard_articles_wrap {
        max-height: initial;
    }
/* css for new dashboard end  */
}


/* tablet view */
@media (max-width: 480px) {
    .bk_affl_rt_dashboard_wrap{
        margin-top: 10px;
    }

    .dashboard_rank_table tr td, .dashboard_rank_table tr th {
        font-size: 13px;
    }

    span.kind-img img {
        min-width: 70px;
    }

    .bk_affiliate_sideBar .affiliate-menu li a span img {
        width: 26px;
    }

    .bk_affiliate_sideBar .affiliate-menu li a {
        font-size: 12px;
        padding-inline: 14px;
    }

    .bk_textBanner_wrapper {
        padding: 10px;
    }

    .bk_affl_block1_left h2 {
        font-size: 16px;
    }

    .bk_affl_block1_left h3 {
        font-size: 28px;
        line-height: 32px;
    }

    .bk_affl_block1_left p {
        padding: 15px 0;
        font-size: 15px;
        line-height: 24px;
    }

    .bk_affl_block1_left a,
    .bk_affl_hiw_wrapper a {
        padding: 6px 14px;
        font-size: 14px;
        margin: 0 auto;
    }

    .bk_affl_block1_banner {
        width: 100%;
    }

    section .bk_affl_wkc_wrapper h4,
    section .bk_affl_hiw_wrapper h4 {
        font-size: 24px;
        line-height: 24px;
    }

    .bk_affl_hiw_wrapper ol li,
    .bk_affl_wkc_wrapper ol li {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .bk_affiliate_commision {
        padding: 5px 10px;
    }

    .bk-commision-plan-block ul {
        flex-flow: column;
    }

    .bk-commision-plan-block ul li {
        max-width: 100%;
        margin: 0 0 15px;
    }

    .bk_aff_banner_wrap{
        flex-flow: column;
    }

    .bk-affiliate-downlod_button a{
        padding: 8px 20px;
    }

    span.bk_aff_help_tip {
        right: -45px;
        max-width: 220px;
        bottom: auto;
        left: auto;
        top: 30px;
    }    

    .bk_aff_user_image {
        flex: 0 0 120px;
    }

    .bk_aff_user_image img:first-child {
        width: 100px;
        padding: 6px;
    }

    .bk_aff_user_image .bk_user_aff_avatar{
        right: 10px;
        width: 36px;
    }

    .bk_aff_sales_title_wapper {
        overflow: auto;
        justify-content: start;
        margin: 20px 10px;
    }

    .bk_aff_sales_content_wapper .affilate-banner-link > span{
        display: none;
    }

    .bk_aff_sales_title_wapper .aff_banner_container{
        font-size: 16px;
        padding: 12px 15px;
    }
}