.result-comment span {
    margin-bottom: 16px;
    display: block;
    padding-bottom: 5px;
    color: #1f9d57;
    border-bottom: 1px solid #28c76f;
}


#review_form_wrapper .subtitle {
    position: relative;
}

#review_form_wrapper .subtitle .comments_options {
    position: absolute;
    left: 0;
    top: 30px;
}

#review_form_wrapper h2 {
    clear: none;
    font-size: 17px;
    font-weight: bold;
}

#review_form_wrapper .subtitle .Reviews-title {
    color: #333;
    font-weight: normal;
    font-size: 22px;
    padding: 30px 0;
    display: inline-block;
}

#review_form_wrapper .subtitle .Reviews-title:after {
    content: "";
    width: 60px;
    float: left;
    margin-top: 22px;
    height: 5px;
    background-color: #bc9041;
    margin-right: 15px;
}

#review_form_wrapper .subtitle .comments_options a.active {
    color: #000;
}

#review_form_wrapper .subtitle .comments_options a {
    padding: 0 10px;
    position: relative;
}

#review_form_wrapper ol.commentlist {
    padding: 0;
    font-size: 15px;
}

#review_form_wrapper ol.commentlist:after, #review_form_wrapper ol.commentlist:before {
    content: ' ';
    display: table;
}

#review_form_wrapper ol.commentlist > li {
    border: 1px solid #EEE !important;
    border-radius: 10px;
    padding: 10px !important;
}

#review_form_wrapper ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    border: 0;
    position: relative;
    background: 100%;
    border: 0;
}

.course-content img, .course-content figure {
    max-width: 100%;
}

#review_form_wrapper ol.commentlist > li .comment-text {
    border: none;
    padding: 1em 1.1em 0;
    position: relative;
}

#review_form_wrapper ol.commentlist li .meta {
    color: #767676;
    font-size: .75em;
}

#review_form_wrapper ol.commentlist > li .comment-text strong {
    font-size: 15px;
    font-weight: normal;
    color: #28ade4;
    display: block;
    padding-bottom: 10px;
}

#review_form_wrapper ol.commentlist > li .comment-text time {
    color: #CCC;
    padding-bottom: 10px;
    display: block;
}

#review_form_wrapper ol.commentlist > li .comment_container:hover .comment-reply-link {
    opacity: 1;
    transition: all .3s ease;
}

#review_form_wrapper ol.commentlist > li .comment-text .featured img {
    width: 20px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
}

#review_form_wrapper ol.commentlist > li img.avatar {
    top: 25px;
    right: 17px;
    padding: 0;
    border-radius: 50%;
    border: none;
    width: 45px;
    height: 45px;
}

#review_form_wrapper ol.commentlist li .comment-text {
    margin: 0 50px 0 0;
    /*border: 1px solid #e4e1e3;*/
    border-radius: 4px;
    padding: 1em 1em 0;
}

#review_form_wrapper ol.commentlist li img.avatar {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px;
    width: 32px;
    height: auto;
    background: #ebe9eb;
    border: 1px solid #e4e1e3;
    margin: 0;
    box-shadow: none;
}

#review_form_wrapper ol.commentlist > li img.avatar {
    top: 25px;
    right: 17px;
    padding: 0;
    border-radius: 50%;
    border: none;
    width: 45px;
    height: 45px;
}

.course-content img, .course-content figure {
    max-width: 100%;
}

figure {
    margin: 0;
}

#review_form_wrapper ol.commentlist > li .comment-text .comment-reply-link {
    position: absolute;
    width: 20px;
    height: 17px;
    left: 30px;
    top: 3px;
    opacity: 0;
    transition: all .3s ease;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../../images/comment-reply.svg) no-repeat;
}

#review_form_wrapper ol.commentlist > li ul.children {
    margin: 30px 65px 0 0;
}

#review_form_wrapper ol.commentlist ul.children {
    list-style: none outside;
    margin: 20px 50px 0 0;
}

#review_form_wrapper ol.commentlist > li ul.children li {
    border-right: 3px solid #EEE;
    margin: 0 0 35px;
    background-color: #FFF;
}

#review_form_wrapper ol.commentlist li .comment-text p {
    margin: 0 0 1em;
}

#review_form_wrapper ol.commentlist > li ul.children li .comment-text {
    padding: 0;
    margin: 0 20px 0 0;
}

#review_form_wrapper ol.commentlist > li ul.children li .comment-text p.meta {
    padding-right: 54px;
}

#review_form_wrapper ol.commentlist > li ul.children li img.avatar {
    top: 0px;
    right: 17px;
    padding: 0;
    border-radius: 50%;
    border: none;
    width: 45px;
    height: 45px;
}

.commentlist .comment-respond {
    box-shadow: unset;
    background: #f6f6f6;
}




.comment-text{
    margin: 0 50px 0 0;
    /* border: 1px solid #e4e1e3; */
    border-radius: 4px;
    padding: 1em 1em 0;
}
.comment-text .description{
    white-space: pre-line;

}
time{
    color: #CCC;
    padding-bottom: 10px;
    display: block;
}
.avatar.avatar-65.photo{
    top: 25px;
    right: 17px;
    padding: 0;
    border-radius: 50%;
    border: none;
    width: 45px;
    height: 45px;
    float: right;
    position: absolute;
    /*top: 0;*/
    /*right: 0;*/
    /*padding: 3px;*/
    /*width: 32px;*/
    /*height: auto;*/
    background: #ebe9eb;
    /*border: 1px solid #e4e1e3;*/
    margin: 0;
    box-shadow: none;
}
.children{
    margin: 30px 65px 0 0 !important;
}
.children li{
    border: 1px solid #efefef;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
}


/******************comments********************/

textarea {
    resize: none;
}

.help-block {
    color: red;
    font-size: 12px;
    height: 20px;
    margin-top: 2px;
    position: unset;
}

.help-block > ul {
    list-style: none;
    padding-right: 0;
}

.comments-list ul {
    margin: 0;
    padding-right: 0;
    list-style: none;
}

.comment.even.thread-even.depth-1.single-comment._item._person {
    position: relative;
    padding: 10px;
}

.children > li {
    border: unset !important;
}

.comments-list li {
    margin-bottom: 30px;
    border-radius: 0;
}

.comments-list {
    text-align: right;
}

.Comments-top > aside.meta {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Comments-top > aside.meta > time {
    display: flex;
    margin-right: 60px;
    padding-bottom: 0;
    align-items: center;
    justify-content: center;
    color: #8a8a8a;
}

.Comments-top ._item__user--like-reply {
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

#respond {
    text-align: right;
}

.commentlist .comment-respond {
    padding: 10px !important;
    background-color: white !important;
    border: 2px solid #f6f6f6 !important;
}

.posation-i {
    color: #1e72fe;
}

#cancel-comment-reply-link {
    color: #1e72fe;
}

.comment-text {
    margin: 0 !important;
    padding-right: 0 !important;
}


.Comments-items {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e0e0e0;
}

.Comments-items:last-child{
    border-bottom: unset;
}

.Comments-top {
    display: flex;
    direction: rtl;
}

.user-post-Comments {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f4f4f4;
    border-radius: 10px;
    padding: 5px;
}

.preview_image_profile {
    overflow: hidden;
}

.name-user {
    display: flex;
    align-items: center;
    margin-right: 15px;
    font-weight: bold;
    justify-content: center;
}

.tarikh {
    display: flex;
}

.date-time-post {
    display: flex;
    margin-right: 60px;
    color: #8a8a8a;
    align-items: center;
    justify-content: center;
}

.Response {
    color: red;
    font-weight: bold;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.d-none-comment {
    display: none;
}

.tab-content.content_comment_send {
    direction: rtl;
}

.tab-content > .active {
    display: block !important;
}

.tab-content > .tab-pane {
    display: none;
}

.text-danger {
    color: #de546c !important;
}

.text_erorr {
    font-size: 12px;
    font-weight: 700;
}

.text_erorr {
    text-align: right;
}

#alert-form-comment, #alert-form-sponsor {
    background: #f2f2f2;
    border-radius: 4px;
    color: #f00;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 5px;
}

.dis-none {
    display: none;
}

.Comments-bottom {
    margin-top: 20px;
    text-align: right;
}

.Comments-bottom p {
    margin-bottom: 0;
}

.response-items {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    /* background-color: #f7f7f7; */
    margin-top: 20px;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    z-index: 100;
    text-align: right;
}

.date-post {
    padding-left: 10px;
    border-left: 2px solid #8a8a8a;
}

.date-post {
    text-align: right;
    direction: rtl;
}

.time-post {
    margin-right: 10px;
}

.date-post-icon {
    margin-left: 10px;
}

.view_box_comments {
    width: 100%;
    text-align: right;
}

.comment_send_user_1 {
    padding-top: 30px;
}

.btn_send_comment {
    width: 200px;
    color: white;
    background-color: #1e72fe;
    border-radius: 5px;
    border: unset;
    height: 40px;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_send_comment:focus {
    outline: unset;
}

#textmessage-, #email {
    background-color: #f6f7f9;
    border: unset;
}