:root{
    --wash: #E4E6EB;
    --web-wash: #F0F2F5;
}
    
   
body{
    background: var(--web-wash);
    color: #1c1e21;
    direction: rtl;
    line-height: 1.34;
    margin: 0;
    padding: 0;
    unicode-bidi: embed;
}

    .community .post {
        max-height: 800px;
        /* background-color: #eee; */
        padding: 5px;
        border-radius: 5px 5px 0 0;
    }

    .community .post_info {
        /* background-color: #f0eeee; */
        padding: 5px;
        margin-top: 2px;
        border-radius: 0 0 5px 5px;
    }

    .community .post_info span {
        margin-left: 5px
    }

    /* ============================ */
    .postImg {
        max-height: 300px;
        width: auto;
        text-align: center;
        margin-top: 10px
    }

    .postImg img {
        max-height: 300px;
        text-align: center
    }

    .post_From {
        background-color: #f4f0f0;
        border-radius: 3px;
        padding: 5px;
    }

    .file {
        display: block;
        /* width: 20px; */
        /* height: 30px; */
        cursor: pointer;
        background-color: #fff;
        padding: 2px;
        border-radius: 2px;
        text-align: center;
        /* border: #ec5252 1px solid; */
        height: 31px;
    }

    .pointer{
        cursor: pointer;
    }

    
    .inputPost{
        background-color: #f0f2f5;
        border: 2px solid #f0f2f5;
        border-radius: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 5px;
    }

    .card{
        border-radius: 10px;
    }
    .card-body{
        padding: 2px !important;
    }

        .la{
            line-height: 1.9;
        }

