.movides {
    margin: auto;
    overflow-y: auto;
    margin-top: 10px;
    width: 100%;
    max-height: calc(100dvh - 65px);
    height: 100dvh;
}

.movides .list-movies {
    margin: auto;
    width: 100%;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}


.movides .movide-item {
    /* float: left; */
    /* max-width: 50%; */
    /* padding: 7px; */
    /* border: 1px solid; */
    /* width: 300px; */
    /* border: 1px solid; */
    background: #fff;
    padding: 7px;
    border-radius: 5px;
}
.movides .movide-item .option {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 10px;
    /* color: #f00; */
    font-size: 14px;
    font-weight: bold;
    margin-top: -42px;
    /* padding: 10px; */
}
.movides .movide-item .option span{
    display: block;
    padding: 6px 15px;
    background: #000;
    font-size: 14px;
    /* border-radius: 0 10px 0 0; */
    color: #fff;
}
.movides .movide-item .option .date-public{
    border-radius: 0 10px 0 0;
}
.movides .movide-item .option .date-duration{
    border-radius: 10px 0 0 0;
}


.movides .movide-item .images-movide {
    position: relative;
    overflow: hidden;
    max-height: 100%;
}

.movides .movide-item .video-name {
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 2px;
    white-space: normal;
    word-wrap: break-word;
    max-height: 2.6em;
    line-height: 1.3em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 97%;
}

.movides .movide-item .video-name a {
    color: #000;
}

.movides .movide-item .video-name a:hover {
    color: #4ca74c;
}

.movides .movide-item .images-movide img {
    /* max-width: 408px; */
    /* width: 100%; */
    max-height: 299px;
    max-width: 100%;
    width: 100%;
    height: auto;
    /* display: none; */
    /* border-radius: 5px; */
}
.pagination {max-width: 95dvh;margin: auto;display: flex;justify-content: center;/* border-radius: 5px; *//* overflow: hidden; */}
.pagination li{
    /* padding: 9px 13px; */
    border: 1px solid #ccc;
    color: #000;
    border-right: 0;
    padding: 6px 12px;
}
.pagination li:hover{
    background:#d3d2d2;
    cursor:pointer
}

.pagination li a{
    font-size: 14px;
    /* font-weight: bold; */
}
.pagination li.prev {}
.pagination li.break {}
.pagination li.next {}
.pagination li.active {
    background:#333333
}
.pagination li.active a{
    color: #fff !important;
}
.pagination li:first-child{

    border-radius: 5px 0 0 5px;

}
.pagination li:last-child{
    border-right: 1px solid #ccc;
    border-radius: 0 5px 5px 0;
}

.btn-menu-movides{
    position: fixed;
    top: 66px;
    right: 15px;
    z-index: 1001;
    background: #000;
    color: #fff;
    border: none;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 18px;
    /* border: 1px solid #ccc; */
}

.wrapper-menu-movides {
    position: fixed;
    right: 0;
    z-index: 99;
    top: 60px;
    height: calc(100dvh - 61px);
    width: 300px;
    background: #fff;
    /* padding: 5px; */
    /* overflow-y: auto; */
    display: flex;
    flex-direction: column;
    margin-top: 1px;
    transform: translateX(100%);
    opacity: 0;
    transition:
            transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
            opacity 0.4s ease;
    /* box-shadow: 1px 1px 1px 1px #ccc; */
    box-shadow: -3px 0 10px rgba(0, 0, 0, 0.25);
}
.wrapper-menu-movides.open {
    transform: translateX(0);
    opacity: 1;
}

.wrapper-menu-movides .btn-close-menu-movides {

    position: absolute;

    margin-top: 1px;

    left: -50px;

    /* padding: 1px; */

    width: 50px;

    height: 44px;

    border: none;

    background: #fff;

    color: #101010;

    border-radius: 10px 0 0 10px;

    font-size: 28px;

    box-shadow: -3px 0 8px rgba(0, 0, 0, 0.25);
}
.wrapper-menu-movides .search-movide{
    height: 50px;
    background: #fff;
    width: 100%;
    display: flex;
    /* border-radius: 40px; */
    margin-bottom: 10px;
    padding: 5px 10px;
}
.wrapper-menu-movides .search-movide input{
    flex: 1;
    border: none;
    background: #f1f1f2;
    padding: 5px 10px;
    border-radius: 26px 0 0 26px;
    border-right: 1px solid #dfd4d4;
}
.wrapper-menu-movides .search-movide button{
    width: 70px;
    padding: 6px;
    border: none;
    border-radius: 0 26px 26px 0;
}
.wrapper-menu-movides .categories-movides{
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    /* padding-top: 10px; */
}
.wrapper-menu-movides .categories-movides .item-categories-movides{
    border-bottom: 1px solid #eee;
    /* margin-bottom: 10px; */
}
.wrapper-menu-movides .categories-movides .item-categories-movides:hover{
    background: #eee;
}
.wrapper-menu-movides .categories-movides .item-categories-movides a{
    display: block;
    padding: 10px 20px;
}
.wrapper-menu-movides .categories-movides .item-categories-movides a h2{
    color: rgb(22, 24, 35);
    font-family: SofiaPro, Arial, Tahoma, PingFangSC, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    margin-top: -2px;
    max-width: 165px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 0;
}
h2.title-list-movides {
    height: 3.6rem;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    /* max-width: 55%; */
    margin: auto;
    width: 100%;
    padding: 10px;
}

.pagination.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.loading-movides {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80%;
}
.list-movides-content {
    margin: auto;
    width: 95%;
    background: #fff;
    border-radius: 5px;
    max-width: 1000px;
}
.list-pornstar {
    margin: auto;
    width: 100%;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding: 10px;
}

.list-pornstar .pornstar-item{
    /* border: 1px solid #ccc; */
    border-radius: 5px;
    /* box-shadow: -1px -1px 1px 1px #ccc; */
    margin-bottom: 10px;
}

.list-pornstar .pornstar-item .item-thumbnail a{
    display: block;
    /* width: 169px; */
    /* flex-direction: column; */
    position: relative;
}
.list-pornstar .pornstar-item .item-thumbnail a img{
    max-height: 222px;
    max-width: 100%;
    width: 100%;
    /* border: 1px solid #e7e7e7; */
    object-fit: cover;
    /* border-radius: 5px; */
}
.list-pornstar .pornstar-item .item-thumbnail a .option{
    position: absolute;
    padding: 0 5px;
    font-size: 12px;
    bottom: 1px;
    right: 1px;
    color: #FFF;
    background-color: rgb(0 0 0 / 61%);
    border-radius: 5px 0 0;
}
.list-pornstar .pornstar-item .item-thumbnail a .option .date-duration{}
.list-pornstar .pornstar-item .h2{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
}
.pornstar-item h2.pornstar-name {
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.pornstar-item h2.pornstar-name a:hover {
    color: #4ca74c
}
.liquidfire {
    position: absolute;
    width: 100%;
    height: calc(100% - 27px);
    z-index: 3;
    /* max-width: 853px; */
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.liquidfire .nextLink {
    width: 100%;
    max-width: 856px;
    display: block;
    height: 100%;
    background: #f000;
    cursor: pointer;
}

.movie-detail{
    flex: 1;
    border-right: 1px solid #eee;
}
.movie-detail .video-player{
    position: relative;
}
.movie-detail .video-player .liquidfire{}
.movie-detail #wrapperStream{
    margin: 0;
    /* border: 1px solid; */
    padding: 0;
}
.movie-detail #wrapperStream video {width: 100%;margin: 0;padding: 0;}
.movie-detail .listServer{
    padding: 10px;
    display: flex;
    align-items: center;
}
.movie-detail .listServer strong{
    font-size: 18px;
    margin-right: 10px;
}
.movie-detail .listServer button{
    margin-right: 20px;
    padding: 3px 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    background: #000;
    color: #fff;
}
.movie-detail .listServer button.active{
    background: rgba(254, 44, 85, 1);
    color: #fff;
}
.movie-detail #wrapperStream img {
    width: 100%;
}
.movie-detail #wrapperStream video {}
.movie-detail #wrapperStream .defaultServer{
    position: relative;
}
.video-content {

    display: grid;

    grid-template-columns: 9fr 4fr;
}
.movie-detail .info-video{
    padding: 10px;
}
.movie-detail .info-video .title-video{
    font-weight: 500;
    font-size: 28px;
}
.date-public {
    margin-right: 20px;
    font-size: 15px;
}
.info-video-item span{
    margin-right: 20px;
}
.info-video-item span strong{
    font-size: 14px;
    font-weight: 500;
}
.info-video-item span i{
    font-size: 20px;
    margin-right: 8px;
}
.info-video-item .btn-like{
    /* width: 100px; */
    padding: 4px 13px;
    border: none;
    display: flex;
    justify-items: center;
    align-items: center;
    text-align: center;
    /* margin-top: 10px; */
    border-radius: 4px;
    /* background: #000; */
    /* fill: rgb(255, 59, 92); */
    color: #120808;
    /* box-shadow: 0px 0px 1px 1px #ccc; */
    font-size: 14px;
    /* font-weight: bold; */
    background: transparent;
}
.info-video-item .btn-like svg{
    width: 19px;
    height: 19px;
    margin-right: 8px;
    color: #fff;
    fill: #ffffff;
    /* padding: 5px; */
    /* border-radius: 50%; */
    /* background: #ccc; */
    fill: rgb(255, 59, 92);
}


.video-content .comment-video{
    /* width: 320px; */
    /* height: 100dvh; */
    /* background: #f00; */
    /* display: table; */
    /* max-height: 397px; */
    display: flex;
    flex-direction: column;
    position: relative;
}
.outiframe {
    overflow: hidden;
    background: url(../images/play.png) no-repeat center;
    background-size: 50px;
}
.outiframe iframe {
    opacity: 0;
    border: none;
}
.info-video-content {
    display: flex;
    margin-top: 10px;
}
.info-video-content .info-video-item{
    display: flex;
    justify-content: center;
    align-items: center;
}
hr.line {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
}
.btn-show-comment {
    display: none;
    margin: auto;
    width: 95%;
    background: #fff;
    margin-top: 15px;
    padding: 10px;
    border-radius: 5px;
}
.btn-show-comment label{
    font-size: 18px;
    font-weight: bold;
}
.btn-show-comment label span {
    font-size: 15px;
    font-weight: normal;
    margin-left: 2px;
}
.btn-show-comment .btn-user-comment{}
.btn-show-comment .btn-user-comment{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.btn-show-comment .btn-user-comment .user-info_avatar{
    width: 40px;
    height: 40px;
    background-size: contain;
    /* border: 1px solid; */
    border-radius: 50%;
    border: none;
    box-shadow: 0px 0px 1px 2px #eee;
    margin-right: 10px;
    margin-top: 8px;
    margin-bottom: 6px;
}
.btn-show-comment .btn-user-comment p{
    flex: 1;
    border: 1px solid #ebe8e8;
    background: #eee;
    padding: 8px;
    border-radius: 3px;
    color: #7f7878;
}
.public-DraftEditorPlaceholder-root {
    color: #9197a3;
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.comment-video #comment-list{
    flex: 1;
    overflow-y: auto;
    padding-top: 8px;
    margin-top: 7px;
}
.comment-video .button-close-commnet{
    display: none ;
}


.defaultServer .glyphicon-play{
    background: url(../images/play.png) no-repeat center;
    background-size: contain;
    display: block;
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    position: absolute;
    left: calc(50% - 25px);
    cursor: pointer;
}
.header-comment{
    /* background: #f00; */
    padding: 7px 5px;
    font-size: 19px;
    margin-bottom: 0;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #ccc;
}
.header-comment span{
    font-weight: normal;
    font-size: 16px;
    margin-left: 9px;
}
@media screen and (max-width: 932px) {
    .movides::-webkit-scrollbar {
        width: 0;
    }
    .list-pornstar {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .movides .list-movies {
        margin: auto;
        width: calc(100% - 20px);
        display: grid;
        grid-gap: 10px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .btn-menu-movides{
        top: 10px;
    }
    .wrapper-menu-movides {
        top: 0;
        height: calc(100dvh - 51px);
    }
    .list-movides-content {
        width: 100%;
    }
    .movides {
        margin-top: 0;
    }
}

@media screen and (max-width: 768px) {
    .video-content .comment-video {
        /* display: none; */
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 4;
        height: calc(100dvh - 10%);
        background: #fff;
        /* border-top: 2px solid #00000096; */
        /* border-radius: 10px 10px 0 0; */
        /* overflow: hidden; */
        padding-top: 0;
    }
    .video-content {
        display: flex;
    }
    .btn-show-comment {
        display: block;
        /* position: fixed; */
    }
    .comment-video .button-close-commnet{
        display: block;
        position: absolute;
        /* top: -62px; */
        z-index: 999;
        background: transparent;
        border: none;
        /* border-bottom: 3px solid #000; */
        /* width: 50px; */
        /* height: 50px; */
        /* padding: 10px 0 2px 0; */
        right: -3px;
        /* border-radius: 50%; */
        /* border: 1px solid #000; */
    }
    .comment-video .button-close-commnet svg {
        width: 30px;
        height: 30px;
        filter: #f00;
        fill: rgb(0 0 0);
        color: rgb(0 0 0);
        background: #e7e7e7d4;
        border-radius: 50%;
        padding: 4px;
        box-shadow: 0 0 1px 1px #9b9a9a;
    }
    .header-comment {
        /* border-bottom: 1px solid #ccc; */
        border-top: 1px solid #ccc;
        border-radius: 5px 5px 0 0;
        padding: 8px 5px;
    }
}


@media screen and (max-width: 480px) {
    .movides .list-movies {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .list-pornstar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .info-video-content {
        flex-direction: column;
        justify-content: left;
    }

    .info-video-content .info-video-item {
        justify-content: start;
        margin-bottom: 10px;
    }
    h2.title-list-movides {
        height: auto;
        display: block;
    }
}

