﻿/**********************************************************************************
**********************************Nazar[start]*************************************
***********************************************************************************/

 

.UserNazar {
    margin: 0 20px;
}

.nazar-answer {
    margin: 10px;
}

.nazar-result-bx {
    overflow: hidden;
    border-bottom: 1px solid #bebebe;
    padding: 10px 0;
    direction: rtl;
    font: 13px iransansweb;
    line-height: 26px;
    color: #6a6a6a;
}

.nazar-sender-name {
    font-weight: bold;
    color: #0097a7;
}

.nazar-date {
    font-size: 11px;
    color: #787878;
}

.admin-img {
    float: right;
    margin-left: 5px;
    position: relative;
    top: 4px;
    width: 20px;
    height: 20px;
}

.nazar-like {
    font-size: 15px;
    color: #a2a2a2;
    font-weight: normal;
}

    .nazar-like i {
        padding-left: 10px;
        color: #a2a2a2;
    }

.nazar-br-bt {
    border-bottom: 1px solid #bebebe;
}

.comment-input-bx {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 35px;
    text-align: justify;
    direction: rtl;
    color: #4B4B4D;
    border-bottom: 1px solid #f5f5f8;
    margin-bottom: 10px;
}
.comment-input-pg {
    padding: 11px 0px 20px 90px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 43px;
    text-align: justify;
    direction: rtl;
    color: #4B4B4D;
    position: relative;
}
    .comment-input-pg:before {
        width: 41px;
        height: 75%;
        position: absolute;
        top: 21px;
        left: 31px;
        background-image: radial-gradient(#6f6c6c 1px, transparent 2px);
        -webkit-background-size: 20px 20px;
        background-size: 10px 10px;
        border-radius: 0px;
        z-index: 1;
        content: "";
        opacity: 0.5;
    }

@media only screen and (max-width:760px) {
    .nazar-name, .nazar-comment {
        border: 0;
        border-bottom: 1px solid #bebebe;
    }   
    .nazar-comment {
        min-height: 57px;
        line-height: 25px;
    }
    .nazar-send {
        border: 0;
        height:auto;
    }
    .comment-bx-title {
        font-size: 18px;
        margin-bottom: 16px;
        padding: 0 8px 16px 8px;
    }
    .comment-input-pg {
        padding: 0px;
        font-size: 13px;
        line-height: 30px;
    }
        .comment-input-pg:before{
            display:none;
        }
}

/**********************************************************************************
***********************************Nazar[end]**************************************
***********************************************************************************/