.showsCoverArea .thumbnail-card .details .desc {
    height: auto !important;
}

.descGlobal {
    width: 100%;
    height: 135px;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    overflow-y: auto;
}
.influencer-carousel .item .details p {
margin-top: 4px !important;
}

.descGlobal::-webkit-scrollbar-thumb {
    background: #fff;
}
div#button_share a {
    min-height: 0px;
    font-size: 16px;
}

div#button_share .facebookBtn {
    background-color: #3B5998 !important;
    color: white;
}

div#button_share .linkedinBtn {
    background-color: #007bb5 !important;
    color: white;
}

div#button_share .twitterBtn {
    background-color: #55ACEE !important;
    color: white;
}
.showsCoverArea .thumbnail-card .channalAvatar {
/* display: flex; */
/* align-items: center; */
width: 100%;
}
.showsCoverArea.Channel {
    height: 100% !important;
    /* background-color: rgb(8 0 23); */
    width: 100%;
    position: relative;
    z-index: 0;
    margin-bottom: 2rem;
    max-height: 250px;
    min-height: 250px;
}
.channalAvatar .details h5{
    font-size: 2vw;
    font-weight: 600;
}
.showsCoverArea .channalAvatar .title {
    /* flex: 0 0 18%; */
    margin-bottom: 25px;
}

.showsCoverArea.influencerCover .thumbnail-card .title img {
    width: 10vw;
    height: 10vw;
    margin-bottom: 20px;
    /* border-radius: 100px; */
    border-width: 5px;
    background-origin: border-box;
    background-clip: content-box, border-box;
    border: double 4px transparent;
    /* border-radius: 18px; */
    background-image: linear-gradient( rgba(255, 120, 0, 0.8), rgba(255, 120, 0, 0.8) ), linear-gradient( to right, rgba(255, 120, 0, 0.8), rgba(166, 61, 255, 0.8), rgba(0, 198, 255, 0.8) );
}

ul.influencerStats li:last-child {
    border-right: none;
}
ul.influencerStats li {
    margin-right: 15px;
    padding-right: 10px;
    border-right: 2px solid #ffffff57;
    line-height: 14px;
}