.custom-comment-profile{
    width:10%;
    float:left;
   
}
.custom-comment-profile img{
    width: 80px; 
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-left:0px;
}

.custom-comment-bar{
    width:90%;
    float:left;
}
.custom-comment-user-bar{
    width:70%;
    float:left;
    padding-right:10px;
    padding-left:0px;
}
.custom-comment-reply{
    width:10%;
    float:left;
    margin-top:15px;
}

.comment-button{
    margin-top:3px!important;
}
.reply-button{
    margin-top:5px;
    background:#f6f6f6;
    color:#333;
}
body.dark-mode .reply-button {
    background:#1e1e1e;
    color: #fff;
}
.reply-button:hover {
    background: linear-gradient(to right, #7f00ff, #00c6ff)!important;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2)!important;
    transform: translateY(-2px)!important;
    color:white!important;
}
body.dark-mode .custom-comment-user-bar small {
    color: #fff;
}
body.dark-mode .custom-comment-reply small {
    color: #fff;
}
body.dark-mode .custom-comment-user-bar a {
    color: #00c6ff;
}
.custom-comment-type{
    width:80%;
    float:left;
}
.custom-comment-sub{
    width:20%;
    float:left;
    padding-left:10px;
}
.reply-item{
    display:flex;
    margin-left:0px;
    margin-top:0px;
    margin-bottom:0px;
    padding-top:10px;
    padding-bottom:10px;
    width:100%;
}
.reply-item img{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    object-fit: cover;
}
.delete-reply{
    display:flex;
    float:right;
}

.reply-profile{
    width:10%;
    float:left;
}
.reply-info{
    width:90%;
    float:left;
}
button#load-more-btn.tube-button{
    margin-top:50px;
}
.video-title{
    margin-top:10px;
}

@media screen and (min-width:769px) and (max-width: 1024px){
    .custom-comment-bar{
        width:85%;
    }
    .custom-comment-profile{
        width:15%;
    }
    .custom-comment-reply{
        width:35%;
        padding-right:0px;
        padding-top:0px;
        margin-top:0px;
    }
    .custom-comment-user-bar{
        width:85%;
        margin-top:10px;
        padding-left:0px;
        padding-right:10px;
    }
    .custom-comment-type{
        width:100%;
    }
    .custom-comment-profile img{
        width:100px;
        height:100px;
        margin-left:0px;
    }
    .custom-comment-sub{
        width:100%;
        padding-left:0px;
    }
    .comment-button{
        margin-top:-5px!important;
    }
    .reply-profile{
        width:15%;
    }
    .reply-info{
        width:85%;
    }
    .reply-item{
        margin-left:0px;
        margin-top:0px;
        margin-bottom:0px;
        padding-top:10px;
        padding-bottom:10px;
    }
    .reply-item img{
        margin-left:10px;
        width:80px;
        height:80px;
    }
    button#load-more-btn.tube-button{
        margin-top:50px;
    }
}

@media screen and (min-width: 715px) and (max-width: 768px) {
    .custom-comment-bar{
        width:85%;
    }
    .custom-comment-profile{
        width:15%;
    }
    .custom-comment-user-bar{
        width:85%;
        margin-top:10px;
        padding-left:0px;
        padding-right:10px;
    }
    .custom-comment-reply{
        width:35%;
        margin-top:0px;
    }
    .custom-comment-type{
        width:100%;
    }
    .custom-comment-profile img{
        width: 80px!important; 
        height: 80px!important;
        margin-left:0px;
    }
    .custom-comment-sub{
        width:100%;
        padding-left:0px;
    }
    .comment-button{
        margin-top:-5px!important;
    }
    .reply-profile{
        margin-right:0px;
        width:15%;
    }
    
    .reply-info{
        width:85%;
    }
    .reply-item{
        margin-left:0px;
        margin-top:0px;
        margin-bottom:0px;
        padding-top:10px;
        padding-bottom:10px;
    }
    .reply-item img{
        margin-left:10px;
    }
    button#load-more-btn.tube-button{
        margin-top:50px;
    }
}
@media screen and (min-width: 551px) and (max-width: 714px) {
    .custom-comment-profile{
        width:17%;
    }
    .custom-comment-bar{
        width:83%;
        padding-left:0px;
    }
    .custom-comment-user-bar{
        width:83%;
        margin-top:10px;
        padding-left:0px;
        padding-right:10px;
    }
    .custom-comment-sub{
        width:100%;
        padding-left:0px;
    }
    .custom-comment-type{
        width:100%;
    }
    .comment-button{
        width:150px!important;
        margin-top:-5px!important;
    }
    
    .custom-comment-reply{
        width:35%;
        margin-top:0px;
    }
    
    .custom-comment-profile img{
        width: 80px!important; 
        height: 80px!important;
        margin-left:0px;
    }
    .reply-item{
        margin-left:0px;
        padding-top:10px;
        padding-bottom:10px;
        margin-top:0px;
        margin-bottom:0px;
    }
    .reply-item img{
        margin-left:10px;
    }
    .reply-profile{
        margin-right:0px;
        width:17%;
    }
    
    .reply-info{
        width:83%;
    }
    button#load-more-btn.tube-button{
        margin-top:50px;
    }
}
@media screen and (min-width: 519px) and (max-width: 550px) {
    .custom-comment-profile{
        width:20%;
    }
    .custom-comment-bar{
        width:80%;
    }
    .custom-comment-user-bar{
        width:80%;
        padding-left:0px;
        padding-right:10px;
    }
    .custom-comment-profile img{
        width: 70px!important; 
        height: 70px!important;
        margin-left:10px;
    }
    .custom-comment-type{
        width:100%;
    }
    .custom-comment-sub{
        width:100%;
        padding-left:0px;
    }
    .comment-button{
        width:130px!important;
        margin-top:-10px!important;
    }
    .custom-comment-reply{
        width:35%;
        margin-top:-5px;
    }
    .reply-profile{
        margin-right:0px;
        width:20%;
    }
    .reply-item{
        margin-left:0px;
        padding-top:10px;
        margin-top:0px;
    }
    .reply-item img{
        margin-left:20px;
        width:60px;
        height:60px;
    }
    .reply-info{
        width:80%;
    }
    button#load-more-btn.tube-button{
        margin-top:50px;
    }
}
@media screen and (min-width: 499px) and (max-width: 518px) {
    .custom-comment-profile{
        width:20%;
        padding-left:10px;
    }
    .custom-comment-profile img{
        width: 70px!important; 
        height: 70px!important;
        margin-left:0px;
    }
    .custom-comment-bar{
        width:80%;
    }
    .custom-comment-type{
        width:100%;
    }
    .custom-comment-sub{
        width:100%;
        padding-left:0px;
        margin-top:-10px;
    }
    .custom-comment-user-bar{
        width:80%;
        padding-left:0px;padding-right:10px;
    }
    .comment-button{
        width:130px!important;
    }
    button#load-more-btn.tube-button{
        margin-top:50px;
    }
    .custom-comment-reply{
        width:35%;
        margin-top:0px;
    }
    .reply-profile{
        margin-right:0px;
        width:20%;
    }
    .reply-item{
        margin-left:0px;
        padding-top:10px;
    }
    .reply-info{
        width:80%;
    }
}
@media screen and (max-width: 498px) {
    .custom-comment-profile{
        width:20%;
    }
    .custom-comment-profile img{
        width: 70px!important; 
        height: 70px!important;
        margin-left:0px;
    }
    .comment-button{
        width:130px!important;
    }
    .custom-comment-bar{
        width:80%;
        padding-left:10px;
        padding-right:10px;
    }
    .custom-comment-type{
        width:100%;
    }
    .custom-comment-reply{
        width:35%;
        margin-top:0px;
    }
    
    .custom-comment-user-bar{
        width:80%;
        padding-left:10px;
        padding-right:10px;
    }
    .custom-comment-sub{
        width:100%;
        padding-left:0px;
        margin-top:-10px;
    }
    .reply-profile{
        margin-right:0px;
        width:20%;
    }
    .reply-item{
        margin-left:0px;
        padding-bottom:10px;
        padding-top:10px;
    }
    .reply-item img{
        width:60px;
        height:60px;
    }
    .reply-info{
        width:80%;
        padding-left:10px;
        padding-right:10px;
    }
    .video-title{
        margin-top:5px;
    }
    .video-bar{
        padding:10px!important;
    }
    .video-quarter{
        margin-top:10px;
    }
    button#load-more-btn.tube-button {
        margin-top:50px;
    }
}