.show-items .category-text{
    position: absolute;
    width: 100%;
    text-align: center;
    font-weight: 600;
    justify-content: center !important;
    font-size: 14px;
    z-index: 1;
    }
    .explore-carousel .category-text {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    
    font-weight: 600;
    font-size: 14px;
    z-index: 1;
}
.audioCardRelated .item:hover,
.videoCardRelated .item:hover {
    box-shadow: 0 0 25px 0px rgb(50 50 50);
}
.show-items .category-text span,
.explore-carousel .category-text span {
    background-color: rgba(20, 20, 20, 0.95);
    padding: 4px 10px;
    border-radius: 10px;
    box-shadow: 2px 4px 12px 0px rgb(0 0 0 / 30%);
}
.channel-items .item {
    border-radius: 20px;
    background-color: #222;
    border-image-slice: 1;
    border-width: 5px;
    background-origin: border-box;
    background-clip: content-box, border-box;
    border: double 4px transparent;
}
.show-items .item {
    background-color: #222;
    border-image-slice: 1;
    border-width: 5px;
    background-origin: border-box;
    background-clip: content-box, border-box;
    border: double 4px transparent;
    height: 163px;
}
.show-items .item:hover{
    border-image-slice: 1;
    border-width: 5px;
    background-origin: border-box;
    background-clip: content-box, border-box;
    border: double 4px transparent;
    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));
}

.explore-carousel.channel-items .item:hover {
    border-image-slice: 1;
    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));
}
.explore-carousel img.cover {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 2px 4px 12px 0px rgb(0 0 0 / 30%);
    border-radius: 14px;
}

.explore-carousel .item img {
    position: relative;
    display: block;
    min-height: 144px;
    border: 0px solid transparent;
}
.noImageHeight{
    min-height: 144px;
}

.audioCardRelated img.play-btn {
    width: 15% !important;
    height: 40%;
}

.audioCardRelated .item,
.videoCardRelated .item {
    margin-top: 5px;
    margin-bottom: 30px;
    box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 30%);
}

.popularInfluencer .item {
    background-color: #222;
    border-image-slice: 1;
    padding: 0px 0px 0px 0px !important;
    border-width: 5px;
    background-origin: border-box;
    background-clip: content-box, border-box;
    border: double 4px transparent;
    /* width: calc(13% - 0px); */
}

.popularInfluencer .item:hover {
    border-image-slice: 1;
    border-width: 5px;
    background-origin: border-box;
    background-clip: content-box, border-box;
    border: double 4px transparent;
    background-image: linear-gradient(rgb(34 34 34), rgb(44 44 43)), linear-gradient(to right,rgb(245 121 12 / 80%), rgba(166, 61, 255, 0.8), rgba(0, 198, 255, 0.8));
}



.relatedVideos .item{
    margin-top: 5px;
    margin-bottom: 30px;
    box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 30%);
}

.relatedVideos .item:hover {
    box-shadow: 0 0 25px 0px rgb(50 50 50);
}

.userArea {
    display: flex;
    align-items: center;
    padding: 15px 0px;
}
.userArea img {
    margin-right: 15px;
    width: 80px;
    min-width: 80px;
    min-height: 80px;
    border-radius: 100px;
    background: #fff;
}
.userArea h4{
    margin: 0px;
    margin-right: 15px;
}
.comment {
    width: 100%;
}
div#MainCommentBox {
    width: 100%;
}
.userArea span {
    color: #999;
}

.comment p {
    -webkit-line-clamp: inherit !important;
    font-weight: 200;
    font-size: 16px;
}

textarea#CommentArea {
    background-color: transparent;
    color: #ffffff;
    font-size: 14px;
    border-radius: 0.25rem !important;
    border: 1px solid #313237;
    height: 100px;
}
.commentingArea {
    padding: 15px 15px;
    text-align: right;
    padding-bottom: 30px;
    width: 100%;
}

.commentingArea .btn.btnSubmit {
    background: #222;
    border: 2px solid #222;
    padding: 10px 54px;
}
.commentingArea .btn.btnSubmit:hover {
    background: #0abeff;
    color: #fff;
}



/* .channels .item {
    width: calc(16% - 12px) !important;
} */
.channels .category-text {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 0.7vw;
    z-index: 1;
    padding: 5px;
}
.channels .category-text span {
    background-color: rgb(20 20 20 / 75%);
    padding: 4px 10px;
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    box-shadow: 2px 4px 12px 0px rgb(0 0 0 / 30%);
}
/* .channels .item img {
    min-height: 217px;
    max-height: 217px;
} */

.channels .item {
    /* width: calc(24% - 10px) !important; */
    /* width: calc(24% - 12px) !important; */
    border-image-slice: 1;
    border-width: 5px;
    background-origin: border-box;
    background-clip: content-box, border-box;
    border: double 4px transparent;
    border-radius: 18px;
}

.channels .item:hover {
    border-image-slice: 1;
    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));
}


/* .PopularShows .item {
    width: calc(15% - 2px) !important;
    
} */

.PopularShows .item {
    position: relative;
    overflow: hidden;
    /* min-height: 200px; */
    background-color: #1a1a1a;
}
.PopularShows .item .details {
    position: absolute;
    z-index: 1;
    background: #1d1c21e8 !important;
    width: 100%;
    transition: all 0.35s ease-in-out;
    top: 100%;
    text-align: left;
    height: 100%;
    padding: 20px 15px 20px 15px;
    cursor: pointer;
}
.PopularShows .item div {
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    padding: 18px 10px 12px 10px;
    margin: 0;
}
.PopularShows .item .details .show-title {
    background-color: transparent;
    display: flex;
    color: #ffe0cf;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    padding: 0px;
    flex-direction: column;
    text-align: left;
}
.PopularShows .item .details .show-title span.subTitle {
    opacity: 0.8;
    font-size: 0.9rem;
    font-weight: 600;
    padding-top: 2px;
    color: #757681;
    text-align: left;
}
.PopularShows .item .details p {
    margin-top: 16px;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.PopularShows .item:hover .details {
    top: 0px;
}
@media screen and (min-width: 2201px) {
    .PopularShows .item .details .show-title {
     font-size: 1.1vw;
    line-height: 50px;
    }
    .PopularShows .item .details p {
        font-size: 0.7vw;
    }
    .PopularShows .item .details .show-title span.subTitle {
        font-size: 0.6vw;
    }
    .PopularShows .item .details{
        padding: 20px;
    }
}