
.cmmntbx{

}
.cmmntbx .lastmins{
    font-size:0.8725rem;
    font-weight:700;
    background:#4fd6b0;
    border-radius:4px;
    padding: 2px 6px;
    color:#fff;
    margin-top:5px;
    display: table;
    width: auto;

    }
.cmmntbx .cmmunbs{
padding: 10px;;
margin-bottom: 20px;

}
.cmmntbx .cmmunbs.pointed {
box-shadow: 0 0 12px #d7dee5;
border-radius: 12px;

}
body.dark .cmmntbx .cmmunbs.pointed {
box-shadow: 0 0 12px #232ed1;

}
.cmmntbx .postbuy{
display:flex

}
.cmmntbx .postbuy figure{
width: 40px;
height: 40px;;
margin-right:20px;
}
.cmmntbx .postbuy figure img{
border-radius:100px;
width: 40px;
height: 40px;;
object-fit: cover;
}
.cmmntbx .postbuy .athbbx{
width: calc(100% - 60px);

}
.cmmntbx .postbuy .athbbx .cmtop a{
font-weight:700;

}
.cmmntbx .postbuy .athbbx .cmtop .author{
font-size:0.775rem;
border-radius:4px;
margin-left:20px;
background:#ffcb26;
color:#0c114b;
padding: 2px 6px;;
font-weight: 600;
}
.cmmntbx .postbuy .athbbx .ctime{
font-size:0.8275rem;
opacity: 0.6;
}

.cmmntbx .ctcnnt,.cmmntbx .cmcoptions{
padding-left:70px;
}
.cmmntbx .ctcnnt{
margin-bottom:20px;
 
}
.cmmntbx .ctcnnt i{
    opacity: .6;
    margin-left: 10px;
}
.cmmntbx .usrimg{
padding: 20px 0;

text-align:left;
max-height:300px;
overflow: hidden;

}
.cmmntbx .usrimg img{
max-height:300px!important;
width: auto!important;
border-radius:12px;
cursor: pointer;
}
.cmmntbx .cmcfullc{
padding:  0;
font-size:0.975rem ;
line-height: 1.5rem;
}
.cmmntbx .cmcfullc a{
color:#4fd6b0
}
.cmmntbx .postbuy .rplgnameid{
width: 100%;
cursor: pointer;
margin:5px 0 0 0;
font-size: 0.925rem;;
opacity: 0.7;

}
.cmmntbx .cmcoptions{
display:flex
}
.cmmntbx .cmcoptions .spbox {
margin-right: 15px;

border-radius: 50px;
display: flex;
align-items:center;
padding: 3px 10px;
cursor: pointer;

}
.cmmntbx .cmcoptions .spbox.hidden{
display: none;
}
.cmmntbx .cmcoptions .spbox.ctedit {
margin-left:100px;
opacity: .6;
}
.cmmntbx .cmcoptions .spbox.cflag {
 
    opacity: .3;
    }
.cmmntbx .cmcoptions .spbox.trash {
margin-left:20px;
opacity: .6;
}
.cmmntbx .cmcoptions .spbox.upthis {
background: #eff2f6;

}
body.dark .cmmntbx .cmcoptions .spbox.upthis {
background: rgba(255,255,255,0.1);

}
.cmmntbx .cmcoptions .spbox .likecount{
font-size: 0.85rem;
margin-left:6px


}
.cmmntbx .replies{
width: 100%;
padding-left: 80px;
box-sizing: border-box;


}