.custom-comment-profile{
    width:6%;
    float:left;
}
.custom-comment-bar{
    width:85%;
    float:left;
}
.custom-comment-user-bar{
    width:70%;
    float:left;
    padding-right:20px;
    padding-left:3px;
}
.custom-comment-reply{
    width:9%;
    float:left;
    padding-top:0px;
}
.custom-delete-comment{
    width:6%;
    float:left;
}
.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:88.5%;
    float:left;
}
.custom-comment-sub{
    width:11.5%;
    float:left;
    padding-left:10px;
}
.reply-item{
    display:flex;
    margin-left:60px;
    margin-top:10px;
    width:100%;
}

.delete-reply{
    display:flex;
    float:right;
}

.reply-profile{
    margin-right: 10px;
}

@media screen and (min-width:769px) and (max-width: 1024px){
    .custom-comment-reply{
        width:13%;
        padding-right:0px;
        padding-top:0px;
    }
    .custom-comment-user-bar{
        width:66%;
    }
    .custom-comment-profile{
        width:8%;
    }
}
@media screen and (min-width: 864px) and (max-width: 1024px){
    .custom-comment-bar{
        width:80%;
    }
}
@media screen and (min-width: 769px) and (max-width: 863px){
    .custom-comment-bar{
        width:73%;
    }
}
@media screen and (min-width: 715px) and (max-width: 768px) {
    .custom-comment-bar{
        width:72%;
    }
    .custom-comment-profile{
        width:9%;
    }
    .reply-button {
        width: 100%;
        margin-top: 10px;
    }
    
    .reply-item{
        margin-left:10px;
    }
    
    .reply-profile{
        margin-right:0px;
        width:15%;
    }
    
    .reply-info{
        width:85%;
    }
}
@media screen and (min-width: 551px) and (max-width: 714px) {
    .custom-comment-profile{
        width:11%;
    }
    .comment-button{
        width:150px!important;
    }
    .custom-comment-bar{
        width:65%;
    }
}
@media screen and (min-width: 481px) and (max-width: 550px) {
    .custom-comment-profile{
        width:12%;
    }
    .comment-button{
        width:130px!important;
    }
    .custom-comment-bar{
        width:60%;
    }
}
@media screen and (min-width:423px) and (max-width: 480px) {
    .custom-comment-profile{
        width:14%;
    }
    .custom-comment-bar{
        width:58%;
    }
    .reply-button {
        font-size: 14px;
        padding: 6px 12px;
    }
    .comment-button{
        width:120px!important;
    }
}
@media screen and (min-width: 370px) and (max-width: 422px) {
    .custom-comment-profile{
        width:16%;
    }
    .custom-comment-bar{
        width:50%;
    }
    .custom-comment-user-bar{
        width:55%;
    }
    .comment-button{
        width:120px!important;
    }
}
@media screen and (max-width: 369px) {
    .custom-comment-profile{
        width:17%;
    }
    .custom-comment-bar{
        width:50%;
    }
    .custom-comment-user-bar{
        width:55%;
    }
    .comment-button{
        width:110px!important;
    }
}