
/*comment*/
.d-flex{
    display: flex !important;
}
.col5{
    width: 50%;
}
.col3{
    width: 30%;
}
.col7{
    width: 70%;
}
.col10{
    width: 100%;
}
.j-content-center{
    justify-content: center;
}
.comments input,.comments textarea{
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    height: 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 12px;
    outline: 0;
    width: 100%;
    margin:15px;
}
.comment-block-reply
{  
    margin-right: 100px !important;
    color: #000;
    font-weight: 600;
}
.comments textarea{
    resize: vertical;   
    padding: 15px;
    width: 100%;
    background: transparent;    
    height: 250px;
    border: 1px solid #c3c3c3;
    border-radius: 5px;   
    transition: .5s;
    font-size: 13px;
    margin:auto;
}
.comments .c-info{
    align-items: center;
    flex-direction: row;
    padding: 15px;
}
.comments .c-submit{
    align-items: center;
    flex-direction: column;
    padding-bottom: 20px;
}

.comments .mb-10{
    margin-bottom: 10px;
}
.user-comment .comment{
    background: #eeeff1;
    border-radius: 15px;
    margin: 15px;
    border: 1px solid #ccc;
}
.user-comment .comment>div{
    padding: 20px;
}

.user-comment .comment .title{
    color: #000;
    font-size: 13px;
}
.user-comment .comment .date{
    direction: ltr;
    text-align: right;
    
}
.j-content-center
{
    padding:10px 30px;
}
/*comment*/

