a.less {
    margin: 0 0 0 6px;
    opacity: 0.5;
}

.details .star-ratings {
    font-size: 20px;
}
.FlexContainer h4 {
    font-weight: 600;
    font-size: 25px;
    margin: 0 0 23px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.FlexContainer .tag {
    min-height: 33px;
    display: flex;
    flex-direction: column;
}

.carousel-header .btn {
    padding: 11px 18px 9px 18px;
    margin-left: 15px;
}

/* .carousel-header .btndots {
    font-size: 0.9rem;
    background-color: #05b7ff;
    margin-top: 0px;
    font-weight: 600;
    border-radius: 0.25rem;
    color: #fff !important;
    outline: none;
    border: none;
    padding: 11px 11px;
} */

.showsCoverArea .details .host {
    position: relative;
    margin: 0 !important;
    right: 0;
    bottom: 0;
    width: 34vw;
    /* background-color: currentColor; */
    padding: 5px 0 12px 0;
    overflow-y: auto;
}

.showsCoverArea .thumbnail-card .host li {
    margin-right: 10px;
}

.showsCoverArea .thumbnail-card .host img {
    border: 3px solid rgba(0, 0, 0, 0.0);
    box-shadow: none;
}

/* div.actionsitems {
    margin-top: 3px;
} */


.desc.actionsitems ul.videoActions li a.subc {
    background: #222;
    border: 2px solid #222;
    font-weight: 600;
}

.desc.actionsitems ul.videoActions li a.dislike {
    background: #222;
    /* border: 2px solid #222; */
    font-weight: 600;
}

ul.influencerStats li:first-child {
    margin-left: -20px;
}

@media screen and (max-width: 1200px) {
    /* ul.influencerStats li i {
        font-size: 0.5rem;
    } */

    /* ul.influencerStats li p {
        font-size: 0.5rem !important;
        margin: 0px !important;
    } */

    .desc.actionsitems ul.videoActions li i {
        font-size: 0.7rem;
    }
}

/* ul.influencerStats li i {
    font-size: 1vw;
}
ul.influencerStats li p {
    font-size: 1vw;
} */
ul.influencerStats li {
    margin: 0;
    padding: 0 13px 0 13px ;
    border-right: none;
    line-height: 14px;
    min-width: 57px ;
    text-align: left;
}

/* .desc.actionsitems ul.videoActions li i {
    font-size: 1.5vw;
} */
ul.influencerStats li:not(:first-of-type) {
    border-left: 1px solid #222;
}

ul.influencerStats li p {
    margin: 0px 0 5px 0;
    font-size: 12px;
    font-weight: 500;
    color: #666;
    font-weight: bold;
}

ul.newul li p {
    margin: 0px 0 0 0;
    font-size: 12px;
    font-weight: 500;
    color: #666;
    font-weight: bold;
}

ul.newul {
    list-style-type: none;
    display: flex;
    gap: 1.15rem;
    margin: 0px;
    padding-left: 2px;
}

ul.newul li {
    text-align: center;
    width: 40px;
    color: #373737;

}

.videoActions p {
    font-size: 13px;
    margin-top: -4px;
    font-weight: 700;
    color: #666565;
}

.like-btn-notif {
    background-color: #6c757d;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 19px;
    border-radius: 50px;
    font-weight: 300;
    font-size: 10px;
    margin-left: -16px;
    margin-top: -10px;
}

.metainfo ul {
    margin: 0px 0 25px 0;
    padding: 0px;
    list-style: none;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    list-style-type: none;
}

.metainfo ul li {
    font-size: 12px;
    color: #666;
    font-weight: bold;
    width: 100%;
    /* border-left: solid 3px #292929;
    padding-left: 10px; */
}

.metainfo ul li:not(:first-of-type) {}

.metainfo ul li p {
    margin: 0px;
    margin: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.videoActions .count-bubble {
    background: #111c !important;
}

/* .ChannelDetail {
    margin: 30px 0 15px -10px;
} */

.FlexContainer .rating {
    margin: 0px 0 25px 0;
}
/* .FlexContainer .ChannelDetail {
    margin-bottom: 15px;
} */
.scrtabs-tab-container {
    background-color: #111;
    margin: 0;
    padding: 30px 0 40px 35px;
}

.noVideoBox {
    display: table;
    display: flex;
    height: 460px;
    width: 100%;
    background-color: #3a3939;
    align-items: center;
    justify-content: center;
    text-align: center;
  
}

.noVideoBox i {
    font-size: 42px;
    color: red;
    padding-right: 10px;
}


.noVideoBox span {
    display: flex;
    align-items: center;
}

/* span {
    display: table-cell;
    vertical-align: middle;
} */

div#desc_full p,
div#desc_partial p {
    -webkit-line-clamp: inherit;
}

/* .descGlobal {
    width: 100%;
    height: 75px;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    overflow-y: auto;
} */

.descGlobal::-webkit-scrollbar-thumb {
    background: #fff;
}

.showsCoverArea {
    max-height: fit-content !important;
    min-height: fit-content !important;
    height: auto !important;
}

a#shareBtn:hover,
a#commentBtn:hover {
    background: #8039ff;
}

a#shareBtn,
a#commentBtn {
    background: #222;
    /* border: 2px solid #222; */
    font-weight: 600;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

    .carousel-header .btn {
        padding: 8px 13px 8px 13px;
        font-size: 12px;
    }

    /* .carousel-header .btndots {
        padding: 11px 13px;
        font-size: 12px;
    } */

    .carousel-header .btn i {
        font-size: 15px;
    }
    .desc.actionsitems ul.videoActions li a {
        padding: 7px 5px;
    }
}
@media screen and (max-width: 480px){
    .FlexContainer h4 {
        font-size: 18px;
        margin: 0 0 14px 0;
    }
    .showsCoverArea .bredCrumb h5 {
        font-size: 9px !important;
    }
}