
.csb-header {
    background: #E3CCFF 0% 0% no-repeat padding-box;
    border: 1px solid #333333;
    border-radius: 10px 10px 0px 0px;
    font: normal normal bold 24px/28px Ubuntu;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
    padding: 16px 15px;
}

.scb-list {
    padding: 10px 0;
    margin: 0;
    list-style: none;
}

.csb-row-item + .csb-row-item {
    margin-top: 10px;
}

.csb-row-item.-header {
    background: #F3F3F3;
    border: 1px solid #333333;
}

.csb-row-item {
    background: #FFFFFF;
    border: 1px solid #333333;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 12px 18px;
    gap: 15px;
    transition: color 450ms;
    cursor: pointer;
}

a.csb-row-item{
    text-decoration: none;
}

.csb-row-item:hover,
.csb-row-item:hover .csb-name-link{
    text-decoration: none !important;
    color: #f24175;
}

.csb-row-item.-header span.arrow-icon{
    opacity: 0;
    visibility: hidden;
}
span.arrow-icon {
    border-width: 5px 9px;
    border-style: solid;
    border-color: transparent  transparent  transparent #E3CCFF;
    display: block;
    align-self: flex-start;
    margin-top: 4px;
}

 .csb-cell.name-cell{
    flex: 0 0 30%;
    max-width: 200px;
}

.csb-cell.price-cell {
    flex: 0 1 100%;
    max-width: 120px;
    padding-left: 2%;
    margin-left: 2%;
}

.csb-cell.best-for-cell {
    max-width: 250px;
    flex: 0 0 33%;
}

.--variant .csb-cell.name-cell,
.--variant .csb-cell.best-for-cell,
.--variant .csb-cell.price-cell {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0%;
    margin-left: 0%;
}


.csb-cell,
.csb-name-link {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #333333;
}

.csb-name-link{
    font-size: 16px;
}

.csb-cell.actions-cell {
    flex: 0 1 auto;
    min-width: 80px;
}

.--variant .csb-cell:not(.actions-cell) {
    flex: 0 0 100%;
    max-width: 100%;
}

.--variant .csb-cell.actions-cell {
    display: none;
}

.more-link {
    display: block;
    background: #f24175 0% 0% no-repeat padding-box;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    text-align: center;
    color: #FFFFFF;
    padding: 7px clamp(10px, 10%, 30px);
    border: 1px solid #f24175;
    transition: all 450ms;
}

.more-link:hover {
    text-decoration: none !important;
    background: #fff;
    color: #f24175;
}

.csb-footer {
    border: 1px solid #333333;
    border-radius: 0px 0px 10px 10px;
    padding: 15px 15px;
    text-align: center;
    background: #E3CCFF;
}

span.csb-btn {
    font: normal normal bold 18px/32px Ubuntu;
    letter-spacing: 0px;
    color: #333333;
    cursor: pointer;
    transition: all 450ms;
    display: inline-flex;
    align-items: center;
}

span.csb-btn:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-width: 0 0 2px 2px;
    border-style: solid;
    transform: rotate(-45deg);
    margin-left: 10px;
}



span.csb-btn:hover,
.csb-name-link:hover{
    color: #f24175;
}

.csb-row-item:not(.-header) .csb-cell.best-for-cell{
    font-weight: 400;
}

*.-hide{
    display: none;
}

span.csb-btn > span:nth-child(2),
span.csb-btn.-hide-items > span:nth-child(1){
    display: none;
}

span.csb-btn.-hide-items > span:nth-child(2) {
    display: block;
}

span.csb-btn.-hide-items:after {
    transform: rotate(135deg) translateY(-50%);
}

span.cell-icon {
    display: none;
    flex: 0 0 15px;
    height: 15px;
    margin-top: 2px;
}

.icon-star{
    background-image: url('https://influencermarketinghub.com/wp-content/plugins/clients-summary/assets/icons/star.svg');
    background-size: contain;
    background-position: center;
}
.icon-wallet{
    background-image: url('https://influencermarketinghub.com/wp-content/plugins/clients-summary/assets/icons/wallet.svg');
    background-size: contain;
    background-position: center;
}

.csb-wrapper.stiky {
    position: sticky;
    top: 80px;
    width: 170px;
    left: 0;
    background: #fff;
    transform: translateX(-30px);
}

.pdf-scroll~#content .csb-wrapper.stiky {
    top: 142px;
}

.stiky .csb-row-item{
    display: none;
}

.stiky .csb-row-item.show{
    display: flex;
}

.active a.csb-name-link {
    color: #f24175;
}

.--variant .csb-row-item {
    padding: 0 0 12px;
    border: 0;
    align-items: stretch;
    border-bottom: 1px solid #d7d9dd;
    flex-flow: column;
    gap: 14px;
}

.--variant .csb-row-item:not(:last-child) {
    margin-bottom: 27px;
}

.--variant .csb-cell.name-cell, .--variant .csb-name-link{
    font-size: 14px;
}

.--variant .csb-cell, 
.--variant  .csb-row-item .csb-cell.best-for-cell{
    font-size: 12px;
    font-weight: 500;
    margin-left: 0;
}

.--variant span.cell-icon {
    display: block;
}

.--variant .csb-cell .csb-cell-inner {
    width: 100%;
    display: flex;
    gap: 0 10px;
}

.--variant .csb-cell.best-for-cell {
    margin-top: 6px;
}

.--variant .--empty,
.--variant .csb-cell-inner.--empty{
    display: none;
}

span.cell-icon:before {
    display: none !important;
}

.more-link.--disabled {
    pointer-events: none;
    opacity: 0.5;
}

@media (min-width: 1400px){
    .csb-wrapper.stiky {
        width: 220px;
        transform: translateX(-40%);
    }
}
@media (min-width: 577px){
    span.mob {
        display: none;
    }
}

@media (max-width: 1250px) and (min-width: 1200px) {
    .csb-wrapper.stiky{
        transform: translateX(-110px);
    }
}
 .csb-cell.actions-cell .csb-cell-inner{
        width: 100%;
    }
@media (max-width: 1200px){
   
    .csb-cell.price-cell {
        flex: 0 1 100%;
        max-width: 120px;
        padding-left: 2%;
        margin-left: 2%;
    }

    .csb-row-item {
        gap: 15px 10px;
    }

    .more-link {
        text-align: center;
        margin-left: 0;
    }
}

@media (max-width: 1200px) and (min-width: 576px){
    .csb-cell,
    a.csb-name-link{
        font-size: 14px;
    }
}

@media (max-width: 1050px){
    .csb-wrapper.stiky{
        display: none;
    }
}

@media (max-width: 700px){
    .csb-row-item {
        gap: 15px 15px;
        flex-flow: row wrap;
    }
    .csb-cell-inner{
        width: 100%;
    }
    .csb-wrapper:not(.--variant) .csb-cell.name-cell,
    .csb-wrapper:not(.--variant) .csb-cell.price-cell,
    .csb-wrapper:not(.--variant) .csb-cell.best-for-cell
    .csb-wrapper:not(.--variant) .csb-cell.actions-cell{
        flex: 0 0 100%;
        max-width: 100%;

    }

    .csb-cell.actions-cell{
        flex: 0 0 100%;
    }
    .csb-cell.best-for-cell .csb-cell-inner {
        background: #E3CCFF 0% 0% no-repeat padding-box;
        border-radius: 5px;
        display: flex;
        padding: 6px;
        gap: 15px;
        width: 100%;
    }

    .csb-cell.price-cell {
        padding-left: 0%;
        margin-left: 0%;
    }

    .csb-cell-inner.-color, 
    .csb-cell.price-cell .csb-cell-inner {
        width: 100%;
        display: flex;
        background: #B2EEDF 0% 0% no-repeat padding-box;
        border-radius: 5px;
        width: 100%;
        padding: 6px;
        display: flex;
        gap: 15px;
    }

    .csb-cell.best-for-cell {
        margin-top: 6px;
    }

    .csb-cell.best-for-cell,
    .csb-cell.price-cell {
        margin-left: 0;
        max-width: 100%;
    }

    .csb-row-item.-header {
        display: none;
    }

    .csb-row-item.-header + .csb-row-item {
        margin-top: 0;
    }

    .more-link {
        width: 100%;
    }

    .csb-cell.price-cell, .csb-cell.best-for-cell {
        flex: 0 0 100%;
    }

    .csb-row-item, .csb-cell.price-cell {
        gap: 10px 0;
    }

    span.cell-icon{
        display: block;
    }

    .csb-cell{
        font-weight: 500;
    }
}
@media (max-width: 576px){
    

    span.desc{
        display: none;
    }

    
}